diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 9b94ece2e56..f8b481730e9 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -1958,8 +1958,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta @@ -2252,6 +2252,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/applications/{application-id}/owners/$count': get: tags: @@ -2288,8 +2293,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta @@ -2666,6 +2671,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2701,6 +2711,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/applications/{application-id}/synchronization': get: tags: @@ -15671,11 +15686,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: servicePrincipal_ListOwner parameters: - name: servicePrincipal-id @@ -15965,6 +15977,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/servicePrincipals/{servicePrincipal-id}/owners/$count': get: tags: @@ -16001,11 +16018,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: servicePrincipal_ListOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -16379,6 +16393,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -16414,6 +16433,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies': get: tags: @@ -20878,6 +20902,11 @@ paths: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -20886,7 +20915,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Use this API to assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta @@ -20916,6 +20945,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 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: operation '/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}': get: @@ -20980,6 +21014,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 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: operation patch: tags: @@ -21019,6 +21058,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 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: operation delete: tags: @@ -21057,6 +21101,11 @@ paths: 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: operation '/users/{user-id}/appRoleAssignments/$count': get: @@ -21090,6 +21139,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.application: @@ -23866,14 +23920,15 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean - description: Removes the email claim from tokens sent to an application when the email address's domain can't be verified. + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean - description: Requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they're granted access tokens. This property is only modifiable for multi-tenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center. + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true additionalProperties: type: object @@ -27251,7 +27306,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -27926,7 +27981,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -29416,11 +29471,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -36282,11 +36337,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -37769,13 +37824,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -43867,6 +43926,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/BackupRestore.yml b/openApiDocs/beta/BackupRestore.yml index a72322e2870..ab5c4211c4f 100644 --- a/openApiDocs/beta/BackupRestore.yml +++ b/openApiDocs/beta/BackupRestore.yml @@ -1130,6 +1130,298 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solution.backupRestore.exchangeRestoreSession_ListGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_CreateGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solution.backupRestore.exchangeRestoreSession_GetGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solution.backupRestore.exchangeRestoreSession_UpdateGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_DeleteGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.exchangeRestoreSession.granularMailboxRestoreArtifact_GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession.granularMailboxRestoreArtifact_GetCount + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': get: tags: @@ -5316,6 +5608,11 @@ components: - title: exchangeRestoreSession type: object properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true mailboxRestoreArtifacts: type: array items: @@ -5324,21 +5621,22 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.mailboxRestoreArtifact: + microsoft.graph.granularMailboxRestoreArtifact: allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' - - title: mailboxRestoreArtifact + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact type: object properties: - restoredFolderId: - type: string - description: The new restored folder identifier for the user. + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 nullable: true - restoredFolderName: + searchResponseId: type: string - description: The new restored folder name. - nullable: true - readOnly: true + description: . additionalProperties: type: object microsoft.graph.restorePoint: @@ -5365,6 +5663,23 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' additionalProperties: type: object + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true + additionalProperties: + type: object microsoft.graph.oneDriveForBusinessProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -5717,6 +6032,15 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' additionalProperties: type: object + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.restoreArtifactBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5745,15 +6069,6 @@ components: $ref: '#/components/schemas/microsoft.graph.restorePoint' additionalProperties: type: object - microsoft.graph.restorePointTags: - title: restorePointTags - enum: - - none - - fastRestore - - unknownFutureValue - type: string - x-ms-enum-flags: - isFlags: true microsoft.graph.identitySet: title: identitySet type: object @@ -5843,11 +6158,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -5950,6 +6265,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.mailboxRestoreArtifactCollectionResponse: title: Collection of mailboxRestoreArtifact type: object @@ -6147,6 +6475,7 @@ components: - invalidBillingProfile - userRequested - unknownFutureValue + - controllerServiceAppDeleted type: string microsoft.graph.backupServiceStatus: title: backupServiceStatus @@ -6316,6 +6645,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' microsoft.graph.mailboxRestoreArtifactCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index e3d3c3fc1e4..0824cf56725 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -2118,6 +2118,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/solutions/approval/approvalItems/{approvalItem-id}/microsoft.graph.cancel': + post: + tags: + - solutions.Actions + summary: Invoke action cancel + description: Cancel the approval item. The owner of the approval can trigger this endpoint. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvalitem-cancel?view=graph-rest-beta + operationId: solution.approval.approvalItem_cancel + parameters: + - name: approvalItem-id + in: path + description: The unique identifier of approvalItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: approvalItem + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/approval/microsoft.graph.provision: + post: + tags: + - solutions.Actions + summary: Invoke action provision + description: Provision an approvalSolution on behalf of a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvalsolution-provision?view=graph-rest-beta + operationId: solution.approval_provision + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /solutions/backupRestore/microsoft.graph.enable: post: tags: @@ -2236,6 +2277,8 @@ paths: $ref: '#/components/schemas/microsoft.graph.restorePointPreference' tags: $ref: '#/components/schemas/microsoft.graph.restorePointTags' + artifactQuery: + $ref: '#/components/schemas/microsoft.graph.artifactQuery' additionalProperties: type: object required: true @@ -12907,6 +12950,8 @@ components: title: solutionsRoot type: object properties: + approval: + $ref: '#/components/schemas/microsoft.graph.approvalSolution' backupRestore: $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' bookingBusinesses: @@ -13032,6 +13077,18 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true + additionalProperties: + type: object microsoft.graph.restorePointSearchResponse: title: restorePointSearchResponse type: object @@ -13774,6 +13831,27 @@ components: - scheduler - teamMember type: string + microsoft.graph.approvalSolution: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalSolution + type: object + properties: + provisioningStatus: + $ref: '#/components/schemas/microsoft.graph.provisionState' + approvalItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalItem' + description: A collection of approval items. + x-ms-navigationProperty: true + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalOperation' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.backupRestoreRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13939,6 +14017,7 @@ components: - invalidBillingProfile - userRequested - unknownFutureValue + - controllerServiceAppDeleted type: string microsoft.graph.identitySet: title: identitySet @@ -13986,10 +14065,23 @@ components: - active - unknownFutureValue type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string microsoft.graph.restorePointSearchResult: title: restorePointSearchResult type: object properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true restorePoint: $ref: '#/components/schemas/microsoft.graph.restorePoint' additionalProperties: @@ -14036,11 +14128,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -14732,6 +14824,118 @@ components: - outOfOffice - unknownFutureValue type: string + microsoft.graph.provisionState: + title: provisionState + enum: + - notProvisioned + - provisioningInProgress + - provisioningFailed + - provisioningCompleted + - unknownFutureValue + type: string + microsoft.graph.approvalItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalItem + type: object + properties: + allowCancel: + type: boolean + description: Indicates whether the approval item can be canceled. + nullable: true + readOnly: true + allowEmailNotification: + type: boolean + description: Indicates whether email notification is enabled. + nullable: true + approvalType: + $ref: '#/components/schemas/microsoft.graph.approvalItemType' + approvers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalIdentitySet' + description: The identity of the principals to whom the approval item was initially assigned. Required. + completedDateTime: + 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: Approval request completion date and time. Read-only. + format: date-time + nullable: true + readOnly: true + createdDateTime: + 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: Creation date and time of the approval request. Read-only. + format: date-time + nullable: true + readOnly: true + description: + type: string + description: The description of the approval request. + nullable: true + displayName: + type: string + description: The displayName of the approval request. Required. + nullable: true + owner: + $ref: '#/components/schemas/microsoft.graph.approvalIdentitySet' + responsePrompts: + type: array + items: + type: string + nullable: true + description: 'Approval response prompts. Only provide a value for this property when creating a custom approval item. For custom approval items, supply two response prompt strings. The default response prompts are ''Approve'' and ''Reject''.' + result: + type: string + description: 'The result field is only populated once the approval item is in its final state. The result of the approval item is based on the approvalType. For basic approval items, the result is either ''Approved'' or ''Rejected''. For custom approval items, the result could either be a single response or multiple responses separated by a semi-colon. Read-only.' + nullable: true + readOnly: true + state: + $ref: '#/components/schemas/microsoft.graph.approvalItemState' + viewPoint: + $ref: '#/components/schemas/microsoft.graph.approvalItemViewPoint' + requests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalItemRequest' + description: A collection of requests created for each approver on the approval item. + x-ms-navigationProperty: true + responses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalItemResponse' + description: A collection of responses created for the approval item. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.approvalOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalOperation + type: object + properties: + createdDateTime: + 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: The date and time when the operation was created. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastActionDateTime: + 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: The date and time when this operation was most recently updated. + format: date-time + nullable: true + resourceLocation: + type: string + description: The URL for the resource that was newly created or acted upon. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.approvalOperationStatus' + additionalProperties: + type: object microsoft.graph.driveProtectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' @@ -14792,6 +14996,11 @@ components: - title: exchangeRestoreSession type: object properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true mailboxRestoreArtifacts: type: array items: @@ -15242,6 +15451,110 @@ components: - customWeeklyHours - unknownFutureValue type: string + microsoft.graph.approvalItemType: + title: approvalItemType + enum: + - basic + - basicAwaitAll + - custom + - customAwaitAll + - unknownFutureValue + type: string + microsoft.graph.approvalIdentitySet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - title: approvalIdentitySet + type: object + properties: + group: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.approvalItemState: + title: approvalItemState + enum: + - canceled + - created + - pending + - completed + - unknownFutureValue + type: string + microsoft.graph.approvalItemViewPoint: + title: approvalItemViewPoint + type: object + properties: + roles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approverRole' + description: 'Collection of roles associated with the requesting user for the approval item. If the owner of the approval item is making the request, the collection of roles includes the role owner. If the requesting user was assigned as an approver, the collection includes the role approver.' + additionalProperties: + type: object + microsoft.graph.approvalItemRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalItemRequest + type: object + properties: + approver: + $ref: '#/components/schemas/microsoft.graph.approvalIdentitySet' + createdDateTime: + 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: Creation date and time for the request. + format: date-time + nullable: true + readOnly: true + isReassigned: + type: boolean + description: Indicates whether a request was reassigned. + nullable: true + readOnly: true + reassignedFrom: + $ref: '#/components/schemas/microsoft.graph.approvalIdentitySet' + additionalProperties: + type: object + microsoft.graph.approvalItemResponse: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalItemResponse + type: object + properties: + comments: + type: string + description: The comment made by the approver. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.approvalIdentitySet' + createdDateTime: + 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: Creation date and time of the response. + format: date-time + nullable: true + readOnly: true + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalIdentitySet' + description: The identity set of the principal who owns the approval item. + readOnly: true + response: + type: string + description: Approver response based on the response options. The default response options are 'Approved' and 'Rejected'. The approval item creator can also define custom response options during approval item creation. + nullable: true + additionalProperties: + type: object + microsoft.graph.approvalOperationStatus: + title: approvalOperationStatus + enum: + - scheduled + - inProgress + - succeeded + - failed + - timeout + - unknownFutureValue + type: string microsoft.graph.protectionRuleBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15274,6 +15587,24 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' additionalProperties: type: object + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . + additionalProperties: + type: object microsoft.graph.mailboxRestoreArtifact: allOf: - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' @@ -15435,6 +15766,15 @@ components: additionalProperties: type: object description: The structure of this object is service-specific + microsoft.graph.approverRole: + title: approverRole + enum: + - owner + - approver + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.protectionRuleStatus: title: protectionRuleStatus enum: diff --git a/openApiDocs/beta/BusinessScenario.yml b/openApiDocs/beta/BusinessScenario.yml index 0a74cd7f6e1..7383b679ffe 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. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 762a527a7fe..79bb8c62b99 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -19243,6 +19243,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation patch: tags: @@ -19274,6 +19279,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/calendarPermissions': get: @@ -19331,6 +19341,11 @@ paths: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19369,6 +19384,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation '/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}': get: @@ -19426,6 +19446,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation patch: tags: @@ -19469,6 +19494,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation delete: tags: @@ -19507,6 +19537,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarPermissions/$count': get: @@ -19530,6 +19565,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView': get: tags: @@ -19602,6 +19642,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19675,6 +19720,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/attachments': get: @@ -19740,6 +19790,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19782,6 +19837,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}': get: @@ -19844,6 +19904,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -19886,6 +19951,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/attachments/$count': get: @@ -19917,6 +19987,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/calendar': get: tags: @@ -19970,6 +20045,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences': get: @@ -20034,6 +20114,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -20098,6 +20183,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -20171,6 +20261,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -20221,6 +20316,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -20291,6 +20391,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -20341,6 +20446,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -20380,6 +20490,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -20441,6 +20556,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -20514,6 +20634,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -20564,6 +20689,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -20634,6 +20764,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -20689,6 +20824,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -20739,6 +20879,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -20778,6 +20923,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -20866,6 +21016,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -20955,6 +21110,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -21036,6 +21196,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -21094,6 +21259,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -21172,6 +21342,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -21230,6 +21405,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -21277,6 +21457,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -21346,6 +21531,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -21427,6 +21617,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -21485,6 +21680,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -21563,6 +21763,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -21626,6 +21831,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -21684,6 +21894,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -21731,6 +21946,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -21769,6 +21989,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/$count': get: tags: @@ -21799,6 +22024,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/extensions': get: tags: @@ -21863,6 +22093,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -21905,6 +22140,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': get: @@ -21967,6 +22207,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -22014,6 +22259,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -22056,6 +22306,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/extensions/$count': get: @@ -22087,6 +22342,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/instances': get: tags: @@ -22167,6 +22427,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -22248,6 +22513,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': get: @@ -22321,6 +22591,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -22371,6 +22646,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -22441,6 +22721,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -22491,6 +22776,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -22530,6 +22820,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -22591,6 +22886,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -22663,6 +22963,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -22735,6 +23040,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -22816,6 +23126,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -22874,6 +23189,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -22952,6 +23272,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -23010,6 +23335,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -23057,6 +23387,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -23126,6 +23461,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -23207,6 +23547,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -23265,6 +23610,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -23343,6 +23693,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -23406,6 +23761,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -23464,6 +23824,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -23511,6 +23876,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -23549,6 +23919,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -23621,6 +23996,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -23671,6 +24051,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -23741,6 +24126,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -23796,6 +24186,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -23846,6 +24241,11 @@ paths: 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: operation '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -23885,6 +24285,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/{event-id}/instances/$count': get: tags: @@ -23915,6 +24320,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/calendarView/$count': get: tags: @@ -23937,6 +24347,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events': get: tags: @@ -23993,6 +24408,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24027,6 +24447,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/events/{event-id}': get: @@ -24081,6 +24506,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation patch: tags: @@ -24120,6 +24550,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation delete: tags: @@ -24154,6 +24589,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/attachments': get: @@ -24219,6 +24659,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24261,6 +24706,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}': get: @@ -24323,6 +24773,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -24365,6 +24820,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/attachments/$count': get: @@ -24396,6 +24856,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/calendar': get: tags: @@ -24449,6 +24914,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences': get: @@ -24513,6 +24983,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24577,6 +25052,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -24650,6 +25130,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24700,6 +25185,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -24770,6 +25260,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -24820,6 +25315,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -24859,6 +25359,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -24920,6 +25425,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -24993,6 +25503,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -25043,6 +25558,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -25113,6 +25633,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -25168,6 +25693,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -25218,6 +25748,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -25257,6 +25792,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -25345,6 +25885,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -25434,6 +25979,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -25515,6 +26065,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -25573,6 +26128,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -25651,6 +26211,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -25709,6 +26274,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -25756,6 +26326,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -25825,6 +26400,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -25906,6 +26486,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -25964,6 +26549,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -26042,6 +26632,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -26105,6 +26700,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -26163,6 +26763,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -26210,6 +26815,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -26248,6 +26858,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/$count': get: tags: @@ -26278,6 +26893,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/extensions': get: tags: @@ -26342,6 +26962,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26384,6 +27009,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}': get: @@ -26446,6 +27076,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -26493,6 +27128,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -26535,6 +27175,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/extensions/$count': get: @@ -26566,6 +27211,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/instances': get: tags: @@ -26646,6 +27296,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26727,6 +27382,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': get: @@ -26800,6 +27460,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26850,6 +27515,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -26920,6 +27590,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -26970,6 +27645,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -27009,6 +27689,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -27070,6 +27755,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -27142,6 +27832,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27214,6 +27909,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -27295,6 +27995,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27353,6 +28058,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -27431,6 +28141,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -27489,6 +28204,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -27536,6 +28256,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -27605,6 +28330,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -27686,6 +28416,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27744,6 +28479,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -27822,6 +28562,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -27885,6 +28630,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -27943,6 +28693,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -27990,6 +28745,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -28028,6 +28788,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -28100,6 +28865,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28150,6 +28920,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -28220,6 +28995,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -28275,6 +29055,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -28325,6 +29110,11 @@ paths: 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: operation '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -28364,6 +29154,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/{event-id}/instances/$count': get: tags: @@ -28394,6 +29189,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendar/events/$count': get: tags: @@ -28416,6 +29216,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups': get: tags: @@ -28472,6 +29277,11 @@ paths: $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28506,6 +29316,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}': get: @@ -28560,6 +29375,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 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: operation patch: tags: @@ -28599,6 +29419,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 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: operation delete: tags: @@ -28633,6 +29458,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars': get: @@ -28698,6 +29528,11 @@ paths: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28740,6 +29575,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}': get: @@ -28802,6 +29642,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation patch: tags: @@ -28849,6 +29694,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation delete: tags: @@ -28891,6 +29741,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions': get: @@ -28964,6 +29819,11 @@ paths: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29014,6 +29874,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': get: @@ -29084,6 +29949,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation patch: tags: @@ -29139,6 +30009,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation delete: tags: @@ -29189,6 +30064,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/$count': get: @@ -29228,6 +30108,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView': get: tags: @@ -29316,6 +30201,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29405,6 +30295,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': get: @@ -29486,6 +30381,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29544,6 +30444,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': get: @@ -29622,6 +30527,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -29680,6 +30590,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': get: @@ -29727,6 +30642,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': get: tags: @@ -29796,6 +30716,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences': get: @@ -29876,6 +30801,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29956,6 +30886,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -30045,6 +30980,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30111,6 +31051,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -30197,6 +31142,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -30263,6 +31213,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -30318,6 +31273,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -30395,6 +31355,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -30484,6 +31449,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30550,6 +31520,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -30636,6 +31611,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -30707,6 +31687,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -30773,6 +31758,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -30828,6 +31818,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -30932,6 +31927,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -31037,6 +32037,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -31134,6 +32139,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -31208,6 +32218,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -31302,6 +32317,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -31376,6 +32396,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -31439,6 +32464,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -31524,6 +32554,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -31621,6 +32656,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -31695,6 +32735,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -31789,6 +32834,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -31868,6 +32918,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -31942,6 +32997,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -32005,6 +33065,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -32059,6 +33124,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/$count': get: tags: @@ -32105,6 +33175,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': get: tags: @@ -32185,6 +33260,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -32243,6 +33323,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': get: @@ -32321,6 +33406,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -32384,6 +33474,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -32442,6 +33537,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': get: @@ -32489,6 +33589,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': get: tags: @@ -32585,6 +33690,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -32682,6 +33792,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': get: @@ -32771,6 +33886,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -32837,6 +33957,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -32923,6 +34048,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -32989,6 +34119,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -33044,6 +34179,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -33121,6 +34261,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -33209,6 +34354,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -33297,6 +34447,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -33394,6 +34549,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -33468,6 +34628,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -33562,6 +34727,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -33636,6 +34806,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -33699,6 +34874,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -33784,6 +34964,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -33881,6 +35066,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -33955,6 +35145,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -34049,6 +35244,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -34128,6 +35328,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -34202,6 +35407,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -34265,6 +35475,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -34319,6 +35534,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -34407,6 +35627,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -34473,6 +35698,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -34559,6 +35789,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -34630,6 +35865,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -34696,6 +35936,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -34751,6 +35996,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': get: tags: @@ -34797,6 +36047,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/$count': get: tags: @@ -34835,6 +36090,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': get: tags: @@ -34907,6 +36167,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -34957,6 +36222,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}': get: @@ -35027,6 +36297,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation patch: tags: @@ -35082,6 +36357,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation delete: tags: @@ -35132,6 +36412,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments': get: @@ -35213,6 +36498,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -35271,6 +36561,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': get: @@ -35349,6 +36644,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -35407,6 +36707,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': get: @@ -35454,6 +36759,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': get: tags: @@ -35523,6 +36833,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences': get: @@ -35603,6 +36918,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -35683,6 +37003,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -35772,6 +37097,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -35838,6 +37168,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -35924,6 +37259,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -35990,6 +37330,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -36045,6 +37390,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -36122,6 +37472,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -36211,6 +37566,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -36277,6 +37637,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -36363,6 +37728,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -36434,6 +37804,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -36500,6 +37875,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -36555,6 +37935,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -36659,6 +38044,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -36764,6 +38154,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -36861,6 +38256,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -36935,6 +38335,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -37029,6 +38434,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -37103,6 +38513,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -37166,6 +38581,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -37251,6 +38671,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -37348,6 +38773,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -37422,6 +38852,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -37516,6 +38951,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -37595,6 +39035,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -37669,6 +39114,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -37732,6 +39182,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -37786,6 +39241,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/$count': get: tags: @@ -37832,6 +39292,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions': get: tags: @@ -37912,6 +39377,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -37970,6 +39440,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': get: @@ -38048,6 +39523,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -38111,6 +39591,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -38169,6 +39654,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': get: @@ -38216,6 +39706,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances': get: tags: @@ -38312,6 +39807,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -38409,6 +39909,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': get: @@ -38498,6 +40003,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -38564,6 +40074,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -38650,6 +40165,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -38716,6 +40236,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -38771,6 +40296,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -38848,6 +40378,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -38936,6 +40471,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -39024,6 +40564,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -39121,6 +40666,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -39195,6 +40745,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -39289,6 +40844,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -39363,6 +40923,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -39426,6 +40991,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -39511,6 +41081,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -39608,6 +41183,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -39682,6 +41262,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -39776,6 +41361,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -39855,6 +41445,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -39929,6 +41524,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -39992,6 +41592,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -40046,6 +41651,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -40134,6 +41744,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -40200,6 +41815,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -40286,6 +41906,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -40357,6 +41982,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -40423,6 +42053,11 @@ paths: 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: operation '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -40478,6 +42113,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': get: tags: @@ -40524,6 +42164,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/$count': get: tags: @@ -40562,6 +42207,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/$count': get: tags: @@ -40592,6 +42242,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarGroups/$count': get: tags: @@ -40614,6 +42269,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars': get: tags: @@ -40670,6 +42330,11 @@ paths: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -40704,6 +42369,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}': get: @@ -40758,6 +42428,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation patch: tags: @@ -40797,6 +42472,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation delete: tags: @@ -40831,6 +42511,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarPermissions': get: @@ -40896,6 +42581,11 @@ paths: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -40938,6 +42628,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': get: @@ -41000,6 +42695,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation patch: tags: @@ -41047,6 +42747,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 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: operation delete: tags: @@ -41089,6 +42794,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/$count': get: @@ -41120,6 +42830,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView': get: tags: @@ -41200,6 +42915,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -41281,6 +43001,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': get: @@ -41354,6 +43079,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -41404,6 +43134,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': get: @@ -41474,6 +43209,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -41524,6 +43264,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': get: @@ -41563,6 +43308,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': get: tags: @@ -41624,6 +43374,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences': get: @@ -41696,6 +43451,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -41768,6 +43528,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -41849,6 +43614,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -41907,6 +43677,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -41985,6 +43760,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -42043,6 +43823,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -42090,6 +43875,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -42159,6 +43949,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -42240,6 +44035,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -42298,6 +44098,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -42376,6 +44181,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -42439,6 +44249,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -42497,6 +44312,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -42544,6 +44364,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -42640,6 +44465,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -42737,6 +44567,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -42826,6 +44661,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -42892,6 +44732,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -42978,6 +44823,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -43044,6 +44894,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -43099,6 +44954,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -43176,6 +45036,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -43265,6 +45130,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -43331,6 +45201,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -43417,6 +45292,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -43488,6 +45368,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -43554,6 +45439,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -43609,6 +45499,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -43655,6 +45550,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/$count': get: tags: @@ -43693,6 +45593,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': get: tags: @@ -43765,6 +45670,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -43815,6 +45725,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': get: @@ -43885,6 +45800,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -43940,6 +45860,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -43990,6 +45915,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': get: @@ -44029,6 +45959,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': get: tags: @@ -44117,6 +46052,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44206,6 +46146,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': get: @@ -44287,6 +46232,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44345,6 +46295,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -44423,6 +46378,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -44481,6 +46441,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -44528,6 +46493,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -44597,6 +46567,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -44677,6 +46652,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44757,6 +46737,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -44846,6 +46831,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44912,6 +46902,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -44998,6 +46993,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -45064,6 +47064,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -45119,6 +47124,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -45196,6 +47206,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -45285,6 +47300,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45351,6 +47371,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -45437,6 +47462,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -45508,6 +47538,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -45574,6 +47609,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -45629,6 +47669,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -45675,6 +47720,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -45755,6 +47805,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45813,6 +47868,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -45891,6 +47951,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -45954,6 +48019,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -46012,6 +48082,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -46059,6 +48134,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': get: tags: @@ -46097,6 +48177,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/calendarView/$count': get: tags: @@ -46127,6 +48212,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events': get: tags: @@ -46191,6 +48281,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46233,6 +48328,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}': get: @@ -46295,6 +48395,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation patch: tags: @@ -46342,6 +48447,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation delete: tags: @@ -46384,6 +48494,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments': get: @@ -46457,6 +48572,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46507,6 +48627,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': get: @@ -46577,6 +48702,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -46627,6 +48757,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': get: @@ -46666,6 +48801,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': get: tags: @@ -46727,6 +48867,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences': get: @@ -46799,6 +48944,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46871,6 +49021,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -46952,6 +49107,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47010,6 +49170,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -47088,6 +49253,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -47146,6 +49316,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -47193,6 +49368,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -47262,6 +49442,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -47343,6 +49528,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47401,6 +49591,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -47479,6 +49674,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -47542,6 +49742,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -47600,6 +49805,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -47647,6 +49857,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -47743,6 +49958,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47840,6 +50060,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -47929,6 +50154,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47995,6 +50225,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -48081,6 +50316,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -48147,6 +50387,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -48202,6 +50447,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -48279,6 +50529,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -48368,6 +50623,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -48434,6 +50694,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -48520,6 +50785,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -48591,6 +50861,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -48657,6 +50932,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -48712,6 +50992,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -48758,6 +51043,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/$count': get: tags: @@ -48796,6 +51086,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions': get: tags: @@ -48868,6 +51163,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -48918,6 +51218,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': get: @@ -48988,6 +51293,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -49043,6 +51353,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -49093,6 +51408,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': get: @@ -49132,6 +51452,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances': get: tags: @@ -49220,6 +51545,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -49309,6 +51639,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': get: @@ -49390,6 +51725,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -49448,6 +51788,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -49526,6 +51871,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -49584,6 +51934,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -49631,6 +51986,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -49700,6 +52060,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -49780,6 +52145,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -49860,6 +52230,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -49949,6 +52324,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -50015,6 +52395,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -50101,6 +52486,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -50167,6 +52557,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -50222,6 +52617,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -50299,6 +52699,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -50388,6 +52793,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -50454,6 +52864,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -50540,6 +52955,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -50611,6 +53031,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -50677,6 +53102,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -50732,6 +53162,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -50778,6 +53213,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -50858,6 +53298,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -50916,6 +53361,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -50994,6 +53444,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -51057,6 +53512,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -51115,6 +53575,11 @@ paths: 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: operation '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -51162,6 +53627,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': get: tags: @@ -51200,6 +53670,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/{calendar-id}/events/$count': get: tags: @@ -51230,6 +53705,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendars/$count': get: tags: @@ -51252,6 +53732,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView': get: tags: @@ -51324,6 +53809,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -51397,6 +53887,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarView/{event-id}/attachments': get: @@ -51462,6 +53957,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -51504,6 +54004,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}': get: @@ -51566,6 +54071,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -51608,6 +54118,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/attachments/$count': get: @@ -51639,6 +54154,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/calendar': get: tags: @@ -51692,6 +54212,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences': get: @@ -51756,6 +54281,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -51820,6 +54350,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -51893,6 +54428,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -51943,6 +54483,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -52013,6 +54558,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -52063,6 +54613,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -52102,6 +54657,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -52163,6 +54723,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -52236,6 +54801,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -52286,6 +54856,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -52356,6 +54931,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -52411,6 +54991,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -52461,6 +55046,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -52500,6 +55090,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -52588,6 +55183,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -52677,6 +55277,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -52758,6 +55363,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -52816,6 +55426,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -52894,6 +55509,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -52952,6 +55572,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -52999,6 +55624,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -53068,6 +55698,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -53149,6 +55784,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -53207,6 +55847,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -53285,6 +55930,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -53348,6 +55998,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -53406,6 +56061,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -53453,6 +56113,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -53491,6 +56156,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/$count': get: tags: @@ -53521,6 +56191,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/extensions': get: tags: @@ -53585,6 +56260,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -53627,6 +56307,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}': get: @@ -53689,6 +56374,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -53736,6 +56426,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -53778,6 +56473,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/extensions/$count': get: @@ -53809,6 +56509,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/instances': get: tags: @@ -53889,6 +56594,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -53970,6 +56680,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments': get: @@ -54043,6 +56758,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54093,6 +56813,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -54163,6 +56888,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -54213,6 +56943,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -54252,6 +56987,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -54313,6 +57053,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -54385,6 +57130,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54457,6 +57207,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -54538,6 +57293,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54596,6 +57356,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -54674,6 +57439,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -54732,6 +57502,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -54779,6 +57554,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -54848,6 +57628,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -54929,6 +57714,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54987,6 +57777,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -55065,6 +57860,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -55128,6 +57928,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -55186,6 +57991,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -55233,6 +58043,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -55271,6 +58086,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -55343,6 +58163,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -55393,6 +58218,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -55463,6 +58293,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -55518,6 +58353,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -55568,6 +58408,11 @@ paths: 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: operation '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -55607,6 +58452,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/{event-id}/instances/$count': get: tags: @@ -55637,6 +58487,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/calendarView/$count': get: tags: @@ -55659,6 +58514,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events': get: tags: @@ -55715,6 +58575,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -55749,6 +58614,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/events/{event-id}': get: @@ -55803,6 +58673,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation patch: tags: @@ -55842,6 +58717,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation delete: tags: @@ -55876,6 +58756,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/attachments': get: @@ -55941,6 +58826,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -55983,6 +58873,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/events/{event-id}/attachments/{attachment-id}': get: @@ -56045,6 +58940,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -56087,6 +58987,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/attachments/$count': get: @@ -56118,6 +59023,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/calendar': get: tags: @@ -56171,6 +59081,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences': get: @@ -56235,6 +59150,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56299,6 +59219,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments': get: @@ -56372,6 +59297,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56422,6 +59352,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}': get: @@ -56492,6 +59427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -56542,6 +59482,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count': get: @@ -56581,6 +59526,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar': get: tags: @@ -56642,6 +59592,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions': get: @@ -56715,6 +59670,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56765,6 +59725,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}': get: @@ -56835,6 +59800,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -56890,6 +59860,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -56940,6 +59915,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count': get: @@ -56979,6 +59959,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances': get: tags: @@ -57067,6 +60052,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57156,6 +60146,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments': get: @@ -57237,6 +60232,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57295,6 +60295,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}': get: @@ -57373,6 +60378,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -57431,6 +60441,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count': get: @@ -57478,6 +60493,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar': get: tags: @@ -57547,6 +60567,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions': get: @@ -57628,6 +60653,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57686,6 +60716,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}': get: @@ -57764,6 +60799,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -57827,6 +60867,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -57885,6 +60930,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count': get: @@ -57932,6 +60982,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count': get: tags: @@ -57970,6 +61025,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/exceptionOccurrences/$count': get: tags: @@ -58000,6 +61060,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/extensions': get: tags: @@ -58064,6 +61129,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58106,6 +61176,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/events/{event-id}/extensions/{extension-id}': get: @@ -58168,6 +61243,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -58215,6 +61295,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -58257,6 +61342,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/extensions/$count': get: @@ -58288,6 +61378,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/instances': get: tags: @@ -58368,6 +61463,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58449,6 +61549,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments': get: @@ -58522,6 +61627,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58572,6 +61682,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': get: @@ -58642,6 +61757,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -58692,6 +61812,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count': get: @@ -58731,6 +61856,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar': get: tags: @@ -58792,6 +61922,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences': get: @@ -58864,6 +61999,11 @@ paths: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58936,6 +62076,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments': get: @@ -59017,6 +62162,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59075,6 +62225,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}': get: @@ -59153,6 +62308,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -59211,6 +62371,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count': get: @@ -59258,6 +62423,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar': get: tags: @@ -59327,6 +62497,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions': get: @@ -59408,6 +62583,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59466,6 +62646,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}': get: @@ -59544,6 +62729,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -59607,6 +62797,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -59665,6 +62860,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count': get: @@ -59712,6 +62912,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count': get: tags: @@ -59750,6 +62955,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions': get: tags: @@ -59822,6 +63032,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59872,6 +63087,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': get: @@ -59942,6 +63162,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -59997,6 +63222,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -60047,6 +63277,11 @@ paths: 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: operation '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count': get: @@ -60086,6 +63321,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/{event-id}/instances/$count': get: tags: @@ -60116,6 +63356,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/events/$count': get: tags: @@ -60138,6 +63383,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.calendar: diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 7114e94797e..9780fcec869 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -1363,7 +1363,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You need to register the calling bot and go through the list of permissions needed.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You need to register the calling bot and go through the list of permissions needed. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta @@ -2046,7 +2046,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification contains the chatInfo and meetingInfo parameters. The bot is expected to answer, reject or redirect the call before the call times out. The current timeout value is 15 seconds. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification contains the chatInfo and meetingInfo parameters. The bot is expected to answer, reject or redirect the call before the call times out. The current timeout value is 15 seconds. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta @@ -3409,10 +3409,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta operationId: communication.call.participant_invite parameters: - name: call-id @@ -7527,6 +7527,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7561,6 +7566,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}': get: @@ -7615,6 +7625,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 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: operation patch: tags: @@ -7654,6 +7669,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 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: operation delete: tags: @@ -7688,6 +7708,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording': get: @@ -7723,6 +7748,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -7759,6 +7789,11 @@ paths: 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 delete: tags: - users.onlineMeeting @@ -7793,6 +7828,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports': get: tags: @@ -7857,6 +7897,11 @@ paths: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7899,6 +7944,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}': get: @@ -7961,6 +8011,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 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: operation patch: tags: @@ -8008,6 +8063,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 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: operation delete: tags: @@ -8050,6 +8110,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': get: @@ -8123,6 +8188,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8173,6 +8243,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': get: @@ -8243,6 +8318,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 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: operation patch: tags: @@ -8298,6 +8378,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 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: operation delete: tags: @@ -8348,6 +8433,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': get: @@ -8387,6 +8477,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count': get: tags: @@ -8417,6 +8512,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport': get: tags: @@ -8451,6 +8551,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -8487,6 +8592,11 @@ paths: 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 delete: tags: - users.onlineMeeting @@ -8521,6 +8631,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording': get: tags: @@ -8554,6 +8669,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -8589,6 +8709,11 @@ paths: 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 delete: tags: - users.onlineMeeting @@ -8622,6 +8747,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': get: tags: @@ -8675,6 +8805,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 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: operation patch: tags: @@ -8714,6 +8849,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 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: operation delete: tags: @@ -8748,6 +8888,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport/attendanceRecords': get: @@ -8813,6 +8958,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8855,6 +9005,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport/attendanceRecords/{attendanceRecord-id}': get: @@ -8917,6 +9072,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 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: operation patch: tags: @@ -8964,6 +9124,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 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: operation delete: tags: @@ -9006,6 +9171,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport/attendanceRecords/$count': get: @@ -9037,6 +9207,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording': get: tags: @@ -9071,6 +9246,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -9107,6 +9287,11 @@ paths: 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 delete: tags: - users.onlineMeeting @@ -9141,6 +9326,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings': get: tags: @@ -9205,6 +9395,11 @@ paths: $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9247,6 +9442,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}': get: @@ -9312,6 +9512,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' 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: operation patch: tags: @@ -9359,6 +9564,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' 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: operation delete: tags: @@ -9401,6 +9611,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content': get: @@ -9447,6 +9662,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -9495,6 +9715,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onlineMeeting @@ -9537,6 +9762,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': get: tags: @@ -9567,6 +9797,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration': get: tags: @@ -9620,6 +9855,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistration' 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: operation patch: tags: @@ -9659,6 +9899,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistration' 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: operation delete: tags: @@ -9693,6 +9938,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions': get: @@ -9758,6 +10008,11 @@ paths: $ref: '#/components/responses/microsoft.graph.meetingRegistrationQuestionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9800,6 +10055,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}': get: @@ -9862,6 +10122,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' 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: operation patch: tags: @@ -9909,6 +10174,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' 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: operation delete: tags: @@ -9951,6 +10221,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count': get: @@ -9982,6 +10257,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants': get: tags: @@ -10046,6 +10326,11 @@ paths: $ref: '#/components/responses/microsoft.graph.meetingRegistrantBaseCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10092,6 +10377,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrantBase' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}': get: @@ -10154,6 +10444,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrantBase' 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: operation patch: tags: @@ -10201,6 +10496,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrantBase' 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: operation delete: tags: @@ -10247,6 +10547,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count': get: @@ -10278,6 +10583,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': get: tags: @@ -10345,6 +10655,11 @@ paths: $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10387,6 +10702,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}': get: @@ -10452,6 +10772,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' 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: operation patch: tags: @@ -10499,6 +10824,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' 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: operation delete: tags: @@ -10541,6 +10871,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content': get: @@ -10587,6 +10922,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -10635,6 +10975,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onlineMeeting @@ -10677,6 +11022,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': get: tags: @@ -10722,6 +11072,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onlineMeeting @@ -10766,6 +11121,11 @@ paths: 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 delete: tags: - users.onlineMeeting @@ -10808,6 +11168,11 @@ paths: 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count': get: tags: @@ -10838,6 +11203,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onlineMeetings(joinWebUrl=''{joinWebUrl}'')': get: tags: @@ -10891,6 +11261,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 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: operation patch: tags: @@ -10930,6 +11305,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 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: operation delete: tags: @@ -10964,6 +11344,11 @@ paths: 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: operation '/users/{user-id}/onlineMeetings/$count': get: @@ -10987,15 +11372,20 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/presence': get: tags: - users.presence - summary: 'presence: setStatusMessage' - description: Set a presence status message for a user. An optional expiration date and time can be supplied. + summary: Get presence + description: Get a user's presence information. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta operationId: user_GetPresence parameters: - name: user-id @@ -11035,6 +11425,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' 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: operation patch: tags: @@ -11066,6 +11461,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' 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: operation delete: tags: @@ -11092,6 +11492,11 @@ paths: 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: operation components: schemas: @@ -13042,11 +13447,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index e8efb0a6a2c..4a1a1ffce62 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -8139,10 +8139,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8201,10 +8200,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings': get: @@ -8261,10 +8259,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - privacy.subjectRightsRequest @@ -8305,10 +8302,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors': get: tags: @@ -8375,10 +8371,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8414,10 +8409,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count': get: tags: @@ -8442,10 +8436,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators': get: tags: @@ -8503,10 +8496,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8565,10 +8557,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings': get: @@ -8625,10 +8616,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - privacy.subjectRightsRequest @@ -8669,10 +8659,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors': get: tags: @@ -8739,10 +8728,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8778,10 +8766,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count': get: tags: @@ -8806,10 +8793,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2025-03-20' - date: '2022-03-22' - version: 2022-02/PrivacyDeprecate - description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes': get: tags: @@ -12868,11 +12854,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -15520,7 +15506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -16139,7 +16125,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -26126,11 +26112,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -26983,13 +26969,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -30002,6 +29992,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 3d46b8d2105..b0aec8633b1 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -62,6 +62,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userActivityCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -96,6 +101,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' 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: operation '/users/{user-id}/activities/{userActivity-id}': get: @@ -150,6 +160,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' 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: operation patch: tags: @@ -189,6 +204,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' 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: operation delete: tags: @@ -223,6 +243,11 @@ paths: 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: operation '/users/{user-id}/activities/{userActivity-id}/historyItems': get: @@ -288,6 +313,11 @@ paths: $ref: '#/components/responses/microsoft.graph.activityHistoryItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -330,6 +360,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 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: operation '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}': get: @@ -392,6 +427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 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: operation patch: tags: @@ -439,6 +479,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 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: operation delete: tags: @@ -481,6 +526,11 @@ paths: 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: operation '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': get: @@ -543,6 +593,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' 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: operation '/users/{user-id}/activities/{userActivity-id}/historyItems/$count': get: @@ -574,6 +629,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/activities/$count': get: tags: @@ -596,6 +656,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices': get: tags: @@ -651,6 +716,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -685,6 +755,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation '/users/{user-id}/devices/{device-id}': get: @@ -738,6 +813,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation patch: tags: @@ -777,6 +857,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation delete: tags: @@ -811,6 +896,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/commands': get: @@ -876,6 +966,11 @@ paths: $ref: '#/components/responses/microsoft.graph.commandCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -918,6 +1013,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' 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: operation '/users/{user-id}/devices/{device-id}/commands/{command-id}': get: @@ -980,6 +1080,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' 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: operation patch: tags: @@ -1027,6 +1132,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' 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: operation delete: tags: @@ -1069,6 +1179,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload': get: @@ -1130,6 +1245,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.payloadResponse' 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: operation '/users/{user-id}/devices/{device-id}/commands/$count': get: @@ -1161,6 +1281,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/extensions': get: tags: @@ -1225,6 +1350,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1267,6 +1397,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/devices/{device-id}/extensions/{extension-id}': get: @@ -1329,6 +1464,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -1376,6 +1516,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -1418,6 +1563,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/extensions/$count': get: @@ -1449,6 +1599,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/memberOf': get: tags: @@ -1523,6 +1678,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1598,6 +1758,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit': get: @@ -1669,6 +1834,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/microsoft.graph.group': get: tags: @@ -1739,6 +1909,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/memberOf/$count': get: tags: @@ -1779,6 +1954,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/memberOf/microsoft.graph.administrativeUnit': get: tags: @@ -1852,6 +2032,11 @@ paths: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1895,6 +2080,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/memberOf/microsoft.graph.group': get: tags: @@ -1968,6 +2158,11 @@ paths: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2011,6 +2206,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners': get: tags: @@ -2085,6 +2285,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2131,6 +2336,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.endpoint': get: @@ -2202,6 +2412,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.servicePrincipal': get: tags: @@ -2272,6 +2487,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/microsoft.graph.user': get: tags: @@ -2342,6 +2562,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners/$count': get: tags: @@ -2382,6 +2607,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners/$ref': get: tags: @@ -2436,6 +2666,11 @@ paths: $ref: '#/components/responses/StringCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2469,6 +2704,11 @@ paths: 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: operation delete: tags: @@ -2511,6 +2751,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/registeredOwners/microsoft.graph.endpoint': get: @@ -2585,6 +2830,11 @@ paths: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2628,6 +2878,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners/microsoft.graph.servicePrincipal': get: tags: @@ -2701,6 +2956,11 @@ paths: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2744,6 +3004,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredOwners/microsoft.graph.user': get: tags: @@ -2817,6 +3082,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2860,6 +3130,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers': get: tags: @@ -2934,6 +3209,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2980,6 +3260,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.endpoint': get: @@ -3051,6 +3336,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.servicePrincipal': get: tags: @@ -3121,6 +3411,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/microsoft.graph.user': get: tags: @@ -3191,6 +3486,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers/$count': get: tags: @@ -3231,6 +3531,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers/$ref': get: tags: @@ -3285,6 +3590,11 @@ paths: $ref: '#/components/responses/StringCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3318,6 +3628,11 @@ paths: 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: operation delete: tags: @@ -3360,6 +3675,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/registeredUsers/microsoft.graph.endpoint': get: @@ -3434,6 +3754,11 @@ paths: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3477,6 +3802,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers/microsoft.graph.servicePrincipal': get: tags: @@ -3550,6 +3880,11 @@ paths: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3593,6 +3928,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/registeredUsers/microsoft.graph.user': get: tags: @@ -3666,6 +4006,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3709,6 +4054,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/transitiveMemberOf': get: tags: @@ -3783,6 +4133,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3858,6 +4213,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit': get: @@ -3929,6 +4289,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group': get: tags: @@ -3999,6 +4364,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count': get: tags: @@ -4039,6 +4409,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/transitiveMemberOf/microsoft.graph.administrativeUnit': get: tags: @@ -4112,6 +4487,11 @@ paths: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4155,6 +4535,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/transitiveMemberOf/microsoft.graph.group': get: tags: @@ -4228,6 +4613,11 @@ paths: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4271,6 +4661,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices/{device-id}/usageRights': get: tags: @@ -4335,6 +4730,11 @@ paths: $ref: '#/components/responses/microsoft.graph.usageRightCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4377,6 +4777,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' 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: operation '/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}': get: @@ -4439,6 +4844,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' 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: operation patch: tags: @@ -4486,6 +4896,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' 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: operation delete: tags: @@ -4528,6 +4943,11 @@ paths: 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: operation '/users/{user-id}/devices/{device-id}/usageRights/$count': get: @@ -4559,6 +4979,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/devices(deviceId=''{deviceId}'')': get: tags: @@ -4611,6 +5036,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation patch: tags: @@ -4650,6 +5080,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation delete: tags: @@ -4684,6 +5119,11 @@ paths: 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: operation '/users/{user-id}/devices/$count': get: @@ -4707,6 +5147,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.userActivity: @@ -10060,7 +10505,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -10625,7 +11070,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -10926,11 +11371,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -12891,11 +13336,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -21186,13 +21631,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -25348,6 +25797,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index ff5d6f74a55..521bdefa20b 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -20387,26 +20387,26 @@ components: nullable: true categoryId: type: string - description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + description: Specify category in which the setting is under. Support $filters. nullable: true description: type: string - description: Description of the item + description: Description of the setting. nullable: true displayName: type: string - description: Display name of the item + description: 'Name of the setting. For example: Allow Toast.' nullable: true helpText: type: string - description: Help text of the item + description: Help text of the setting. Give more details of the setting. nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at + description: List of links more info for the setting can be found at. keywords: type: array items: @@ -20430,7 +20430,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition if the setting is a child setting. + description: Root setting definition id if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -25302,7 +25302,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -26015,7 +26015,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -33771,11 +33771,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -34267,11 +34267,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -34959,13 +34959,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -41024,6 +41028,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index cde5921e918..c0a4730a5a7 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -11652,11 +11652,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPC - description: Read the properties and relationships of a specific cloudPC object. + summary: List cloudPCs + description: List the cloudPC devices in a tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListCloudPC parameters: - $ref: '#/components/parameters/top' @@ -13501,6 +13501,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13566,6 +13571,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings': get: @@ -13628,6 +13638,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - deviceManagement.virtualEndpoint @@ -13674,6 +13689,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors': get: tags: @@ -13746,6 +13766,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13787,6 +13812,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count': get: tags: @@ -13817,6 +13847,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count': get: tags: @@ -18444,6 +18479,8 @@ components: type: boolean description: 'Indicates whether the local admin option is enabled. Default value is false. To enable the local admin option, change the setting to true. If the local admin option is enabled, the end user can be an admin of the Cloud PC device.' nullable: true + notificationSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcNotificationSetting' resetEnabled: type: boolean description: 'Indicates whether an end user is allowed to reset their Cloud PC. When true, the user is allowed to reset their Cloud PC. When false, end-user initiated reset is not allowed. The default value is false.' @@ -23970,7 +24007,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -24683,7 +24720,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -24956,6 +24993,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.cloudPcNotificationSetting: + title: cloudPcNotificationSetting + type: object + properties: + restartPromptsDisabled: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcRestorePointSetting: title: cloudPcRestorePointSetting type: object @@ -32943,11 +32989,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -33467,11 +33513,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -34159,13 +34205,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -40234,6 +40284,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index ac614d57cad..f30c20a5209 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -14263,11 +14263,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index 31346db0413..ca180646123 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -5754,26 +5754,26 @@ components: nullable: true categoryId: type: string - description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + description: Specify category in which the setting is under. Support $filters. nullable: true description: type: string - description: Description of the item + description: Description of the setting. nullable: true displayName: type: string - description: Display name of the item + description: 'Name of the setting. For example: Allow Toast.' nullable: true helpText: type: string - description: Help text of the item + description: Help text of the setting. Give more details of the setting. nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at + description: List of links more info for the setting can be found at. keywords: type: array items: @@ -5797,7 +5797,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition if the setting is a child setting. + description: Root setting definition id if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -5879,11 +5879,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index e6a1beb6496..836f971dc7d 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -4861,6 +4861,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10418,7 +10423,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action for this rule + 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. operationId: deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -10509,7 +10514,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action for this rule + 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. operationId: deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -25872,6 +25877,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27713,7 +27723,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27804,7 +27814,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -45494,26 +45504,26 @@ components: nullable: true categoryId: type: string - description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + description: Specify category in which the setting is under. Support $filters. nullable: true description: type: string - description: Description of the item + description: Description of the setting. nullable: true displayName: type: string - description: Display name of the item + description: 'Name of the setting. For example: Allow Toast.' nullable: true helpText: type: string - description: Help text of the item + description: Help text of the setting. Give more details of the setting. nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at + description: List of links more info for the setting can be found at. keywords: type: array items: @@ -45537,7 +45547,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition if the setting is a child setting. + description: Root setting definition id if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -45809,7 +45819,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' - description: The list of scheduled action for this rule + 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. x-ms-navigationProperty: true userStatuses: type: array @@ -48496,7 +48506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -62980,11 +62990,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -66477,6 +66487,8 @@ components: type: boolean description: 'Indicates whether the local admin option is enabled. Default value is false. To enable the local admin option, change the setting to true. If the local admin option is enabled, the end user can be an admin of the Cloud PC device.' nullable: true + notificationSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcNotificationSetting' resetEnabled: type: boolean description: 'Indicates whether an end user is allowed to reset their Cloud PC. When true, the user is allowed to reset their Cloud PC. When false, end-user initiated reset is not allowed. The default value is false.' @@ -71264,7 +71276,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -72963,6 +72975,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.cloudPcNotificationSetting: + title: cloudPcNotificationSetting + type: object + properties: + restartPromptsDisabled: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcRestorePointSetting: title: cloudPcRestorePointSetting type: object @@ -79381,11 +79402,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -80073,13 +80094,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -85278,6 +85303,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 3953f887dc7..ddbb0e3fb4a 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -3436,10 +3436,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3484,10 +3483,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings': get: @@ -3544,10 +3542,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - print.printerShare @@ -3588,10 +3585,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors': get: tags: @@ -3658,10 +3654,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3697,10 +3692,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/print/printerShares/{printerShare-id}/allowedUsers/$count': get: tags: @@ -3725,10 +3719,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/print/printerShares/{printerShare-id}/allowedUsers/$ref': get: tags: @@ -3767,10 +3760,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3798,10 +3790,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -3842,10 +3833,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-07-31' - date: '2023-06-13' - version: 2023-06/Tasks_And_Plans - description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/print/printerShares/{printerShare-id}/jobs': get: @@ -6470,6 +6460,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6508,6 +6503,11 @@ paths: 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: operation '/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings': get: @@ -6562,6 +6562,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - print.printerShare @@ -6600,6 +6605,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors': get: tags: @@ -6664,6 +6674,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6697,6 +6712,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/print/shares/{printerShare-id}/allowedUsers/$count': get: tags: @@ -6719,6 +6739,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/print/shares/{printerShare-id}/allowedUsers/$ref': get: tags: @@ -6758,6 +6783,11 @@ paths: $ref: '#/components/responses/StringCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6787,6 +6817,11 @@ paths: 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: operation delete: tags: @@ -6821,6 +6856,11 @@ paths: 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: operation '/print/shares/{printerShare-id}/jobs': get: @@ -11648,11 +11688,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -15218,7 +15258,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -15837,7 +15877,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -26824,11 +26864,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -27251,13 +27291,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -31384,6 +31428,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 68e8cf3bbf5..21293251ad4 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -43090,6 +43090,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceEnrollmentConfigurationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -43124,6 +43129,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' 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: operation '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}': get: @@ -43178,6 +43188,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' 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: operation patch: tags: @@ -43217,6 +43232,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' 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: operation delete: tags: @@ -43251,6 +43271,11 @@ paths: 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: operation '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments': get: @@ -43316,6 +43341,11 @@ paths: $ref: '#/components/responses/microsoft.graph.enrollmentConfigurationAssignmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -43358,6 +43388,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' 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: operation '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}': get: @@ -43420,6 +43455,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' 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: operation patch: tags: @@ -43467,6 +43507,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' 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: operation delete: tags: @@ -43509,6 +43554,11 @@ paths: 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: operation '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count': get: @@ -43540,6 +43590,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/deviceEnrollmentConfigurations/$count': get: tags: @@ -43562,6 +43617,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/deviceManagementTroubleshootingEvents': get: tags: @@ -43618,6 +43678,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -43652,6 +43717,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 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: operation '/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}': get: @@ -43706,6 +43776,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 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: operation patch: tags: @@ -43745,6 +43820,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 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: operation delete: tags: @@ -43779,6 +43859,11 @@ paths: 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: operation '/users/{user-id}/deviceManagementTroubleshootingEvents/$count': get: @@ -43802,6 +43887,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedAppRegistrations': get: tags: @@ -43858,6 +43948,11 @@ paths: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -43915,6 +44010,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' 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: operation '/users/{user-id}/managedAppRegistrations/$count': get: @@ -43938,6 +44038,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices': get: tags: @@ -43994,6 +44099,11 @@ paths: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44028,6 +44138,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}': get: @@ -44082,6 +44197,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' 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: operation patch: tags: @@ -44121,6 +44241,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' 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: operation delete: tags: @@ -44155,6 +44280,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails': get: @@ -44220,6 +44350,11 @@ paths: $ref: '#/components/responses/microsoft.graph.assignmentFilterEvaluationStatusDetailsCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44262,6 +44397,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}': get: @@ -44324,6 +44464,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' 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: operation patch: tags: @@ -44371,6 +44516,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' 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: operation delete: tags: @@ -44413,6 +44563,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count': get: @@ -44444,6 +44599,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps': get: tags: @@ -44508,6 +44668,11 @@ paths: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44573,6 +44738,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.detectedApp' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count': get: @@ -44604,6 +44774,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory': get: tags: @@ -44657,6 +44832,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 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: operation patch: tags: @@ -44696,6 +44876,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 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: operation delete: tags: @@ -44730,6 +44915,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates': get: @@ -44795,6 +44985,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -44837,6 +45032,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}': get: @@ -44899,6 +45099,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 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: operation patch: tags: @@ -44946,6 +45151,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 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: operation delete: tags: @@ -44988,6 +45198,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count': get: @@ -45019,6 +45234,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates': get: tags: @@ -45083,6 +45303,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45125,6 +45350,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}': get: @@ -45187,6 +45417,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 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: operation patch: tags: @@ -45234,6 +45469,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 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: operation delete: tags: @@ -45276,6 +45516,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count': get: @@ -45307,6 +45552,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates': get: tags: @@ -45371,6 +45621,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceHealthScriptPolicyStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45413,6 +45668,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=''{id}'',policyId=''{policyId}'',deviceId=''{deviceId}''': get: @@ -45491,6 +45751,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' 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: operation patch: tags: @@ -45554,6 +45819,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' 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: operation delete: tags: @@ -45612,6 +45882,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count': get: @@ -45643,6 +45918,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests': get: tags: @@ -45707,6 +45987,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45749,6 +46034,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}': get: @@ -45811,6 +46101,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 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: operation patch: tags: @@ -45858,6 +46153,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 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: operation delete: tags: @@ -45900,6 +46200,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count': get: @@ -45931,6 +46236,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates': get: tags: @@ -45995,6 +46305,11 @@ paths: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46037,6 +46352,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}': get: @@ -46099,6 +46419,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' 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: operation patch: tags: @@ -46146,6 +46471,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' 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: operation delete: tags: @@ -46188,6 +46518,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count': get: @@ -46219,6 +46554,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates': get: tags: @@ -46283,6 +46623,11 @@ paths: $ref: '#/components/responses/microsoft.graph.securityBaselineStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46325,6 +46670,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}': get: @@ -46387,6 +46737,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' 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: operation patch: tags: @@ -46434,6 +46789,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' 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: operation delete: tags: @@ -46476,6 +46836,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates': get: @@ -46549,6 +46914,11 @@ paths: $ref: '#/components/responses/microsoft.graph.securityBaselineSettingStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46599,6 +46969,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}': get: @@ -46669,6 +47044,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' 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: operation patch: tags: @@ -46724,6 +47104,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' 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: operation delete: tags: @@ -46774,6 +47159,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count': get: @@ -46813,6 +47203,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count': get: tags: @@ -46843,6 +47238,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/{managedDevice-id}/users': get: tags: @@ -46907,6 +47307,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46964,6 +47369,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 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: operation patch: tags: @@ -47003,6 +47413,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 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: operation delete: tags: @@ -47037,6 +47452,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState': get: @@ -47102,6 +47522,11 @@ paths: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47144,6 +47569,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}': get: @@ -47206,6 +47636,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 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: operation patch: tags: @@ -47253,6 +47688,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 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: operation delete: tags: @@ -47295,6 +47735,11 @@ paths: 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: operation '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count': get: @@ -47326,6 +47771,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/managedDevices/$count': get: tags: @@ -47348,6 +47798,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mobileAppIntentAndStates': get: tags: @@ -47404,6 +47859,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mobileAppIntentAndStateCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47438,6 +47898,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' 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: operation '/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}': get: @@ -47492,6 +47957,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' 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: operation patch: tags: @@ -47531,6 +48001,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' 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: operation delete: tags: @@ -47565,6 +48040,11 @@ paths: 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: operation '/users/{user-id}/mobileAppIntentAndStates/$count': get: @@ -47588,6 +48068,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mobileAppTroubleshootingEvents': get: tags: @@ -47644,6 +48129,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mobileAppTroubleshootingEventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47678,6 +48168,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' 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: operation '/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}': get: @@ -47732,6 +48227,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' 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: operation patch: tags: @@ -47771,6 +48271,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' 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: operation delete: tags: @@ -47805,13 +48310,18 @@ paths: 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: operation '/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests': get: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. operationId: user.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: user-id @@ -47870,6 +48380,11 @@ paths: $ref: '#/components/responses/microsoft.graph.appLogCollectionRequestCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47912,13 +48427,18 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' 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: operation '/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}': get: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. operationId: user.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: user-id @@ -47974,6 +48494,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' 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: operation patch: tags: @@ -48021,6 +48546,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' 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: operation delete: tags: @@ -48063,6 +48593,11 @@ paths: 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: operation '/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count': get: @@ -48094,6 +48629,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mobileAppTroubleshootingEvents/$count': get: tags: @@ -48116,6 +48656,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/windowsInformationProtectionDeviceRegistrations': get: tags: @@ -48172,6 +48717,11 @@ paths: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionDeviceRegistrationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -48229,6 +48779,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' 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: operation '/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count': get: @@ -48252,6 +48807,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.deviceAppManagement: @@ -48485,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. + description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customBrowserPackageId: type: string - description: Unique identifier of a custom browser to open weblink on Android. + description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customDialerAppDisplayName: type: string @@ -49205,7 +49765,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: A custom browser protocol to open weblink on iOS. + description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customDialerAppProtocol: type: string @@ -51293,26 +51853,26 @@ components: nullable: true categoryId: type: string - description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + description: Specify category in which the setting is under. Support $filters. nullable: true description: type: string - description: Description of the item + description: Description of the setting. nullable: true displayName: type: string - description: Display name of the item + description: 'Name of the setting. For example: Allow Toast.' nullable: true helpText: type: string - description: Help text of the item + description: Help text of the setting. Give more details of the setting. nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at + description: List of links more info for the setting can be found at. keywords: type: array items: @@ -51336,7 +51896,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition if the setting is a child setting. + description: Root setting definition id if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -52963,7 +53523,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -63815,7 +64375,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -69502,11 +70062,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -69928,11 +70488,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -70620,13 +71180,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -75674,6 +76238,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Devices.ServiceAnnouncement.yml b/openApiDocs/beta/Devices.ServiceAnnouncement.yml index 9da7a7bcf60..f3d631d454b 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. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index bfd9f3e44cc..c4f50b86e03 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -11343,6 +11343,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation /education/me/user/mailboxSettings: get: @@ -11381,6 +11386,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - education.educationUser @@ -11402,6 +11412,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /education/me/user/serviceProvisioningErrors: get: tags: @@ -11450,6 +11465,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11467,6 +11487,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /education/schools: get: tags: @@ -12342,6 +12367,12 @@ paths: $ref: '#/components/responses/microsoft.graph.educationSynchronizationProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -12367,6 +12398,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation '/education/synchronizationProfiles/{educationSynchronizationProfile-id}': get: @@ -12416,6 +12453,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation patch: tags: @@ -12447,6 +12490,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation delete: tags: @@ -12477,6 +12526,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors': get: @@ -12537,6 +12592,12 @@ paths: $ref: '#/components/responses/microsoft.graph.educationSynchronizationErrorCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -12571,6 +12632,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationError' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}': get: @@ -12625,6 +12692,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationError' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation patch: tags: @@ -12664,6 +12737,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationError' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation delete: tags: @@ -12698,6 +12777,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count': get: @@ -12721,6 +12806,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.pause': post: tags: @@ -12745,6 +12836,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: action '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.reset': post: @@ -12770,6 +12867,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: action '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.resume': post: @@ -12795,6 +12898,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: action '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.start': post: @@ -12834,6 +12943,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -12872,6 +12987,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: function '/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus': get: @@ -12921,6 +13042,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfileStatus' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation patch: tags: @@ -12952,6 +13079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfileStatus' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation delete: tags: @@ -12978,6 +13111,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' x-ms-docs-operation-type: operation /education/synchronizationProfiles/$count: get: @@ -12993,6 +13132,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-12-31' + date: '2024-06-16' + version: 2024-06/Deprecated:SynchronizationProfiles + description: 'The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API.' /education/users: get: tags: @@ -13126,11 +13271,11 @@ paths: patch: tags: - education.educationUser - summary: Update educationUser properties - description: Update the properties of an educationuser object. + summary: Update relatedContacts + description: Update the relatedContact collection of an educationUser object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta operationId: education_UpdateUser parameters: - name: educationUser-id @@ -18056,6 +18201,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/education/users/{educationUser-id}/user/mailboxSettings': get: @@ -18102,6 +18252,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - education.educationUser @@ -18132,6 +18287,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/education/users/{educationUser-id}/user/serviceProvisioningErrors': get: tags: @@ -18188,6 +18348,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -18213,6 +18378,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /education/users/$count: get: tags: @@ -24299,7 +24469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -24918,7 +25088,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -25418,11 +25588,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -35531,11 +35701,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -35958,13 +36128,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -40119,6 +40293,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 77ff37ec86b..d834d4435fc 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -1175,6 +1175,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/createdByUser/mailboxSettings': get: @@ -1221,6 +1226,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.user @@ -1251,6 +1261,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -1307,6 +1322,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1332,6 +1352,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/following': get: tags: @@ -4048,6 +4073,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings': get: @@ -4102,6 +4132,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -4140,6 +4175,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -4204,6 +4244,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4237,6 +4282,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser': get: tags: @@ -4289,6 +4339,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -4343,6 +4398,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -4381,6 +4441,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -4445,6 +4510,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4478,6 +4548,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/listItem': get: tags: @@ -5388,6 +5463,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings': get: @@ -5442,6 +5522,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -5480,6 +5565,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -5544,6 +5634,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5577,6 +5672,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions': get: tags: @@ -6509,6 +6609,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings': get: @@ -6563,6 +6668,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -6601,6 +6711,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -6665,6 +6780,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6698,6 +6818,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink': post: tags: @@ -10587,6 +10712,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/lastModifiedByUser/mailboxSettings': get: @@ -10633,6 +10763,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.user @@ -10663,6 +10798,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -10719,6 +10859,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10744,6 +10889,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list': get: tags: @@ -12890,6 +13040,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/list/createdByUser/mailboxSettings': get: @@ -12936,6 +13091,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.list @@ -12966,6 +13126,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors': get: tags: @@ -13022,6 +13187,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13047,6 +13217,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/drive': get: tags: @@ -14094,6 +14269,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings': get: @@ -14148,6 +14328,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.list @@ -14186,6 +14371,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -14250,6 +14440,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14283,6 +14478,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions': get: tags: @@ -15215,6 +15415,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -15269,6 +15474,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.list @@ -15307,6 +15517,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -15371,6 +15586,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -15404,6 +15624,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink': post: tags: @@ -16719,6 +16944,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings': get: @@ -16765,6 +16995,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.list @@ -16795,6 +17030,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -16851,6 +17091,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -16876,6 +17121,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/list/operations': get: tags: @@ -19835,6 +20085,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/root/createdByUser/mailboxSettings': get: @@ -19881,6 +20136,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -19911,6 +20171,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors': get: tags: @@ -19967,6 +20232,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19992,6 +20262,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/lastModifiedByUser': get: tags: @@ -20036,6 +20311,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings': get: @@ -20082,6 +20362,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -20112,6 +20397,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -20168,6 +20458,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -20193,6 +20488,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/listItem': get: tags: @@ -20951,6 +21251,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings': get: @@ -20997,6 +21302,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -21027,6 +21337,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -21083,6 +21398,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -21108,6 +21428,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/listItem/documentSetVersions': get: tags: @@ -21872,6 +22197,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings': get: @@ -21918,6 +22248,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - drives.driveItem @@ -21948,6 +22283,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -22004,6 +22344,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -22029,6 +22374,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/drives/{drive-id}/root/listItem/microsoft.graph.createLink': post: tags: @@ -27074,6 +27424,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings': get: @@ -27128,6 +27483,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -27166,6 +27526,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -27230,6 +27595,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27263,6 +27633,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/following': get: tags: @@ -30437,6 +30812,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings': get: @@ -30499,6 +30879,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -30545,6 +30930,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -30617,6 +31007,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30658,6 +31053,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser': get: tags: @@ -30718,6 +31118,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -30780,6 +31185,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -30826,6 +31236,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -30898,6 +31313,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30939,6 +31359,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem': get: tags: @@ -32001,6 +32426,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings': get: @@ -32063,6 +32493,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -32109,6 +32544,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -32181,6 +32621,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -32222,6 +32667,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions': get: tags: @@ -33273,6 +33723,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings': get: @@ -33335,6 +33790,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -33381,6 +33841,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -33453,6 +33918,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -33494,6 +33964,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions': get: tags: @@ -36071,6 +36546,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings': get: @@ -36125,6 +36605,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -36163,6 +36648,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -36227,6 +36717,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -36260,6 +36755,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list': get: tags: @@ -38356,6 +38856,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings': get: @@ -38410,6 +38915,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -38448,6 +38958,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors': get: tags: @@ -38512,6 +39027,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -38545,6 +39065,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/drive': get: tags: @@ -39768,6 +40293,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings': get: @@ -39830,6 +40360,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -39876,6 +40411,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -39948,6 +40488,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -39989,6 +40534,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions': get: tags: @@ -41040,6 +41590,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -41102,6 +41657,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -41148,6 +41708,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -41220,6 +41785,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -41261,6 +41831,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions': get: tags: @@ -42160,6 +42735,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings': get: @@ -42214,6 +42794,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -42252,6 +42837,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -42316,6 +42906,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -42349,6 +42944,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/list/operations': get: tags: @@ -45477,6 +46077,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings': get: @@ -45531,6 +46136,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -45569,6 +46179,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors': get: tags: @@ -45633,6 +46248,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45666,6 +46286,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser': get: tags: @@ -45718,6 +46343,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings': get: @@ -45772,6 +46402,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -45810,6 +46445,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -45874,6 +46514,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -45907,6 +46552,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/listItem': get: tags: @@ -46817,6 +47467,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings': get: @@ -46871,6 +47526,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -46909,6 +47569,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -46973,6 +47638,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -47006,6 +47676,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions': get: tags: @@ -47897,6 +48572,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings': get: @@ -47951,6 +48631,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.drive @@ -47989,6 +48674,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -48053,6 +48743,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -48086,6 +48781,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/drives/{drive-id}/root/listItem/permissions': get: tags: @@ -50894,6 +51594,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings': get: @@ -50940,6 +51645,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.user @@ -50970,6 +51680,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -51026,6 +51741,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -51051,6 +51771,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/driveItem': get: tags: @@ -51670,6 +52395,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -51716,6 +52446,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.user @@ -51746,6 +52481,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -51802,6 +52542,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -51827,6 +52572,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list': get: tags: @@ -53973,6 +54723,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings': get: @@ -54019,6 +54774,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.list @@ -54049,6 +54809,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors': get: tags: @@ -54105,6 +54870,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54130,6 +54900,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/drive': get: tags: @@ -55177,6 +55952,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings': get: @@ -55231,6 +56011,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.list @@ -55269,6 +56054,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -55333,6 +56123,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -55366,6 +56161,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions': get: tags: @@ -56298,6 +57098,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -56352,6 +57157,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.list @@ -56390,6 +57200,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -56454,6 +57269,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56487,6 +57307,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.createLink': post: tags: @@ -57780,6 +58605,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings': get: @@ -57826,6 +58656,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.list @@ -57856,6 +58691,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -57912,6 +58752,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57937,6 +58782,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/list/operations': get: tags: @@ -59569,6 +60419,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/listItem/createdByUser/mailboxSettings': get: @@ -59615,6 +60470,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.listItem @@ -59645,6 +60505,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -59701,6 +60566,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59726,6 +60596,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/listItem/documentSetVersions': get: tags: @@ -60490,6 +61365,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/mailboxSettings': get: @@ -60536,6 +61416,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - shares.listItem @@ -60566,6 +61451,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -60622,6 +61512,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60647,6 +61542,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/shares/{sharedDriveItem-id}/listItem/microsoft.graph.createLink': post: tags: @@ -62099,6 +62999,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' 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: operation '/users/{user-id}/drives': get: @@ -62156,6 +63061,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -62190,6 +63100,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' 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: operation '/users/{user-id}/drives/{drive-id}': get: @@ -62244,6 +63159,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' 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: operation patch: tags: @@ -62283,6 +63203,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' 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: operation delete: tags: @@ -62317,6 +63242,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/activities': get: @@ -62382,6 +63312,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -62424,6 +63359,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}': get: @@ -62486,6 +63426,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation patch: tags: @@ -62533,6 +63478,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation delete: tags: @@ -62575,6 +63525,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem': get: @@ -62636,6 +63591,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content': get: @@ -62686,6 +63646,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -62734,6 +63699,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -62776,6 +63746,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -62818,6 +63793,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -62862,6 +63842,11 @@ paths: 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 delete: tags: - users.drive @@ -62904,6 +63889,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -62964,6 +63954,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation '/users/{user-id}/drives/{drive-id}/activities/$count': get: @@ -62995,6 +63990,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/bundles': get: tags: @@ -63059,6 +64059,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -63101,6 +64106,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}': get: @@ -63163,6 +64173,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content': get: @@ -63213,6 +64228,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -63261,6 +64281,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -63303,6 +64328,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream': get: tags: @@ -63345,6 +64375,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -63389,6 +64424,11 @@ paths: 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 delete: tags: - users.drive @@ -63431,6 +64471,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/bundles/$count': get: tags: @@ -63461,6 +64506,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/createdByUser': get: tags: @@ -63513,6 +64563,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings': get: @@ -63567,6 +64622,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -63605,6 +64665,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -63669,6 +64734,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -63702,6 +64772,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/following': get: tags: @@ -63766,6 +64841,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -63831,6 +64911,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content': get: @@ -63881,6 +64966,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -63929,6 +65019,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -63971,6 +65066,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream': get: tags: @@ -64013,6 +65113,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -64057,6 +65162,11 @@ paths: 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 delete: tags: - users.drive @@ -64099,6 +65209,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/following/$count': get: tags: @@ -64129,6 +65244,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items': get: tags: @@ -64193,6 +65313,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -64235,6 +65360,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}': get: @@ -64297,6 +65427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation patch: tags: @@ -64344,6 +65479,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation delete: tags: @@ -64386,6 +65526,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities': get: @@ -64459,6 +65604,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -64532,6 +65682,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities/$count': get: @@ -64571,6 +65726,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics': get: tags: @@ -64632,6 +65792,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation patch: tags: @@ -64679,6 +65844,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation delete: tags: @@ -64721,6 +65891,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime': get: @@ -64782,6 +65957,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats': get: @@ -64854,6 +66034,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -64904,6 +66089,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}': get: @@ -64973,6 +66163,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation patch: tags: @@ -65028,6 +66223,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation delete: tags: @@ -65078,6 +66278,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': get: @@ -65159,6 +66364,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -65217,6 +66427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivity' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': get: @@ -65295,6 +66510,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivity' 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: operation patch: tags: @@ -65358,6 +66578,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivity' 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: operation delete: tags: @@ -65416,6 +66641,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': get: @@ -65494,6 +66724,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': get: @@ -65560,6 +66795,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -65624,6 +66864,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -65682,6 +66927,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -65740,6 +66990,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -65800,6 +67055,11 @@ paths: 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 delete: tags: - users.drive @@ -65858,6 +67118,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -65904,6 +67169,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count': get: tags: @@ -65942,6 +67212,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays': get: tags: @@ -66002,6 +67277,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children': get: @@ -66075,6 +67355,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -66125,6 +67410,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}': get: @@ -66195,6 +67485,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content': get: @@ -66253,6 +67548,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -66309,6 +67609,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -66359,6 +67664,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream': get: tags: @@ -66409,6 +67719,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -66461,6 +67776,11 @@ paths: 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 delete: tags: - users.drive @@ -66511,6 +67831,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count': get: tags: @@ -66549,6 +67874,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content': get: tags: @@ -66598,6 +67928,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -66646,6 +67981,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -66688,6 +68028,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream': get: tags: @@ -66730,6 +68075,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -66774,6 +68124,11 @@ paths: 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 delete: tags: - users.drive @@ -66816,6 +68171,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -66876,6 +68236,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings': get: @@ -66938,6 +68303,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -66984,6 +68354,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -67056,6 +68431,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67097,6 +68477,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser': get: tags: @@ -67157,6 +68542,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -67219,6 +68609,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -67265,6 +68660,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -67337,6 +68737,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67378,6 +68783,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem': get: tags: @@ -67439,6 +68849,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation patch: tags: @@ -67486,6 +68901,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation delete: tags: @@ -67528,6 +68948,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities': get: @@ -67601,6 +69026,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67651,6 +69081,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}': get: @@ -67721,6 +69156,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation patch: tags: @@ -67776,6 +69216,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation delete: tags: @@ -67826,6 +69271,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem': get: @@ -67895,6 +69345,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content': get: @@ -67953,6 +69408,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -68009,6 +69469,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -68059,6 +69524,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -68109,6 +69579,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -68161,6 +69636,11 @@ paths: 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 delete: tags: - users.drive @@ -68211,6 +69691,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -68279,6 +69764,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/$count': get: @@ -68318,6 +69808,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics': get: tags: @@ -68379,6 +69874,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser': get: @@ -68440,6 +69940,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings': get: @@ -68502,6 +70007,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -68548,6 +70058,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -68620,6 +70135,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -68661,6 +70181,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions': get: tags: @@ -68733,6 +70258,11 @@ paths: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -68783,6 +70313,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}': get: @@ -68853,6 +70388,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation patch: tags: @@ -68908,6 +70448,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation delete: tags: @@ -68958,6 +70503,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields': get: @@ -69028,6 +70578,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -69083,6 +70638,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -69133,6 +70693,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count': get: @@ -69172,6 +70737,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem': get: tags: @@ -69233,6 +70803,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content': get: @@ -69283,6 +70858,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -69331,6 +70911,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -69373,6 +70958,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream': get: tags: @@ -69415,6 +71005,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -69459,6 +71054,11 @@ paths: 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 delete: tags: - users.drive @@ -69501,6 +71101,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -69562,6 +71167,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -69609,6 +71219,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -69651,6 +71266,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser': get: @@ -69712,6 +71332,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings': get: @@ -69774,6 +71399,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -69820,6 +71450,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -69892,6 +71527,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -69933,6 +71573,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions': get: tags: @@ -70005,6 +71650,11 @@ paths: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -70055,6 +71705,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}': get: @@ -70125,6 +71780,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation patch: tags: @@ -70180,6 +71840,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation delete: tags: @@ -70230,6 +71895,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count': get: @@ -70269,6 +71939,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions': get: tags: @@ -70341,6 +72016,11 @@ paths: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -70391,6 +72071,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}': get: @@ -70461,6 +72146,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation patch: tags: @@ -70516,6 +72206,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation delete: tags: @@ -70566,6 +72261,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields': get: @@ -70636,6 +72336,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -70691,6 +72396,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -70741,6 +72451,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count': get: @@ -70780,6 +72495,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions': get: tags: @@ -70852,6 +72572,11 @@ paths: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -70902,6 +72627,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}': get: @@ -70972,6 +72702,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation patch: tags: @@ -71027,6 +72762,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation delete: tags: @@ -71077,6 +72817,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count': get: @@ -71116,6 +72861,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel': get: tags: @@ -71177,6 +72927,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 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: operation patch: tags: @@ -71224,6 +72979,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 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: operation delete: tags: @@ -71266,6 +73026,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions': get: @@ -71339,6 +73104,11 @@ paths: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -71389,6 +73159,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}': get: @@ -71459,6 +73234,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation patch: tags: @@ -71514,6 +73294,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation delete: tags: @@ -71564,6 +73349,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count': get: @@ -71603,6 +73393,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails': get: tags: @@ -71675,6 +73470,11 @@ paths: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -71725,6 +73525,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}': get: @@ -71795,6 +73600,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 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: operation patch: tags: @@ -71850,6 +73660,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 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: operation delete: tags: @@ -71900,6 +73715,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count': get: @@ -71939,6 +73759,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions': get: tags: @@ -72011,6 +73836,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -72061,6 +73891,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}': get: @@ -72131,6 +73966,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 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: operation patch: tags: @@ -72186,6 +74026,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 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: operation delete: tags: @@ -72236,6 +74081,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content': get: @@ -72286,6 +74136,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -72341,6 +74196,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -72390,6 +74250,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count': get: tags: @@ -72428,6 +74293,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/items/$count': get: tags: @@ -72458,6 +74328,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/lastModifiedByUser': get: tags: @@ -72510,6 +74385,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings': get: @@ -72564,6 +74444,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -72602,6 +74487,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -72666,6 +74556,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -72699,6 +74594,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list': get: tags: @@ -72752,6 +74652,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' 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: operation patch: tags: @@ -72791,6 +74696,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' 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: operation delete: tags: @@ -72825,6 +74735,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/activities': get: @@ -72890,6 +74805,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -72932,6 +74852,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/list/columns': get: @@ -72997,6 +74922,11 @@ paths: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -73039,6 +74969,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation '/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}': get: @@ -73101,6 +75036,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation patch: tags: @@ -73148,6 +75088,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation delete: tags: @@ -73190,6 +75135,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn': get: @@ -73252,6 +75202,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation '/users/{user-id}/drives/{drive-id}/list/columns/$count': get: @@ -73283,6 +75238,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/contentTypes': get: tags: @@ -73347,6 +75307,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -73389,6 +75354,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}': get: @@ -73451,6 +75421,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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: operation patch: tags: @@ -73498,6 +75473,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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: operation delete: tags: @@ -73540,6 +75520,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base': get: @@ -73602,6 +75587,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes': get: @@ -73675,6 +75665,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -73748,6 +75743,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count': get: @@ -73787,6 +75787,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks': get: tags: @@ -73859,6 +75864,11 @@ paths: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -73909,6 +75919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': get: @@ -73979,6 +75994,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' 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: operation patch: tags: @@ -74034,6 +76054,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' 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: operation delete: tags: @@ -74084,6 +76109,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count': get: @@ -74123,6 +76153,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions': get: tags: @@ -74195,6 +76230,11 @@ paths: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -74268,6 +76308,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count': get: @@ -74307,6 +76352,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns': get: tags: @@ -74379,6 +76429,11 @@ paths: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -74429,6 +76484,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}': get: @@ -74499,6 +76559,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation patch: tags: @@ -74554,6 +76619,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation delete: tags: @@ -74604,6 +76674,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': get: @@ -74674,6 +76749,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 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: operation '/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count': get: @@ -74713,6 +76793,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/contentTypes/$count': get: tags: @@ -74743,6 +76828,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/createdByUser': get: tags: @@ -74795,6 +76885,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings': get: @@ -74849,6 +76944,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -74887,6 +76987,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors': get: tags: @@ -74951,6 +77056,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -74984,6 +77094,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/drive': get: tags: @@ -75037,6 +77152,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' 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: operation '/users/{user-id}/drives/{drive-id}/list/items': get: @@ -75102,6 +77222,11 @@ paths: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -75144,6 +77269,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}': get: @@ -75206,6 +77336,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation patch: tags: @@ -75253,6 +77388,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation delete: tags: @@ -75295,6 +77435,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities': get: @@ -75368,6 +77513,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -75418,6 +77568,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}': get: @@ -75488,6 +77643,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation patch: tags: @@ -75543,6 +77703,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation delete: tags: @@ -75593,6 +77758,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': get: @@ -75662,6 +77832,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': get: @@ -75720,6 +77895,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -75776,6 +77956,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -75826,6 +78011,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -75876,6 +78066,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -75928,6 +78123,11 @@ paths: 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 delete: tags: - users.drive @@ -75978,6 +78178,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -76046,6 +78251,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/$count': get: @@ -76085,6 +78295,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics': get: tags: @@ -76146,6 +78361,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser': get: @@ -76207,6 +78427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings': get: @@ -76269,6 +78494,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -76315,6 +78545,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -76387,6 +78622,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -76428,6 +78668,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions': get: tags: @@ -76500,6 +78745,11 @@ paths: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -76550,6 +78800,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': get: @@ -76620,6 +78875,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation patch: tags: @@ -76675,6 +78935,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation delete: tags: @@ -76725,6 +78990,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': get: @@ -76795,6 +79065,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -76850,6 +79125,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -76900,6 +79180,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count': get: @@ -76939,6 +79224,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem': get: tags: @@ -77000,6 +79290,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content': get: @@ -77050,6 +79345,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -77098,6 +79398,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -77140,6 +79445,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -77182,6 +79492,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -77226,6 +79541,11 @@ paths: 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 delete: tags: - users.drive @@ -77268,6 +79588,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -77329,6 +79654,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -77376,6 +79706,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -77418,6 +79753,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser': get: @@ -77479,6 +79819,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -77541,6 +79886,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -77587,6 +79937,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -77659,6 +80014,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -77700,6 +80060,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions': get: tags: @@ -77772,6 +80137,11 @@ paths: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -77822,6 +80192,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}': get: @@ -77892,6 +80267,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation patch: tags: @@ -77947,6 +80327,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation delete: tags: @@ -77997,6 +80382,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count': get: @@ -78036,6 +80426,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions': get: tags: @@ -78108,6 +80503,11 @@ paths: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -78158,6 +80558,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}': get: @@ -78228,6 +80633,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation patch: tags: @@ -78283,6 +80693,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation delete: tags: @@ -78333,6 +80748,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields': get: @@ -78403,6 +80823,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -78458,6 +80883,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -78508,6 +80938,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count': get: @@ -78547,6 +80982,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser': get: tags: @@ -78599,6 +81039,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings': get: @@ -78653,6 +81098,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -78691,6 +81141,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -78755,6 +81210,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -78788,6 +81248,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/operations': get: tags: @@ -78852,6 +81317,11 @@ paths: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -78894,6 +81364,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 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: operation '/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}': get: @@ -78956,6 +81431,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 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: operation patch: tags: @@ -79003,6 +81483,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 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: operation delete: tags: @@ -79045,6 +81530,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/operations/$count': get: @@ -79076,6 +81566,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/permissions': get: tags: @@ -79140,6 +81635,11 @@ paths: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -79182,6 +81682,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation '/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}': get: @@ -79244,6 +81749,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation patch: tags: @@ -79291,6 +81801,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation delete: tags: @@ -79333,6 +81848,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/permissions/$count': get: @@ -79364,6 +81884,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/list/subscriptions': get: tags: @@ -79428,6 +81953,11 @@ paths: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -79470,6 +82000,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation '/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}': get: @@ -79532,6 +82067,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation patch: tags: @@ -79579,6 +82119,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation delete: tags: @@ -79621,6 +82166,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/list/subscriptions/$count': get: @@ -79652,6 +82202,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root': get: tags: @@ -79705,6 +82260,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation patch: tags: @@ -79744,6 +82304,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation delete: tags: @@ -79778,6 +82343,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/activities': get: @@ -79843,6 +82413,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -79908,6 +82483,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/root/activities/$count': get: @@ -79939,6 +82519,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/analytics': get: tags: @@ -79992,6 +82577,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation patch: tags: @@ -80031,6 +82621,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation delete: tags: @@ -80065,6 +82660,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/allTime': get: @@ -80118,6 +82718,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats': get: @@ -80182,6 +82787,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -80224,6 +82834,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}': get: @@ -80285,6 +82900,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation patch: tags: @@ -80332,6 +82952,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation delete: tags: @@ -80374,6 +82999,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities': get: @@ -80447,6 +83077,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -80497,6 +83132,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivity' 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': get: @@ -80567,6 +83207,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivity' 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: operation patch: tags: @@ -80622,6 +83267,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivity' 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: operation delete: tags: @@ -80672,6 +83322,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': get: @@ -80742,6 +83397,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': get: @@ -80800,6 +83460,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -80856,6 +83521,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -80906,6 +83576,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -80956,6 +83631,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -81008,6 +83688,11 @@ paths: 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 delete: tags: - users.drive @@ -81058,6 +83743,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -81096,6 +83786,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count': get: tags: @@ -81126,6 +83821,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays': get: tags: @@ -81178,6 +83878,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 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: operation '/users/{user-id}/drives/{drive-id}/root/children': get: @@ -81243,6 +83948,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -81285,6 +83995,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}': get: @@ -81347,6 +84062,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content': get: @@ -81397,6 +84117,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -81445,6 +84170,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -81487,6 +84217,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream': get: tags: @@ -81529,6 +84264,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -81573,6 +84313,11 @@ paths: 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 delete: tags: - users.drive @@ -81615,6 +84360,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/children/$count': get: tags: @@ -81645,6 +84395,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/content': get: tags: @@ -81686,6 +84441,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -81726,6 +84486,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -81760,6 +84525,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/contentStream': get: tags: @@ -81794,6 +84564,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -81830,6 +84605,11 @@ paths: 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 delete: tags: - users.drive @@ -81864,6 +84644,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/createdByUser': get: tags: @@ -81916,6 +84701,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings': get: @@ -81970,6 +84760,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -82008,6 +84803,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors': get: tags: @@ -82072,6 +84872,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -82105,6 +84910,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser': get: tags: @@ -82157,6 +84967,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings': get: @@ -82211,6 +85026,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -82249,6 +85069,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -82313,6 +85138,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -82346,6 +85176,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem': get: tags: @@ -82399,6 +85234,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation patch: tags: @@ -82438,6 +85278,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation delete: tags: @@ -82472,6 +85317,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/activities': get: @@ -82537,6 +85387,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -82579,6 +85434,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}': get: @@ -82641,6 +85501,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation patch: tags: @@ -82688,6 +85553,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' 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: operation delete: tags: @@ -82730,6 +85600,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem': get: @@ -82791,6 +85666,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/content': get: @@ -82841,6 +85721,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -82889,6 +85774,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -82931,6 +85821,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -82973,6 +85868,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -83017,6 +85917,11 @@ paths: 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 delete: tags: - users.drive @@ -83059,6 +85964,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -83119,6 +86029,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/activities/$count': get: @@ -83150,6 +86065,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/analytics': get: tags: @@ -83203,6 +86123,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser': get: @@ -83256,6 +86181,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings': get: @@ -83310,6 +86240,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -83348,6 +86283,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors': get: tags: @@ -83412,6 +86352,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -83445,6 +86390,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions': get: tags: @@ -83509,6 +86459,11 @@ paths: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -83551,6 +86506,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}': get: @@ -83613,6 +86573,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation patch: tags: @@ -83660,6 +86625,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 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: operation delete: tags: @@ -83702,6 +86672,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields': get: @@ -83764,6 +86739,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -83811,6 +86791,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -83853,6 +86838,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count': get: @@ -83884,6 +86874,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/driveItem': get: tags: @@ -83937,6 +86932,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content': get: @@ -83979,6 +86979,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -84019,6 +87024,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -84053,6 +87063,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream': get: tags: @@ -84087,6 +87102,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -84123,6 +87143,11 @@ paths: 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 delete: tags: - users.drive @@ -84157,6 +87182,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/listItem/fields': get: tags: @@ -84210,6 +87240,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -84249,6 +87284,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -84283,6 +87323,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser': get: @@ -84336,6 +87381,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings': get: @@ -84390,6 +87440,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.drive @@ -84428,6 +87483,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -84492,6 +87552,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -84525,6 +87590,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/permissions': get: tags: @@ -84589,6 +87659,11 @@ paths: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -84631,6 +87706,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}': get: @@ -84693,6 +87773,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation patch: tags: @@ -84740,6 +87825,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation delete: tags: @@ -84782,6 +87872,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count': get: @@ -84813,6 +87908,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/listItem/versions': get: tags: @@ -84877,6 +87977,11 @@ paths: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -84919,6 +88024,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}': get: @@ -84981,6 +88091,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation patch: tags: @@ -85028,6 +88143,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 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: operation delete: tags: @@ -85070,6 +88190,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields': get: @@ -85132,6 +88257,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation patch: tags: @@ -85179,6 +88309,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 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: operation delete: tags: @@ -85221,6 +88356,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count': get: @@ -85252,6 +88392,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/permissions': get: tags: @@ -85316,6 +88461,11 @@ paths: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -85358,6 +88508,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation '/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}': get: @@ -85420,6 +88575,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation patch: tags: @@ -85467,6 +88627,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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: operation delete: tags: @@ -85509,6 +88674,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/permissions/$count': get: @@ -85540,6 +88710,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/retentionLabel': get: tags: @@ -85593,6 +88768,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 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: operation patch: tags: @@ -85632,6 +88812,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 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: operation delete: tags: @@ -85666,6 +88851,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/subscriptions': get: @@ -85731,6 +88921,11 @@ paths: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -85773,6 +88968,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation '/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}': get: @@ -85835,6 +89035,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation patch: tags: @@ -85882,6 +89087,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' 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: operation delete: tags: @@ -85924,6 +89134,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/subscriptions/$count': get: @@ -85955,6 +89170,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/thumbnails': get: tags: @@ -86019,6 +89239,11 @@ paths: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -86061,6 +89286,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 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: operation '/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}': get: @@ -86123,6 +89353,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 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: operation patch: tags: @@ -86170,6 +89405,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 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: operation delete: tags: @@ -86212,6 +89452,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/thumbnails/$count': get: @@ -86243,6 +89488,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/root/versions': get: tags: @@ -86307,6 +89557,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -86349,6 +89604,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 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: operation '/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}': get: @@ -86411,6 +89671,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 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: operation patch: tags: @@ -86458,6 +89723,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 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: operation delete: tags: @@ -86500,6 +89770,11 @@ paths: 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: operation '/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content': get: @@ -86542,6 +89817,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -86589,6 +89869,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -86630,6 +89915,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/root/versions/$count': get: tags: @@ -86660,6 +89950,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/{drive-id}/special': get: tags: @@ -86724,6 +90019,11 @@ paths: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -86789,6 +90089,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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: operation '/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content': get: @@ -86839,6 +90144,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -86887,6 +90197,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.drive @@ -86929,6 +90244,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream': get: tags: @@ -86971,6 +90291,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.drive @@ -87015,6 +90340,11 @@ paths: 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 delete: tags: - users.drive @@ -87057,6 +90387,11 @@ paths: 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 '/users/{user-id}/drives/{drive-id}/special/$count': get: tags: @@ -87087,6 +90422,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/drives/$count': get: tags: @@ -87109,6 +90449,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.drive: @@ -93129,7 +96474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -93842,7 +97187,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -95053,11 +98398,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -103103,11 +106448,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -103786,13 +107131,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -108971,6 +112320,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index d5f458de16b..40e0465b1f3 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -407,11 +407,11 @@ paths: post: tags: - groups.group - summary: Upsert group - description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option." + summary: Create group + description: 'Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta operationId: group_CreateGroup requestBody: description: New entity @@ -9364,11 +9364,11 @@ paths: post: tags: - groups.conversation - summary: Create openTypeExtension - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + summary: Create conversation + description: Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta operationId: group_CreateConversation parameters: - name: group-id @@ -9401,10 +9401,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: Retrieve the properties and relationships of conversation object. + description: Get a group's conversation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta operationId: group_GetConversation parameters: - name: group-id @@ -9457,10 +9457,10 @@ paths: tags: - groups.conversation summary: Delete conversation - description: Delete conversation. + description: Delete a group's conversation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-beta operationId: group_DeleteConversation parameters: - name: group-id @@ -9761,10 +9761,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group.conversation.thread_reply parameters: - name: group-id @@ -22437,6 +22437,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/members/$count': get: tags: @@ -23159,6 +23164,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -23194,6 +23204,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/membersWithLicenseErrors': get: tags: @@ -23700,6 +23715,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/membersWithLicenseErrors/$count': get: tags: @@ -24297,6 +24317,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24332,6 +24357,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/microsoft.graph.addFavorite': post: tags: @@ -27091,6 +27121,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/owners/$count': get: tags: @@ -27805,6 +27840,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27840,6 +27880,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/permissionGrants': get: tags: @@ -37814,11 +37859,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversation thread - description: Delete a thread object. + summary: Delete conversationThread + description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta operationId: group_DeleteThread parameters: - name: group-id @@ -37854,10 +37899,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group.thread_reply parameters: - name: group-id @@ -41331,6 +41376,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/transitiveMembers/$count': get: tags: @@ -41936,6 +41986,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -41971,6 +42026,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups(uniqueName=''{uniqueName}'')': get: tags: @@ -42401,6 +42461,11 @@ paths: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -48533,14 +48598,15 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean - description: Removes the email claim from tokens sent to an application when the email address's domain can't be verified. + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean - description: Requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they're granted access tokens. This property is only modifiable for multi-tenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center. + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true additionalProperties: type: object @@ -51502,7 +51568,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -52067,7 +52133,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -52994,13 +53060,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -54373,11 +54443,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -55502,11 +55572,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -65809,6 +65879,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index bbe8a1dfb25..0f9ad828fbf 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -1423,6 +1423,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/administrativeUnits/{administrativeUnit-id}/members/$count': get: tags: @@ -2130,6 +2135,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2165,6 +2175,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberGroups': post: tags: @@ -3358,6 +3373,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/contacts/{orgContact-id}/directReports/$count': get: tags: @@ -3555,6 +3575,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3590,6 +3615,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/contacts/{orgContact-id}/manager': get: tags: @@ -7818,6 +7848,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/devices/{device-id}/registeredOwners/$count': get: tags: @@ -8232,6 +8267,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8267,6 +8307,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/devices/{device-id}/registeredUsers': get: tags: @@ -8565,6 +8610,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/devices/{device-id}/registeredUsers/$count': get: tags: @@ -8979,6 +9029,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9014,6 +9069,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/devices/{device-id}/transitiveMemberOf': get: tags: @@ -11082,6 +11142,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/directory/administrativeUnits/{administrativeUnit-id}/members/$count': get: tags: @@ -11785,6 +11850,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11820,6 +11890,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers': get: tags: @@ -14002,6 +14077,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /directory/deletedItems/$count: get: tags: @@ -14440,6 +14520,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14457,6 +14542,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /directory/deletedItems/microsoft.graph.validateProperties: post: tags: @@ -19147,6 +19237,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/directoryRoles/{directoryRole-id}/members/$count': get: tags: @@ -19861,6 +19956,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19896,6 +19996,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups': post: tags: @@ -28224,6 +28329,11 @@ paths: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28258,6 +28368,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 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: operation '/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}': get: @@ -28312,6 +28427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 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: operation patch: tags: @@ -28351,6 +28471,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 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: operation delete: tags: @@ -28385,6 +28510,11 @@ paths: 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: operation '/users/{user-id}/scopedRoleMemberOf/$count': get: @@ -28408,6 +28538,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.peopleAdminSettings: @@ -31882,14 +32017,15 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean - description: Removes the email claim from tokens sent to an application when the email address's domain can't be verified. + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean - description: Requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they're granted access tokens. This property is only modifiable for multi-tenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center. + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true additionalProperties: type: object @@ -35750,7 +35886,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -36315,7 +36451,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -36398,11 +36534,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -36523,11 +36659,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -49360,13 +49496,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -53892,6 +54032,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 6b25694b520..6da4dc45dd3 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -18402,7 +18402,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta @@ -26626,6 +26626,60 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith(uniqueName=''{uniqueName}'')': + get: + tags: + - identityGovernance.entitlementManagement + summary: Get accessPackagesIncompatibleWith from identityGovernance + description: The access packages that are incompatible with this package. Read-only. + operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackagesIncompatibleGraphWPre_GetGraphBPreUniqueName + parameters: + - name: accessPackageAssignment-id + in: path + description: The unique identifier of accessPackageAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackagesIncompatibleWith/$count': get: tags: @@ -28563,7 +28617,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta @@ -33336,11 +33390,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33397,11 +33451,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update accessPackageAssignmentRequestWorkflowExtension - description: Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Update accessPackageAssignmentWorkflowExtension + description: Update the properties of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40138,6 +40192,65 @@ paths: date: '2023-03-01' version: 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages(uniqueName=''{uniqueName}'')': + get: + tags: + - identityGovernance.entitlementManagement + summary: Get accessPackages from identityGovernance + description: The access packages in this catalog. Read-only. Nullable. Supports $expand. + operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackage_GetGraphBPreUniqueName + parameters: + - name: accessPackageCatalog-id + in: path + description: The unique identifier of accessPackageCatalog + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageCatalog + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-12-31' + date: '2023-03-01' + version: 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions + x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/$count': get: tags: @@ -40386,11 +40499,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentRequestWorkflowExtension - description: "Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy." + summary: Delete accessPackageAssignmentWorkflowExtension + description: "Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40453,6 +40566,135 @@ paths: removalDate: '2023-12-31' date: '2023-03-01' version: 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions + '/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName=''{uniqueName}'')': + get: + tags: + - identityGovernance.entitlementManagement + summary: Get accessPackageCatalog + description: Retrieve the properties and relationships of an accessPackageCatalog object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackageCatalog + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-12-31' + date: '2023-03-01' + version: 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.entitlementManagement + summary: Update accessPackageCatalog + description: 'Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackageCatalog + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-12-31' + date: '2023-03-01' + version: 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.entitlementManagement + summary: Delete accessPackageCatalog + description: Delete an accessPackageCatalog. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackageCatalog + required: true + style: simple + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-12-31' + date: '2023-03-01' + version: 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions + x-ms-docs-operation-type: operation /identityGovernance/entitlementManagement/accessPackageCatalogs/$count: get: tags: @@ -50992,6 +51234,60 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith(uniqueName=''{uniqueName}'')': + get: + tags: + - identityGovernance.entitlementManagement + summary: Get accessPackagesIncompatibleWith from identityGovernance + description: The access packages that are incompatible with this package. Read-only. + operationId: identityGovernance.entitlementManagement.accessPackage.accessPackagesIncompatibleGraphWPre_GetGraphBPreUniqueName + parameters: + - name: accessPackage-id + in: path + description: The unique identifier of accessPackage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackage + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/$count': get: tags: @@ -51652,6 +51948,199 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/entitlementManagement/accessPackages(uniqueName=''{uniqueName}'')': + 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. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackage_GetGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.entitlementManagement + summary: Update accessPackage + description: 'Update an existing accessPackage object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackage_UpdateGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.entitlementManagement + summary: Delete accessPackage + description: 'Delete an accessPackage object. You can''t delete an access package if it has any accessPackageAssignment. To delete the access package, first query if there are any assignments with a filter to indicate the specific access package, such as: $filter=accessPackage/id eq ''a914b616-e04e-476b-aa37-91038f0b165b''. For more information on how to remove assignments that are still in the delivered state, see Remove an assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackage_DeleteGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackages(uniqueName=''{uniqueName}'')/microsoft.graph.getApplicablePolicyRequirements': + post: + tags: + - identityGovernance.Actions + summary: Invoke action getApplicablePolicyRequirements + description: 'In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackage.uniqueName_getApplicablePolicyRequirement + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestRequirements' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/identityGovernance/entitlementManagement/accessPackages(uniqueName=''{uniqueName}'')/microsoft.graph.moveToCatalog': + post: + tags: + - identityGovernance.Actions + summary: Invoke action moveToCatalog + description: 'In Microsoft Entra entitlement management, this action moves the accessPackage to a specified target accessPackageCatalog. The resources in the access package must be present in the target catalog.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta + operationId: identityGovernance.entitlementManagement.accessPackage.uniqueName_moveToCatalog + parameters: + - name: uniqueName + in: path + description: Alternate key of accessPackage + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + catalogId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /identityGovernance/entitlementManagement/accessPackages/$count: get: tags: @@ -52181,7 +52670,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta @@ -53918,6 +54407,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings': get: @@ -53964,6 +54458,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -53994,6 +54493,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors': get: tags: @@ -54050,6 +54554,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54075,6 +54584,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy': get: tags: @@ -54120,6 +54634,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings': get: @@ -54166,6 +54685,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -54196,6 +54720,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors': get: tags: @@ -54252,6 +54781,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54277,6 +54811,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /identityGovernance/lifecycleWorkflows/customTaskExtensions/$count: get: tags: @@ -54526,6 +55065,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings': get: @@ -54572,6 +55116,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -54602,6 +55151,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors': get: tags: @@ -54658,6 +55212,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -54683,6 +55242,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope': get: tags: @@ -54864,6 +55428,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings': get: @@ -54910,6 +55479,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -54940,6 +55514,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors': get: tags: @@ -54996,6 +55575,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -55021,6 +55605,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate': post: tags: @@ -55494,6 +56083,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -55556,6 +56150,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -55602,6 +56201,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -55674,6 +56278,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -55715,6 +56324,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -55998,6 +56612,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: @@ -56060,6 +56679,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -56106,6 +56730,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -56178,6 +56807,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56219,6 +56853,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': get: tags: @@ -56501,6 +57140,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -56571,6 +57215,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -56625,6 +57274,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -56705,6 +57359,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56754,6 +57413,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -57480,6 +58144,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -57542,6 +58211,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -57588,6 +58262,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -57660,6 +58339,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57701,6 +58385,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -58326,6 +59015,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -58388,6 +59082,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -58434,6 +59133,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -58506,6 +59210,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58547,6 +59256,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -58828,6 +59542,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: @@ -58882,6 +59601,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -58920,6 +59644,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -58984,6 +59713,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59017,6 +59751,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': get: tags: @@ -59267,6 +60006,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -59329,6 +60073,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -59375,6 +60124,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -59447,6 +60201,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59488,6 +60247,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -59818,6 +60582,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings': get: @@ -59875,6 +60644,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -59916,6 +60690,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors': get: tags: @@ -59983,6 +60762,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60019,6 +60803,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy': get: tags: @@ -60075,6 +60864,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings': get: @@ -60132,6 +60926,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -60173,6 +60972,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors': get: tags: @@ -60240,6 +61044,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60276,6 +61085,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks': get: tags: @@ -60843,6 +61657,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -60916,6 +61735,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -60973,6 +61797,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -61056,6 +61885,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -61108,6 +61942,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -61986,6 +62825,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings': get: @@ -62032,6 +62876,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -62062,6 +62911,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors': get: tags: @@ -62118,6 +62972,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -62143,6 +63002,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope': get: tags: @@ -62324,6 +63188,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings': get: @@ -62370,6 +63239,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -62400,6 +63274,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors': get: tags: @@ -62456,6 +63335,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -62481,6 +63365,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate': post: tags: @@ -62963,6 +63852,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -63025,6 +63919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -63071,6 +63970,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -63143,6 +64047,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -63184,6 +64093,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -63473,6 +64387,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: @@ -63535,6 +64454,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -63581,6 +64505,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -63653,6 +64582,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -63694,6 +64628,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': get: tags: @@ -63979,6 +64918,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -64049,6 +64993,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -64103,6 +65052,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -64183,6 +65137,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -64232,6 +65191,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -64965,6 +65929,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -65027,6 +65996,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -65073,6 +66047,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -65145,6 +66124,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -65186,6 +66170,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -65815,6 +66804,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -65877,6 +66871,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -65923,6 +66922,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -65995,6 +66999,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -66036,6 +67045,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -66320,6 +67334,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: @@ -66374,6 +67393,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -66412,6 +67436,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -66476,6 +67505,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -66509,6 +67543,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': get: tags: @@ -66762,6 +67801,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -66824,6 +67868,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -66870,6 +67919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -66942,6 +67996,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -66983,6 +68042,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -67319,6 +68383,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings': get: @@ -67376,6 +68445,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -67417,6 +68491,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors': get: tags: @@ -67484,6 +68563,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67520,6 +68604,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy': get: tags: @@ -67576,6 +68665,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings': get: @@ -67633,6 +68727,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -67674,6 +68773,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors': get: tags: @@ -67741,6 +68845,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67777,6 +68886,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks': get: tags: @@ -68350,6 +69464,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -68423,6 +69542,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -68480,6 +69604,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -68563,6 +69692,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -68615,6 +69749,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -69266,6 +70405,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: @@ -69328,6 +70472,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - identityGovernance.lifecycleWorkflowsContainer @@ -69374,6 +70523,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: @@ -69446,6 +70600,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -69487,6 +70646,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': get: tags: @@ -77436,11 +78600,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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. + summary: Get agreement + description: Retrieve the properties and relationships of an agreement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -109230,6 +110394,11 @@ paths: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -109287,6 +110456,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 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: operation '/users/{user-id}/agreementAcceptances/$count': get: @@ -109310,6 +110484,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.accessReview: @@ -110268,6 +111447,8 @@ components: type: string description: Identifier of the access package. nullable: true + accessPackageNotificationSettings: + $ref: '#/components/schemas/microsoft.graph.accessPackageNotificationSettings' accessReviewSettings: $ref: '#/components/schemas/microsoft.graph.assignmentReviewSettings' canExtend: @@ -110388,6 +111569,9 @@ components: description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + uniqueName: + type: string + nullable: true accessPackageAssignmentPolicies: type: array items: @@ -110467,6 +111651,9 @@ components: description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + uniqueName: + type: string + nullable: true accessPackageCustomWorkflowExtensions: type: array items: @@ -115133,11 +116320,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -115489,6 +116676,14 @@ components: description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' additionalProperties: type: object + microsoft.graph.accessPackageNotificationSettings: + title: accessPackageNotificationSettings + type: object + properties: + isAssignmentNotificationDisabled: + type: boolean + additionalProperties: + type: object microsoft.graph.assignmentReviewSettings: title: assignmentReviewSettings type: object @@ -118937,7 +120132,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -119589,7 +120784,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -129100,11 +130295,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -129952,13 +131147,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -135895,6 +137094,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 9d3f73f1105..ec6538dcf44 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -852,7 +852,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Update authenticationEventsFlow - description: Update the properties of an authenticationEventsFlow object. Only the externalUsersSelfServiceSignupEventsFlow object type is supported. + description: "Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta @@ -1771,7 +1771,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prior to this step, PATCH the user flow to add the attribute to the attribute collection step (to determine how it will be displayed).' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta @@ -9166,11 +9166,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get ipNamedLocation - description: Retrieve the properties and relationships of an ipNamedLocation object. + summary: Get compliantNetworkNamedLocation + description: Read the properties and relationships of a compliantNetworkNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -9214,11 +9214,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -9249,11 +9249,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete namedLocation - description: Delete a namedLocation object. + summary: Delete ipNamedLocation + description: Delete an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -14666,6 +14666,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation /invitations/invitedUser/mailboxSettings: get: @@ -14704,6 +14709,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - invitations.user @@ -14725,6 +14735,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /invitations/invitedUser/serviceProvisioningErrors: get: tags: @@ -14773,6 +14788,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14790,6 +14810,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /invitations/invitedUserSponsors: get: tags: @@ -25983,6 +26008,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.authentication' 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: operation patch: tags: @@ -26014,6 +26044,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.authentication' 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: operation delete: tags: @@ -26040,6 +26075,11 @@ paths: 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: operation '/users/{user-id}/authentication/emailMethods': get: @@ -26097,6 +26137,11 @@ paths: $ref: '#/components/responses/microsoft.graph.emailAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26135,6 +26180,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 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: operation '/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}': get: @@ -26189,6 +26239,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 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: operation patch: tags: @@ -26232,6 +26287,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 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: operation delete: tags: @@ -26270,6 +26330,11 @@ paths: 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: operation '/users/{user-id}/authentication/emailMethods/$count': get: @@ -26293,6 +26358,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/fido2Methods': get: tags: @@ -26349,6 +26419,11 @@ paths: $ref: '#/components/responses/microsoft.graph.fido2AuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26406,6 +26481,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' 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: operation delete: tags: @@ -26444,6 +26524,11 @@ paths: 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: operation '/users/{user-id}/authentication/fido2Methods/$count': get: @@ -26467,6 +26552,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/methods': get: tags: @@ -26523,6 +26613,11 @@ paths: $ref: '#/components/responses/microsoft.graph.authenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26557,6 +26652,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 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: operation '/users/{user-id}/authentication/methods/{authenticationMethod-id}': get: @@ -26611,6 +26711,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 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: operation patch: tags: @@ -26650,6 +26755,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 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: operation '/users/{user-id}/authentication/methods/$count': get: @@ -26673,6 +26783,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/microsoftAuthenticatorMethods': get: tags: @@ -26732,6 +26847,11 @@ paths: $ref: '#/components/responses/microsoft.graph.microsoftAuthenticatorAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26792,6 +26912,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' 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: operation delete: tags: @@ -26830,6 +26955,11 @@ paths: 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: operation '/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device': get: @@ -26884,6 +27014,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation '/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count': get: @@ -26907,6 +27042,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/operations': get: tags: @@ -26963,6 +27103,11 @@ paths: $ref: '#/components/responses/microsoft.graph.longRunningOperationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26997,6 +27142,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 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: operation '/users/{user-id}/authentication/operations/{longRunningOperation-id}': get: @@ -27054,6 +27204,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 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: operation patch: tags: @@ -27093,6 +27248,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 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: operation delete: tags: @@ -27127,6 +27287,11 @@ paths: 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: operation '/users/{user-id}/authentication/operations/$count': get: @@ -27150,6 +27315,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods': get: tags: @@ -27206,6 +27376,11 @@ paths: $ref: '#/components/responses/microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27263,6 +27438,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod' 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: operation delete: tags: @@ -27301,6 +27481,11 @@ paths: 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: operation '/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device': get: @@ -27354,6 +27539,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation '/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count': get: @@ -27377,6 +27567,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/passwordMethods': get: tags: @@ -27433,6 +27628,11 @@ paths: $ref: '#/components/responses/microsoft.graph.passwordAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27467,6 +27667,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' 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: operation '/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}': get: @@ -27521,6 +27726,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' 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: operation '/users/{user-id}/authentication/passwordMethods/$count': get: @@ -27544,6 +27754,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/phoneMethods': get: tags: @@ -27600,6 +27815,11 @@ paths: $ref: '#/components/responses/microsoft.graph.phoneAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27638,6 +27858,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 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: operation '/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}': get: @@ -27692,6 +27917,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 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: operation patch: tags: @@ -27735,6 +27965,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 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: operation delete: tags: @@ -27769,6 +28004,11 @@ paths: 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: operation '/users/{user-id}/authentication/phoneMethods/$count': get: @@ -27792,6 +28032,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/platformCredentialMethods': get: tags: @@ -27847,6 +28092,11 @@ paths: $ref: '#/components/responses/microsoft.graph.platformCredentialAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -27903,6 +28153,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod' 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: operation delete: tags: @@ -27941,6 +28196,11 @@ paths: 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: operation '/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device': get: @@ -27995,6 +28255,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation '/users/{user-id}/authentication/platformCredentialMethods/$count': get: @@ -28018,6 +28283,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/signInPreferences': get: tags: @@ -28066,6 +28336,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.signInPreferences' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.authentication @@ -28100,6 +28375,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.signInPreferences' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/softwareOathMethods': get: tags: @@ -28156,6 +28436,11 @@ paths: $ref: '#/components/responses/microsoft.graph.softwareOathAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28213,6 +28498,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' 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: operation delete: tags: @@ -28251,6 +28541,11 @@ paths: 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: operation '/users/{user-id}/authentication/softwareOathMethods/$count': get: @@ -28274,6 +28569,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/temporaryAccessPassMethods': get: tags: @@ -28333,6 +28633,11 @@ paths: $ref: '#/components/responses/microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28371,6 +28676,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' 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: operation '/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}': get: @@ -28428,6 +28738,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' 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: operation delete: tags: @@ -28466,6 +28781,11 @@ paths: 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: operation '/users/{user-id}/authentication/temporaryAccessPassMethods/$count': get: @@ -28489,6 +28809,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/authentication/windowsHelloForBusinessMethods': get: tags: @@ -28548,6 +28873,11 @@ paths: $ref: '#/components/responses/microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28608,6 +28938,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' 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: operation delete: tags: @@ -28646,6 +28981,11 @@ paths: 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: operation '/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device': get: @@ -28700,6 +29040,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' 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: operation '/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count': get: @@ -28723,6 +29068,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection': get: tags: @@ -28767,6 +29117,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtection' 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: operation patch: tags: @@ -28798,6 +29153,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtection' 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: operation delete: tags: @@ -28824,6 +29184,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/bitlocker': get: @@ -28869,6 +29234,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.bitlocker' 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: operation '/users/{user-id}/informationProtection/bitlocker/recoveryKeys': get: @@ -28926,6 +29296,11 @@ paths: $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28983,6 +29358,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' 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: operation '/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count': get: @@ -29006,6 +29386,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection/dataLossPreventionPolicies': get: tags: @@ -29061,6 +29446,11 @@ paths: $ref: '#/components/responses/microsoft.graph.dataLossPreventionPolicyCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29095,6 +29485,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' 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: operation '/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}': get: @@ -29148,6 +29543,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' 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: operation patch: tags: @@ -29187,6 +29587,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' 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: operation delete: tags: @@ -29221,6 +29626,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count': get: @@ -29244,6 +29654,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection/policy': get: tags: @@ -29290,10 +29705,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -29327,10 +29741,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -29359,10 +29772,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/informationProtection/policy/labels': get: @@ -29421,10 +29833,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29461,10 +29872,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}': get: @@ -29520,10 +29930,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -29565,10 +29974,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -29605,10 +30013,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/informationProtection/policy/labels/$count': get: @@ -29634,10 +30041,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection/sensitivityLabels': get: tags: @@ -29693,6 +30099,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29727,6 +30138,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' 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: operation '/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}': get: @@ -29780,6 +30196,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' 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: operation patch: tags: @@ -29819,6 +30240,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' 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: operation delete: tags: @@ -29853,6 +30279,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels': get: @@ -29917,6 +30348,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29959,6 +30395,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' 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: operation '/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}': get: @@ -30020,6 +30461,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' 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: operation patch: tags: @@ -30067,6 +30513,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' 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: operation delete: tags: @@ -30109,6 +30560,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count': get: @@ -30140,6 +30596,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection/sensitivityLabels/$count': get: tags: @@ -30162,6 +30623,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection/sensitivityPolicySettings': get: tags: @@ -30206,6 +30672,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' 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: operation patch: tags: @@ -30237,6 +30708,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' 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: operation delete: tags: @@ -30263,6 +30739,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/threatAssessmentRequests': get: @@ -30319,6 +30800,11 @@ paths: $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30353,6 +30839,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' 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: operation '/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}': get: @@ -30406,6 +30897,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' 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: operation patch: tags: @@ -30445,6 +30941,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' 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: operation delete: tags: @@ -30479,6 +30980,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results': get: @@ -30544,6 +31050,11 @@ paths: $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30586,6 +31097,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' 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: operation '/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}': get: @@ -30648,6 +31164,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' 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: operation patch: tags: @@ -30695,6 +31216,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' 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: operation delete: tags: @@ -30737,6 +31263,11 @@ paths: 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: operation '/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count': get: @@ -30768,6 +31299,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/informationProtection/threatAssessmentRequests/$count': get: tags: @@ -30790,6 +31326,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.dataPolicyOperation: @@ -39219,7 +39760,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -39894,7 +40435,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -40570,11 +41111,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -49970,11 +50511,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -50514,13 +51055,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -56574,6 +57119,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index c74cb57496f..3a0f6f2801c 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -51,6 +51,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' 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: operation patch: tags: @@ -82,6 +87,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' 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: operation '/users/{user-id}/inferenceClassification/overrides': get: @@ -139,6 +149,11 @@ paths: $ref: '#/components/responses/microsoft.graph.inferenceClassificationOverrideCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -173,6 +188,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 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: operation '/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}': get: @@ -227,6 +247,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 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: operation patch: tags: @@ -266,6 +291,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 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: operation delete: tags: @@ -300,6 +330,11 @@ paths: 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: operation '/users/{user-id}/inferenceClassification/overrides/$count': get: @@ -323,6 +358,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders': get: tags: @@ -386,6 +426,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -420,6 +465,11 @@ paths: $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: operation '/users/{user-id}/mailFolders/{mailFolder-id}': get: @@ -481,6 +531,11 @@ paths: $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: operation patch: tags: @@ -520,6 +575,11 @@ paths: $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: operation delete: tags: @@ -554,6 +614,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders': get: @@ -626,6 +691,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -668,6 +738,11 @@ paths: $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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}': get: @@ -737,6 +812,11 @@ paths: $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: operation patch: tags: @@ -784,6 +864,11 @@ paths: $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: operation delete: tags: @@ -826,6 +911,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules': get: @@ -899,6 +989,11 @@ paths: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -949,6 +1044,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}': get: @@ -1019,6 +1119,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' 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: operation patch: tags: @@ -1074,6 +1179,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' 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: operation delete: tags: @@ -1124,6 +1234,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count': get: @@ -1163,6 +1278,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages': get: tags: @@ -1235,6 +1355,11 @@ paths: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1285,6 +1410,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}': get: @@ -1355,6 +1485,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation patch: tags: @@ -1410,6 +1545,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation delete: tags: @@ -1460,6 +1600,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value': get: @@ -1511,6 +1656,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.mailFolder @@ -1563,6 +1713,11 @@ paths: 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 delete: tags: - users.mailFolder @@ -1613,6 +1768,11 @@ paths: 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 '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments': get: tags: @@ -1693,6 +1853,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1751,6 +1916,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}': get: @@ -1829,6 +1999,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -1887,6 +2062,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count': get: @@ -1934,6 +2114,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': get: tags: @@ -2014,6 +2199,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2072,6 +2262,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}': get: @@ -2150,6 +2345,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -2213,6 +2413,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -2271,6 +2476,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count': get: @@ -2318,6 +2528,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions': get: tags: @@ -2398,6 +2613,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2456,6 +2676,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}': get: @@ -2534,6 +2759,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' 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: operation delete: tags: @@ -2592,6 +2822,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count': get: @@ -2639,6 +2874,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count': get: tags: @@ -2677,6 +2917,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations': get: tags: @@ -2748,6 +2993,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userConfigurationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2820,6 +3070,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userConfiguration' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count': get: @@ -2859,6 +3114,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count': get: tags: @@ -2889,6 +3149,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules': get: tags: @@ -2953,6 +3218,11 @@ paths: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2995,6 +3265,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}': get: @@ -3057,6 +3332,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' 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: operation patch: tags: @@ -3104,6 +3384,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' 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: operation delete: tags: @@ -3146,6 +3431,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count': get: @@ -3177,6 +3467,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/messages': get: tags: @@ -3241,6 +3536,11 @@ paths: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3283,6 +3583,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}': get: @@ -3345,6 +3650,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation patch: tags: @@ -3392,6 +3702,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation delete: tags: @@ -3434,6 +3749,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value': get: @@ -3477,6 +3797,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.mailFolder @@ -3521,6 +3846,11 @@ paths: 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 delete: tags: - users.mailFolder @@ -3563,6 +3893,11 @@ paths: 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 '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments': get: tags: @@ -3635,6 +3970,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3685,6 +4025,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}': get: @@ -3755,6 +4100,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -3805,6 +4155,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count': get: @@ -3844,6 +4199,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': get: tags: @@ -3916,6 +4276,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3966,6 +4331,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}': get: @@ -4036,6 +4406,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -4091,6 +4466,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -4141,6 +4521,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count': get: @@ -4180,6 +4565,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions': get: tags: @@ -4252,6 +4642,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4302,6 +4697,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}': get: @@ -4372,6 +4772,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' 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: operation delete: tags: @@ -4422,6 +4827,11 @@ paths: 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count': get: @@ -4461,6 +4871,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count': get: tags: @@ -4491,6 +4906,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations': get: tags: @@ -4554,6 +4974,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userConfigurationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4618,6 +5043,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userConfiguration' 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: operation '/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count': get: @@ -4649,6 +5079,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailFolders/$count': get: tags: @@ -4671,6 +5106,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/messages': get: tags: @@ -4734,6 +5174,11 @@ paths: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4768,6 +5213,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation '/users/{user-id}/messages/{message-id}': get: @@ -4829,6 +5279,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation patch: tags: @@ -4868,6 +5323,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: operation delete: tags: @@ -4902,6 +5362,11 @@ paths: 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: operation '/users/{user-id}/messages/{message-id}/$value': get: @@ -4937,6 +5402,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.message @@ -4973,6 +5443,11 @@ paths: 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 delete: tags: - users.message @@ -5007,6 +5482,11 @@ paths: 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 '/users/{user-id}/messages/{message-id}/attachments': get: tags: @@ -5071,6 +5551,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5113,6 +5598,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation '/users/{user-id}/messages/{message-id}/attachments/{attachment-id}': get: @@ -5175,6 +5665,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' 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: operation delete: tags: @@ -5217,6 +5712,11 @@ paths: 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: operation '/users/{user-id}/messages/{message-id}/attachments/$count': get: @@ -5248,6 +5748,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/messages/{message-id}/extensions': get: tags: @@ -5312,6 +5817,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5354,6 +5864,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/messages/{message-id}/extensions/{extension-id}': get: @@ -5416,6 +5931,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -5463,6 +5983,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -5505,6 +6030,11 @@ paths: 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: operation '/users/{user-id}/messages/{message-id}/extensions/$count': get: @@ -5536,6 +6066,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/messages/{message-id}/mentions': get: tags: @@ -5600,6 +6135,11 @@ paths: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5642,6 +6182,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' 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: operation '/users/{user-id}/messages/{message-id}/mentions/{mention-id}': get: @@ -5704,6 +6249,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' 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: operation delete: tags: @@ -5746,6 +6296,11 @@ paths: 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: operation '/users/{user-id}/messages/{message-id}/mentions/$count': get: @@ -5777,6 +6332,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/messages/$count': get: tags: @@ -5799,6 +6359,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.inferenceClassification: diff --git a/openApiDocs/beta/NetworkAccess.yml b/openApiDocs/beta/NetworkAccess.yml index 066a201249f..8fe23188a20 100644 --- a/openApiDocs/beta/NetworkAccess.yml +++ b/openApiDocs/beta/NetworkAccess.yml @@ -9890,11 +9890,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index f65d80ed685..cb7a51e29ae 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -13240,6 +13240,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' 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: operation patch: tags: @@ -13271,6 +13276,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' 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: operation delete: tags: @@ -13297,6 +13307,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks': get: @@ -13354,6 +13369,11 @@ paths: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13388,6 +13408,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}': get: @@ -13442,6 +13467,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation patch: tags: @@ -13481,6 +13511,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation delete: tags: @@ -13515,6 +13550,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups': get: @@ -13580,6 +13620,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13622,6 +13667,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': get: @@ -13684,6 +13734,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation patch: tags: @@ -13731,6 +13786,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation delete: tags: @@ -13773,6 +13833,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': get: @@ -13835,6 +13900,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': get: @@ -13897,6 +13967,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': get: @@ -13970,6 +14045,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14043,6 +14123,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': get: @@ -14082,6 +14167,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': get: tags: @@ -14154,6 +14244,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14204,6 +14299,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': get: @@ -14274,6 +14374,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation patch: tags: @@ -14329,6 +14434,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation delete: tags: @@ -14379,6 +14489,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': get: @@ -14460,6 +14575,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14518,6 +14638,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: @@ -14596,6 +14721,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation patch: tags: @@ -14659,6 +14789,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation delete: tags: @@ -14717,6 +14852,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: @@ -14776,6 +14916,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onenote @@ -14840,6 +14985,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onenote @@ -14898,6 +15048,11 @@ paths: 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 '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -14975,6 +15130,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: @@ -15053,6 +15213,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': get: @@ -15100,6 +15265,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: @@ -15169,6 +15339,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': get: @@ -15239,6 +15414,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': get: @@ -15278,6 +15458,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': get: tags: @@ -15308,6 +15493,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/notebooks/{notebook-id}/sections': get: tags: @@ -15372,6 +15562,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -15414,6 +15609,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': get: @@ -15476,6 +15676,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation patch: tags: @@ -15523,6 +15728,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation delete: tags: @@ -15565,6 +15775,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': get: @@ -15638,6 +15853,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -15688,6 +15908,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: @@ -15758,6 +15983,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation patch: tags: @@ -15813,6 +16043,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation delete: tags: @@ -15863,6 +16098,11 @@ paths: 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: @@ -15914,6 +16154,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onenote @@ -15970,6 +16215,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onenote @@ -16020,6 +16270,11 @@ paths: 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 '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -16089,6 +16344,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: @@ -16159,6 +16419,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': get: @@ -16198,6 +16463,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: @@ -16259,6 +16529,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': get: @@ -16321,6 +16596,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count': get: @@ -16352,6 +16632,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/notebooks/$count': get: tags: @@ -16374,6 +16659,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/operations': get: tags: @@ -16430,6 +16720,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -16464,6 +16759,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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: operation '/users/{user-id}/onenote/operations/{onenoteOperation-id}': get: @@ -16518,6 +16818,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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: operation patch: tags: @@ -16557,6 +16862,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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: operation delete: tags: @@ -16591,6 +16901,11 @@ paths: 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: operation '/users/{user-id}/onenote/operations/$count': get: @@ -16614,6 +16929,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/pages': get: tags: @@ -16670,6 +16990,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -16704,6 +17029,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation '/users/{user-id}/onenote/pages/{onenotePage-id}': get: @@ -16758,6 +17088,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation patch: tags: @@ -16797,6 +17132,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation delete: tags: @@ -16831,6 +17171,11 @@ paths: 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: operation '/users/{user-id}/onenote/pages/{onenotePage-id}/content': get: @@ -16866,6 +17211,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onenote @@ -16906,6 +17256,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onenote @@ -16940,6 +17295,11 @@ paths: 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 '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -16993,6 +17353,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection': get: @@ -17047,6 +17412,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/pages/$count': get: @@ -17070,6 +17440,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/resources': get: tags: @@ -17126,6 +17501,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -17160,6 +17540,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 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: operation '/users/{user-id}/onenote/resources/{onenoteResource-id}': get: @@ -17214,6 +17599,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 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: operation patch: tags: @@ -17253,6 +17643,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 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: operation delete: tags: @@ -17287,6 +17682,11 @@ paths: 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: operation '/users/{user-id}/onenote/resources/{onenoteResource-id}/content': get: @@ -17322,6 +17722,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onenote @@ -17362,6 +17767,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onenote @@ -17396,6 +17806,11 @@ paths: 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 '/users/{user-id}/onenote/resources/$count': get: tags: @@ -17418,6 +17833,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/sectionGroups': get: tags: @@ -17474,6 +17894,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -17508,6 +17933,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}': get: @@ -17562,6 +17992,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation patch: tags: @@ -17601,6 +18036,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation delete: tags: @@ -17635,6 +18075,11 @@ paths: 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': get: @@ -17689,6 +18134,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': get: @@ -17743,6 +18193,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': get: @@ -17808,6 +18263,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -17873,6 +18333,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': get: @@ -17904,6 +18369,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections': get: tags: @@ -17968,6 +18438,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -18010,6 +18485,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': get: @@ -18072,6 +18552,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation patch: tags: @@ -18119,6 +18604,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation delete: tags: @@ -18161,6 +18651,11 @@ paths: 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': get: @@ -18234,6 +18729,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -18284,6 +18784,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: @@ -18354,6 +18859,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation patch: tags: @@ -18409,6 +18919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation delete: tags: @@ -18459,6 +18974,11 @@ paths: 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: @@ -18510,6 +19030,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onenote @@ -18566,6 +19091,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onenote @@ -18616,6 +19146,11 @@ paths: 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 '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -18685,6 +19220,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: @@ -18755,6 +19295,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': get: @@ -18794,6 +19339,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: @@ -18855,6 +19405,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': get: @@ -18917,6 +19472,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': get: @@ -18948,6 +19508,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/sectionGroups/$count': get: tags: @@ -18970,6 +19535,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/sections': get: tags: @@ -19026,6 +19596,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19060,6 +19635,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}': get: @@ -19114,6 +19694,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation patch: tags: @@ -19153,6 +19738,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation delete: tags: @@ -19187,6 +19777,11 @@ paths: 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages': get: @@ -19252,6 +19847,11 @@ paths: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19294,6 +19894,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: @@ -19356,6 +19961,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation patch: tags: @@ -19403,6 +20013,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' 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: operation delete: tags: @@ -19445,6 +20060,11 @@ paths: 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: @@ -19488,6 +20108,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.onenote @@ -19536,6 +20161,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.onenote @@ -19578,6 +20208,11 @@ paths: 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 '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -19639,6 +20274,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: @@ -19701,6 +20341,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count': get: @@ -19732,6 +20377,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook': get: tags: @@ -19785,6 +20435,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' 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: operation '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': get: @@ -19839,6 +20494,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 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: operation '/users/{user-id}/onenote/sections/$count': get: @@ -19862,6 +20522,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.onenote: @@ -20378,11 +21043,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 078e85ca8fe..3d37f2f3124 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -50,6 +50,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAnalytics' 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: operation patch: tags: @@ -81,6 +86,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAnalytics' 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: operation delete: tags: @@ -107,6 +117,11 @@ paths: 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: operation '/users/{user-id}/analytics/activityStatistics': get: @@ -164,6 +179,11 @@ paths: $ref: '#/components/responses/microsoft.graph.activityStatisticsCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -198,6 +218,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityStatistics' 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: operation '/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}': get: @@ -252,6 +277,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityStatistics' 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: operation patch: tags: @@ -291,6 +321,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityStatistics' 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: operation delete: tags: @@ -325,6 +360,11 @@ paths: 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: operation '/users/{user-id}/analytics/activityStatistics/$count': get: @@ -348,6 +388,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/people': get: tags: @@ -404,6 +449,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -461,6 +511,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.person' 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: operation '/users/{user-id}/people/$count': get: @@ -484,6 +539,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile': get: tags: @@ -529,6 +589,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profile' 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: operation patch: tags: @@ -560,6 +625,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profile' 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: operation delete: tags: @@ -586,6 +656,11 @@ paths: 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: operation '/users/{user-id}/profile/account': get: @@ -642,6 +717,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userAccountInformationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -676,6 +756,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' 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: operation '/users/{user-id}/profile/account/{userAccountInformation-id}': get: @@ -729,6 +814,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' 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: operation patch: tags: @@ -768,6 +858,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' 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: operation delete: tags: @@ -802,6 +897,11 @@ paths: 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: operation '/users/{user-id}/profile/account/$count': get: @@ -825,6 +925,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/addresses': get: tags: @@ -881,6 +986,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemAddressCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -915,6 +1025,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAddress' 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: operation '/users/{user-id}/profile/addresses/{itemAddress-id}': get: @@ -969,6 +1084,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAddress' 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: operation patch: tags: @@ -1012,6 +1132,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAddress' 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: operation delete: tags: @@ -1050,6 +1175,11 @@ paths: 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: operation '/users/{user-id}/profile/addresses/$count': get: @@ -1073,6 +1203,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/anniversaries': get: tags: @@ -1129,6 +1264,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personAnnualEventCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1163,6 +1303,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnualEvent' 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: operation '/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}': get: @@ -1217,6 +1362,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnualEvent' 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: operation patch: tags: @@ -1256,6 +1406,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnualEvent' 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: operation delete: tags: @@ -1290,6 +1445,11 @@ paths: 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: operation '/users/{user-id}/profile/anniversaries/$count': get: @@ -1313,6 +1473,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/awards': get: tags: @@ -1369,6 +1534,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personAwardCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1403,6 +1573,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAward' 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: operation '/users/{user-id}/profile/awards/{personAward-id}': get: @@ -1457,6 +1632,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAward' 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: operation patch: tags: @@ -1500,6 +1680,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAward' 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: operation delete: tags: @@ -1538,6 +1723,11 @@ paths: 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: operation '/users/{user-id}/profile/awards/$count': get: @@ -1561,6 +1751,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/certifications': get: tags: @@ -1617,6 +1812,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personCertificationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1651,6 +1851,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personCertification' 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: operation '/users/{user-id}/profile/certifications/{personCertification-id}': get: @@ -1705,6 +1910,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personCertification' 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: operation patch: tags: @@ -1748,6 +1958,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personCertification' 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: operation delete: tags: @@ -1786,6 +2001,11 @@ paths: 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: operation '/users/{user-id}/profile/certifications/$count': get: @@ -1809,6 +2029,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/educationalActivities': get: tags: @@ -1865,6 +2090,11 @@ paths: $ref: '#/components/responses/microsoft.graph.educationalActivityCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1899,6 +2129,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationalActivity' 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: operation '/users/{user-id}/profile/educationalActivities/{educationalActivity-id}': get: @@ -1953,6 +2188,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationalActivity' 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: operation patch: tags: @@ -1992,6 +2232,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationalActivity' 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: operation delete: tags: @@ -2026,6 +2271,11 @@ paths: 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: operation '/users/{user-id}/profile/educationalActivities/$count': get: @@ -2049,6 +2299,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/emails': get: tags: @@ -2105,6 +2360,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemEmailCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2139,6 +2399,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemEmail' 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: operation '/users/{user-id}/profile/emails/{itemEmail-id}': get: @@ -2196,6 +2461,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemEmail' 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: operation patch: tags: @@ -2239,6 +2509,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemEmail' 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: operation delete: tags: @@ -2273,6 +2548,11 @@ paths: 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: operation '/users/{user-id}/profile/emails/$count': get: @@ -2296,6 +2576,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/interests': get: tags: @@ -2352,6 +2637,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personInterestCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2386,6 +2676,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personInterest' 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: operation '/users/{user-id}/profile/interests/{personInterest-id}': get: @@ -2440,6 +2735,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personInterest' 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: operation patch: tags: @@ -2479,6 +2779,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personInterest' 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: operation delete: tags: @@ -2513,6 +2818,11 @@ paths: 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: operation '/users/{user-id}/profile/interests/$count': get: @@ -2536,6 +2846,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/languages': get: tags: @@ -2592,6 +2907,11 @@ paths: $ref: '#/components/responses/microsoft.graph.languageProficiencyCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2626,6 +2946,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.languageProficiency' 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: operation '/users/{user-id}/profile/languages/{languageProficiency-id}': get: @@ -2680,6 +3005,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.languageProficiency' 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: operation patch: tags: @@ -2719,6 +3049,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.languageProficiency' 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: operation delete: tags: @@ -2753,6 +3088,11 @@ paths: 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: operation '/users/{user-id}/profile/languages/$count': get: @@ -2776,6 +3116,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/names': get: tags: @@ -2832,6 +3177,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personNameCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2866,6 +3216,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personName' 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: operation '/users/{user-id}/profile/names/{personName-id}': get: @@ -2920,6 +3275,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personName' 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: operation patch: tags: @@ -2959,6 +3319,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personName' 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: operation delete: tags: @@ -2993,6 +3358,11 @@ paths: 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: operation '/users/{user-id}/profile/names/$count': get: @@ -3016,6 +3386,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/notes': get: tags: @@ -3072,6 +3447,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personAnnotationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3106,6 +3486,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnotation' 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: operation '/users/{user-id}/profile/notes/{personAnnotation-id}': get: @@ -3160,6 +3545,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnotation' 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: operation patch: tags: @@ -3203,6 +3593,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnotation' 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: operation delete: tags: @@ -3241,6 +3636,11 @@ paths: 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: operation '/users/{user-id}/profile/notes/$count': get: @@ -3264,6 +3664,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/patents': get: tags: @@ -3320,6 +3725,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemPatentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3354,6 +3764,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPatent' 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: operation '/users/{user-id}/profile/patents/{itemPatent-id}': get: @@ -3408,6 +3823,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPatent' 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: operation patch: tags: @@ -3451,6 +3871,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPatent' 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: operation delete: tags: @@ -3489,6 +3914,11 @@ paths: 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: operation '/users/{user-id}/profile/patents/$count': get: @@ -3512,6 +3942,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/phones': get: tags: @@ -3568,6 +4003,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemPhoneCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3602,6 +4042,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPhone' 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: operation '/users/{user-id}/profile/phones/{itemPhone-id}': get: @@ -3656,6 +4101,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPhone' 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: operation patch: tags: @@ -3699,6 +4149,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPhone' 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: operation delete: tags: @@ -3737,6 +4192,11 @@ paths: 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: operation '/users/{user-id}/profile/phones/$count': get: @@ -3760,6 +4220,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/positions': get: tags: @@ -3816,6 +4281,11 @@ paths: $ref: '#/components/responses/microsoft.graph.workPositionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3850,6 +4320,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.workPosition' 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: operation '/users/{user-id}/profile/positions/{workPosition-id}': get: @@ -3904,6 +4379,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.workPosition' 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: operation patch: tags: @@ -3943,6 +4423,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.workPosition' 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: operation delete: tags: @@ -3977,6 +4462,11 @@ paths: 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: operation '/users/{user-id}/profile/positions/$count': get: @@ -4000,6 +4490,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/projects': get: tags: @@ -4056,6 +4551,11 @@ paths: $ref: '#/components/responses/microsoft.graph.projectParticipationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4090,6 +4590,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.projectParticipation' 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: operation '/users/{user-id}/profile/projects/{projectParticipation-id}': get: @@ -4144,6 +4649,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.projectParticipation' 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: operation patch: tags: @@ -4183,6 +4693,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.projectParticipation' 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: operation delete: tags: @@ -4217,6 +4732,11 @@ paths: 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: operation '/users/{user-id}/profile/projects/$count': get: @@ -4240,6 +4760,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/publications': get: tags: @@ -4296,6 +4821,11 @@ paths: $ref: '#/components/responses/microsoft.graph.itemPublicationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4330,6 +4860,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPublication' 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: operation '/users/{user-id}/profile/publications/{itemPublication-id}': get: @@ -4384,6 +4919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPublication' 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: operation patch: tags: @@ -4427,6 +4967,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPublication' 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: operation delete: tags: @@ -4461,6 +5006,11 @@ paths: 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: operation '/users/{user-id}/profile/publications/$count': get: @@ -4484,6 +5034,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/skills': get: tags: @@ -4540,6 +5095,11 @@ paths: $ref: '#/components/responses/microsoft.graph.skillProficiencyCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4574,6 +5134,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.skillProficiency' 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: operation '/users/{user-id}/profile/skills/{skillProficiency-id}': get: @@ -4628,6 +5193,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.skillProficiency' 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: operation patch: tags: @@ -4667,6 +5237,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.skillProficiency' 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: operation delete: tags: @@ -4701,6 +5276,11 @@ paths: 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: operation '/users/{user-id}/profile/skills/$count': get: @@ -4724,6 +5304,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/webAccounts': get: tags: @@ -4780,6 +5365,11 @@ paths: $ref: '#/components/responses/microsoft.graph.webAccountCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4814,6 +5404,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.webAccount' 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: operation '/users/{user-id}/profile/webAccounts/{webAccount-id}': get: @@ -4868,6 +5463,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.webAccount' 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: operation patch: tags: @@ -4907,6 +5507,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.webAccount' 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: operation delete: tags: @@ -4941,6 +5546,11 @@ paths: 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: operation '/users/{user-id}/profile/webAccounts/$count': get: @@ -4964,6 +5574,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/profile/websites': get: tags: @@ -5020,6 +5635,11 @@ paths: $ref: '#/components/responses/microsoft.graph.personWebsiteCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5054,6 +5674,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personWebsite' 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: operation '/users/{user-id}/profile/websites/{personWebsite-id}': get: @@ -5108,6 +5733,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personWebsite' 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: operation patch: tags: @@ -5147,6 +5777,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.personWebsite' 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: operation delete: tags: @@ -5181,6 +5816,11 @@ paths: 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: operation '/users/{user-id}/profile/websites/$count': get: @@ -5204,6 +5844,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.userAnalytics: @@ -6995,11 +7640,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 1e0071a35a7..f5ffd7b35bd 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -62,6 +62,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -96,6 +101,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}': get: @@ -150,6 +160,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' 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: operation patch: tags: @@ -189,6 +204,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' 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: operation delete: tags: @@ -223,6 +243,11 @@ paths: 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders': get: @@ -288,6 +313,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -330,6 +360,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}': get: @@ -392,6 +427,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' 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: operation patch: tags: @@ -439,6 +479,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' 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: operation delete: tags: @@ -481,6 +526,11 @@ paths: 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts': get: @@ -554,6 +604,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -604,6 +659,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}': get: @@ -674,6 +734,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation patch: tags: @@ -729,6 +794,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation delete: tags: @@ -779,6 +849,11 @@ paths: 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions': get: @@ -860,6 +935,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -918,6 +998,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}': get: @@ -996,6 +1081,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -1059,6 +1149,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -1117,6 +1212,11 @@ paths: 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count': get: @@ -1164,6 +1264,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo': get: tags: @@ -1233,6 +1338,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation patch: tags: @@ -1288,6 +1398,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value': get: @@ -1339,6 +1454,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.contactFolder @@ -1391,6 +1511,11 @@ paths: 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 delete: tags: - users.contactFolder @@ -1441,6 +1566,11 @@ paths: 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 '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count': get: tags: @@ -1479,6 +1609,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count': get: tags: @@ -1509,6 +1644,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contactFolders/{contactFolder-id}/contacts': get: tags: @@ -1573,6 +1713,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1615,6 +1760,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}': get: @@ -1677,6 +1827,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation patch: tags: @@ -1724,6 +1879,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation delete: tags: @@ -1766,6 +1926,11 @@ paths: 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions': get: @@ -1839,6 +2004,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1889,6 +2059,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}': get: @@ -1959,6 +2134,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -2014,6 +2194,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -2064,6 +2249,11 @@ paths: 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count': get: @@ -2103,6 +2293,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo': get: tags: @@ -2164,6 +2359,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation patch: tags: @@ -2211,6 +2411,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value': get: @@ -2254,6 +2459,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.contactFolder @@ -2298,6 +2508,11 @@ paths: 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 delete: tags: - users.contactFolder @@ -2340,6 +2555,11 @@ paths: 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 '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count': get: tags: @@ -2370,6 +2590,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contactFolders/$count': get: tags: @@ -2392,6 +2617,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contacts': get: tags: @@ -2448,6 +2678,11 @@ paths: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2482,6 +2717,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation '/users/{user-id}/contacts/{contact-id}': get: @@ -2536,6 +2776,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation patch: tags: @@ -2575,6 +2820,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' 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: operation delete: tags: @@ -2609,6 +2859,11 @@ paths: 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: operation '/users/{user-id}/contacts/{contact-id}/extensions': get: @@ -2674,6 +2929,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2716,6 +2976,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}': get: @@ -2778,6 +3043,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -2825,6 +3095,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -2867,6 +3142,11 @@ paths: 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: operation '/users/{user-id}/contacts/{contact-id}/extensions/$count': get: @@ -2898,6 +3178,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/contacts/{contact-id}/photo': get: tags: @@ -2951,6 +3236,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation patch: tags: @@ -2990,6 +3280,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation '/users/{user-id}/contacts/{contact-id}/photo/$value': get: @@ -3025,6 +3320,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.contact @@ -3061,6 +3361,11 @@ paths: 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 delete: tags: - users.contact @@ -3095,6 +3400,11 @@ paths: 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 '/users/{user-id}/contacts/$count': get: tags: @@ -3117,6 +3427,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.contactFolder: diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 4405fbe10d4..e17d0058c69 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -8123,6 +8123,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerUser' 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: operation patch: tags: @@ -8161,6 +8166,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerUser' 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: operation delete: tags: @@ -8187,6 +8197,11 @@ paths: 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: operation '/users/{user-id}/planner/all': get: @@ -8243,6 +8258,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerDeltaCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8277,6 +8297,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerDelta' 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: operation '/users/{user-id}/planner/all/{plannerDelta-id}': get: @@ -8330,6 +8355,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerDelta' 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: operation patch: tags: @@ -8369,6 +8399,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerDelta' 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: operation delete: tags: @@ -8403,6 +8438,11 @@ paths: 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: operation '/users/{user-id}/planner/all/$count': get: @@ -8426,6 +8466,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/favoritePlans': get: tags: @@ -8482,6 +8527,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8539,6 +8589,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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: operation '/users/{user-id}/planner/favoritePlans/$count': get: @@ -8562,6 +8617,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/myDayTasks': get: tags: @@ -8618,6 +8678,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8675,6 +8740,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation '/users/{user-id}/planner/myDayTasks/$count': get: @@ -8698,6 +8768,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/plans': get: tags: @@ -8753,6 +8828,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8787,6 +8867,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}': get: @@ -8840,6 +8925,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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: operation patch: tags: @@ -8879,6 +8969,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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: operation delete: tags: @@ -8913,6 +9008,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets': get: @@ -8978,6 +9078,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9020,6 +9125,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}': get: @@ -9082,6 +9192,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 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: operation patch: tags: @@ -9129,6 +9244,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 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: operation delete: tags: @@ -9171,6 +9291,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks': get: @@ -9244,6 +9369,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9294,6 +9424,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}': get: @@ -9364,6 +9499,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation patch: tags: @@ -9419,6 +9559,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation delete: tags: @@ -9469,6 +9614,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': get: @@ -9539,6 +9689,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 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: operation patch: tags: @@ -9601,6 +9756,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 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: operation delete: tags: @@ -9651,6 +9811,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': get: @@ -9721,6 +9886,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 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: operation patch: tags: @@ -9783,6 +9953,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 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: operation delete: tags: @@ -9833,6 +10008,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details': get: @@ -9903,6 +10083,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 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: operation patch: tags: @@ -9965,6 +10150,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 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: operation delete: tags: @@ -10015,6 +10205,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': get: @@ -10085,6 +10280,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 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: operation patch: tags: @@ -10147,6 +10347,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 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: operation delete: tags: @@ -10197,6 +10402,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count': get: @@ -10236,6 +10446,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count': get: tags: @@ -10266,6 +10481,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/plans/{plannerPlan-id}/details': get: tags: @@ -10319,6 +10539,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 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: operation patch: tags: @@ -10365,6 +10590,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 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: operation delete: tags: @@ -10399,6 +10629,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks': get: @@ -10464,6 +10699,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10506,6 +10746,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}': get: @@ -10568,6 +10813,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation patch: tags: @@ -10615,6 +10865,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation delete: tags: @@ -10657,6 +10912,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': get: @@ -10719,6 +10979,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 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: operation patch: tags: @@ -10773,6 +11038,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 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: operation delete: tags: @@ -10815,6 +11085,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': get: @@ -10877,6 +11152,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 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: operation patch: tags: @@ -10931,6 +11211,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 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: operation delete: tags: @@ -10973,6 +11258,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details': get: @@ -11035,6 +11325,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 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: operation patch: tags: @@ -11089,6 +11384,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 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: operation delete: tags: @@ -11131,6 +11431,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': get: @@ -11193,6 +11498,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 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: operation patch: tags: @@ -11247,6 +11557,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 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: operation delete: tags: @@ -11289,6 +11604,11 @@ paths: 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: operation '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count': get: @@ -11320,6 +11640,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/plans/$count': get: tags: @@ -11342,6 +11667,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/recentPlans': get: tags: @@ -11398,6 +11728,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11455,6 +11790,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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: operation '/users/{user-id}/planner/recentPlans/$count': get: @@ -11478,6 +11818,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/rosterPlans': get: tags: @@ -11537,6 +11882,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11594,6 +11944,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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: operation '/users/{user-id}/planner/rosterPlans/$count': get: @@ -11617,6 +11972,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/planner/tasks': get: tags: @@ -11673,6 +12033,11 @@ paths: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11707,6 +12072,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation '/users/{user-id}/planner/tasks/{plannerTask-id}': get: @@ -11761,6 +12131,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation patch: tags: @@ -11800,6 +12175,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' 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: operation delete: tags: @@ -11834,6 +12214,11 @@ paths: 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: operation '/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat': get: @@ -11888,6 +12273,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 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: operation patch: tags: @@ -11934,6 +12324,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 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: operation delete: tags: @@ -11968,6 +12363,11 @@ paths: 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: operation '/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat': get: @@ -12022,6 +12422,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 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: operation patch: tags: @@ -12068,6 +12473,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 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: operation delete: tags: @@ -12102,6 +12512,11 @@ paths: 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: operation '/users/{user-id}/planner/tasks/{plannerTask-id}/details': get: @@ -12156,6 +12571,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 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: operation patch: tags: @@ -12202,6 +12622,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 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: operation delete: tags: @@ -12236,6 +12661,11 @@ paths: 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: operation '/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat': get: @@ -12290,6 +12720,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 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: operation patch: tags: @@ -12336,6 +12771,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 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: operation delete: tags: @@ -12370,6 +12810,11 @@ paths: 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: operation '/users/{user-id}/planner/tasks/$count': get: @@ -12393,6 +12838,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.plannerGroup: @@ -13308,11 +13758,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index afff67afa19..1fbb87802fa 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -14411,7 +14411,7 @@ components: properties: content: type: string - description: The http content that has the data + description: Report content; details vary by report type. format: base64url nullable: true additionalProperties: @@ -15907,11 +15907,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -17412,11 +17412,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index bc99550ed2e..7080b090630 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -2578,11 +2578,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create inboundApiFlow - description: Create a new inboundApiFlow object. + summary: Create inboundFileFlow + description: Create a new inboundFileFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta operationId: external.industryData_CreateInboundFlow requestBody: description: New navigation property @@ -2653,11 +2653,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update inboundFileFlow - description: Update the properties of an inboundFileFlow object. + summary: Update inboundApiFlow + description: Update the properties of an inboundApiFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-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 35e6bfea33c..cf6fee5b8d5 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -18448,6 +18448,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -18504,6 +18509,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings': get: @@ -18558,6 +18568,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - security.subjectRightsRequest @@ -18596,6 +18611,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors': get: tags: @@ -18660,6 +18680,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -18693,6 +18718,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count': get: tags: @@ -18715,6 +18745,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators': get: tags: @@ -18770,6 +18805,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -18826,6 +18866,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings': get: @@ -18880,6 +18925,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - security.subjectRightsRequest @@ -18918,6 +18968,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors': get: tags: @@ -18982,6 +19037,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -19015,6 +19075,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count': get: tags: @@ -19037,6 +19102,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()': get: tags: @@ -28362,6 +28432,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.security' 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: operation patch: tags: @@ -28393,6 +28468,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.security' 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: operation delete: tags: @@ -28419,6 +28499,11 @@ paths: 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: operation '/users/{user-id}/security/informationProtection': get: @@ -28464,6 +28549,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.informationProtection' 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: operation patch: tags: @@ -28495,6 +28585,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.informationProtection' 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: operation delete: tags: @@ -28521,6 +28616,11 @@ paths: 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: operation '/users/{user-id}/security/informationProtection/labelPolicySettings': get: @@ -28570,6 +28670,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.informationProtectionPolicySetting' 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: operation patch: tags: @@ -28601,6 +28706,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.informationProtectionPolicySetting' 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: operation delete: tags: @@ -28627,6 +28737,11 @@ paths: 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: operation '/users/{user-id}/security/informationProtection/sensitivityLabels': get: @@ -28687,6 +28802,11 @@ paths: $ref: '#/components/responses/microsoft.graph.security.sensitivityLabelCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28721,6 +28841,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' 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: operation '/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}': get: @@ -28775,6 +28900,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' 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: operation patch: tags: @@ -28814,6 +28944,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' 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: operation delete: tags: @@ -28848,6 +28983,11 @@ paths: 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: operation '/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent': get: @@ -28902,6 +29042,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' 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: operation patch: tags: @@ -28941,6 +29086,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' 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: operation delete: tags: @@ -28975,6 +29125,11 @@ paths: 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: operation '/users/{user-id}/security/informationProtection/sensitivityLabels/$count': get: @@ -28998,6 +29153,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.security: @@ -39025,11 +39185,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -41677,7 +41837,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -42286,7 +42446,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -54635,11 +54795,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -55542,13 +55702,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -58493,6 +58657,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 1b2a2aac252..4b96e861d71 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -3711,6 +3711,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings': get: @@ -3765,6 +3770,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -3803,6 +3813,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -3867,6 +3882,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3900,6 +3920,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/documentProcessingJobs': get: tags: @@ -7233,6 +7258,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings': get: @@ -7287,6 +7317,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -7325,6 +7360,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -7389,6 +7429,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7422,6 +7467,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists': get: tags: @@ -9937,6 +9987,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': get: @@ -9999,6 +10054,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -10045,6 +10105,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -10117,6 +10182,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10158,6 +10228,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive': get: tags: @@ -11557,6 +11632,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': get: @@ -11627,6 +11707,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -11681,6 +11766,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -11761,6 +11851,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11810,6 +11905,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': get: tags: @@ -13021,6 +13121,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -13091,6 +13196,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -13145,6 +13255,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -13225,6 +13340,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13274,6 +13394,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions': get: tags: @@ -14301,6 +14426,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': get: @@ -14363,6 +14493,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -14409,6 +14544,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -14481,6 +14621,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14522,6 +14667,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations': get: tags: @@ -16140,6 +16290,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/documentProcessingJobs': get: @@ -16764,6 +16919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/lists': get: @@ -26121,6 +26281,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': get: @@ -26183,6 +26348,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -26229,6 +26399,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -26301,6 +26476,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26342,6 +26522,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': get: tags: @@ -26402,6 +26587,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': get: @@ -26464,6 +26654,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -26510,6 +26705,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -26582,6 +26782,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26623,6 +26828,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage': get: tags: @@ -28533,6 +28743,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings': get: @@ -28595,6 +28810,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -28641,6 +28861,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: @@ -28713,6 +28938,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -28754,6 +28984,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser': get: tags: @@ -28814,6 +29049,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings': get: @@ -28876,6 +29116,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -28922,6 +29167,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -28994,6 +29244,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -29035,6 +29290,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts': get: tags: @@ -29964,6 +30224,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings': get: @@ -30018,6 +30283,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -30056,6 +30326,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors': get: tags: @@ -30120,6 +30395,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30153,6 +30433,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/items': get: tags: @@ -30471,6 +30756,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings': get: @@ -30533,6 +30823,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -30579,6 +30874,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -30651,6 +30951,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30692,6 +30997,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser': get: tags: @@ -30752,6 +31062,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -30814,6 +31129,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -30860,6 +31180,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -30932,6 +31257,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -30973,6 +31303,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/items/$count': get: tags: @@ -31055,6 +31390,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings': get: @@ -31109,6 +31449,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.site @@ -31147,6 +31492,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -31211,6 +31561,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -31244,6 +31599,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/sites/{site-id}/sites': get: tags: @@ -48993,11 +49353,11 @@ paths: get: tags: - sites.site - summary: List sites - description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." + summary: Search for sites + description: Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta operationId: site_ListSite parameters: - $ref: '#/components/parameters/top' @@ -55878,6 +56238,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': get: @@ -55932,6 +56297,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.list @@ -55970,6 +56340,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -56034,6 +56409,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56067,6 +56447,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/drive': get: tags: @@ -57204,6 +57589,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': get: @@ -57266,6 +57656,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.list @@ -57312,6 +57707,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -57384,6 +57784,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57425,6 +57830,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': get: tags: @@ -58459,6 +58869,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: @@ -58521,6 +58936,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.list @@ -58567,6 +58987,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -58639,6 +59064,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58680,6 +59110,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink': post: tags: @@ -60157,6 +60592,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': get: @@ -60211,6 +60651,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.list @@ -60249,6 +60694,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -60313,6 +60763,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60346,6 +60801,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/lists/{list-id}/operations': get: tags: @@ -65091,6 +65551,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': get: @@ -65145,6 +65610,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.baseSitePage @@ -65183,6 +65653,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: @@ -65247,6 +65722,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -65280,6 +65760,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': get: tags: @@ -65332,6 +65817,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': get: @@ -65386,6 +65876,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.baseSitePage @@ -65424,6 +65919,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -65488,6 +65988,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -65521,6 +66026,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage': get: tags: @@ -67277,6 +67787,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings': get: @@ -67331,6 +67846,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.baseSitePage @@ -67369,6 +67889,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: @@ -67433,6 +67958,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67466,6 +67996,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser': get: tags: @@ -67518,6 +68053,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings': get: @@ -67572,6 +68112,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - sites.baseSitePage @@ -67610,6 +68155,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': get: tags: @@ -67674,6 +68224,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -67707,6 +68262,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts': get: tags: @@ -84527,6 +85087,11 @@ paths: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -84583,6 +85148,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.site' 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: operation '/users/{user-id}/followedSites/$count': get: @@ -84606,6 +85176,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.sharepoint: @@ -92255,7 +92830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -92924,7 +93499,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -93772,11 +94347,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -94546,11 +95121,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -102925,13 +103500,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -107875,6 +108454,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 9a1b76a4cdd..bb05b46756e 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -4572,6 +4572,27 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/chats/{chat-id}/microsoft.graph.completeMigration': + post: + tags: + - chats.Actions + summary: Invoke action completeMigration + operationId: chat_completeMigration + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chat + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/chats/{chat-id}/microsoft.graph.hideForUser': post: tags: @@ -10907,6 +10928,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10964,6 +10990,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/groups/{group-id}/team/owners/{user-id}/mailboxSettings': get: @@ -11018,6 +11049,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - groups.team @@ -11056,6 +11092,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors': get: tags: @@ -11120,6 +11161,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11153,6 +11199,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/team/owners/$count': get: tags: @@ -11175,6 +11226,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/groups/{group-id}/team/permissionGrants': get: tags: @@ -24301,6 +24357,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24358,6 +24419,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/teams/{team-id}/owners/{user-id}/mailboxSettings': get: @@ -24412,6 +24478,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - teams.user @@ -24450,6 +24521,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors': get: tags: @@ -24514,6 +24590,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -24547,6 +24628,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/teams/{team-id}/owners/$count': get: tags: @@ -24569,6 +24655,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/teams/{team-id}/permissionGrants': get: tags: @@ -38954,11 +39045,11 @@ paths: get: tags: - teamwork.teamTemplate - summary: List teamTemplates - description: 'Get the list of teamTemplate objects that are available for a tenant. ' + summary: List definitions + description: 'List the teamTemplateDefinition objects associated with a teamTemplate. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -46532,6 +46623,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46597,6 +46693,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/mailboxSettings': get: @@ -46659,6 +46760,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - teamwork.teamTemplate @@ -46705,6 +46811,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/{user-id}/serviceProvisioningErrors': get: tags: @@ -46777,6 +46888,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -46818,6 +46934,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/owners/$count': get: tags: @@ -46848,6 +46969,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/permissionGrants': get: tags: @@ -56432,6 +56558,11 @@ paths: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56466,6 +56597,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' 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: operation '/users/{user-id}/chats/{chat-id}': get: @@ -56523,6 +56659,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' 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: operation patch: tags: @@ -56562,6 +56703,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' 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: operation delete: tags: @@ -56596,6 +56742,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/installedApps': get: @@ -56661,6 +56812,11 @@ paths: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -56703,6 +56859,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 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: operation '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}': get: @@ -56765,6 +56926,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 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: operation patch: tags: @@ -56812,6 +56978,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 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: operation delete: tags: @@ -56854,6 +57025,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp': get: @@ -56916,6 +57092,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' 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: operation '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': get: @@ -56978,6 +57159,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 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: operation '/users/{user-id}/chats/{chat-id}/installedApps/$count': get: @@ -57009,6 +57195,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/lastMessagePreview': get: tags: @@ -57062,6 +57253,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 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: operation patch: tags: @@ -57101,6 +57297,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 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: operation delete: tags: @@ -57135,6 +57336,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/members': get: @@ -57200,6 +57406,11 @@ paths: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57242,6 +57453,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' 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: operation '/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}': get: @@ -57304,6 +57520,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' 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: operation patch: tags: @@ -57351,6 +57572,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' 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: operation delete: tags: @@ -57393,6 +57619,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/members/$count': get: @@ -57424,6 +57655,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/messages': get: tags: @@ -57488,6 +57724,11 @@ paths: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57530,6 +57771,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}': get: @@ -57592,6 +57838,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation patch: tags: @@ -57639,6 +57890,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation delete: tags: @@ -57681,6 +57937,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents': get: @@ -57754,6 +58015,11 @@ paths: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -57804,6 +58070,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': get: @@ -57874,6 +58145,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 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: operation patch: tags: @@ -57929,6 +58205,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 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: operation delete: tags: @@ -57979,6 +58260,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': get: @@ -58030,6 +58316,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.chat @@ -58082,6 +58373,11 @@ paths: 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 delete: tags: - users.chat @@ -58132,6 +58428,11 @@ paths: 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 '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -58170,6 +58471,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies': get: tags: @@ -58242,6 +58548,11 @@ paths: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58292,6 +58603,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': get: @@ -58362,6 +58678,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation patch: tags: @@ -58417,6 +58738,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation delete: tags: @@ -58467,6 +58793,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': get: @@ -58548,6 +58879,11 @@ paths: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -58606,6 +58942,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': get: @@ -58684,6 +59025,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 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: operation patch: tags: @@ -58747,6 +59093,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 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: operation delete: tags: @@ -58805,6 +59156,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': get: @@ -58864,6 +59220,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.chat @@ -58924,6 +59285,11 @@ paths: 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 delete: tags: - users.chat @@ -58982,6 +59348,11 @@ paths: 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 '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -59028,6 +59399,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count': get: tags: @@ -59066,6 +59442,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/messages/$count': get: tags: @@ -59096,6 +59477,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/operations': get: tags: @@ -59160,6 +59546,11 @@ paths: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59202,6 +59593,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 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: operation '/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}': get: @@ -59264,6 +59660,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 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: operation patch: tags: @@ -59311,6 +59712,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 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: operation delete: tags: @@ -59353,6 +59759,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/operations/$count': get: @@ -59384,6 +59795,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/permissionGrants': get: tags: @@ -59448,6 +59864,11 @@ paths: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59490,6 +59911,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 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: operation '/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': get: @@ -59552,6 +59978,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 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: operation patch: tags: @@ -59599,6 +60030,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 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: operation delete: tags: @@ -59641,6 +60077,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/permissionGrants/$count': get: @@ -59672,6 +60113,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/pinnedMessages': get: tags: @@ -59736,6 +60182,11 @@ paths: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -59778,6 +60229,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 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: operation '/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}': get: @@ -59840,6 +60296,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 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: operation patch: tags: @@ -59887,6 +60348,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 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: operation delete: tags: @@ -59929,6 +60395,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message': get: @@ -59991,6 +60462,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' 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: operation '/users/{user-id}/chats/{chat-id}/pinnedMessages/$count': get: @@ -60022,6 +60498,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/{chat-id}/tabs': get: tags: @@ -60086,6 +60567,11 @@ paths: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60128,6 +60614,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' 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: operation '/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}': get: @@ -60190,6 +60681,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' 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: operation patch: tags: @@ -60237,6 +60733,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' 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: operation delete: tags: @@ -60279,6 +60780,11 @@ paths: 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: operation '/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp': get: @@ -60341,6 +60847,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' 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: operation '/users/{user-id}/chats/{chat-id}/tabs/$count': get: @@ -60372,6 +60883,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/chats/$count': get: tags: @@ -60394,6 +60910,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/joinedTeams': get: tags: @@ -60450,6 +60971,11 @@ paths: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60507,6 +61033,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' 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: operation '/users/{user-id}/joinedTeams/$count': get: @@ -60530,6 +61061,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/teamwork': get: tags: @@ -60578,6 +61114,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userTeamwork' 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: operation patch: tags: @@ -60609,6 +61150,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userTeamwork' 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: operation delete: tags: @@ -60635,6 +61181,11 @@ paths: 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: operation '/users/{user-id}/teamwork/associatedTeams': get: @@ -60692,6 +61243,11 @@ paths: $ref: '#/components/responses/microsoft.graph.associatedTeamInfoCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -60726,6 +61282,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 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: operation '/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}': get: @@ -60780,6 +61341,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 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: operation patch: tags: @@ -60819,6 +61385,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 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: operation delete: tags: @@ -60853,6 +61424,11 @@ paths: 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: operation '/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team': get: @@ -60906,6 +61482,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' 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: operation '/users/{user-id}/teamwork/associatedTeams/$count': get: @@ -60929,6 +61510,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/teamwork/installedApps': get: tags: @@ -60988,6 +61574,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userScopeTeamsAppInstallationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -61026,6 +61617,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 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: operation '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}': get: @@ -61083,6 +61679,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 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: operation patch: tags: @@ -61122,6 +61723,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 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: operation delete: tags: @@ -61160,6 +61766,11 @@ paths: 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: operation '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat': get: @@ -61217,6 +61828,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' 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: operation '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp': get: @@ -61271,6 +61887,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' 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: operation '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition': get: @@ -61325,6 +61946,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 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: operation '/users/{user-id}/teamwork/installedApps/$count': get: @@ -61348,6 +61974,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.teamsApp: @@ -63966,7 +64597,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -64312,7 +64943,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -64376,6 +65007,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: @@ -64653,13 +65287,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -64670,11 +65308,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -69149,7 +69787,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -80283,11 +80921,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index fa4aef7a301..b6d319234be 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -34,6 +34,11 @@ paths: 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}/authentication/methods/{authenticationMethod-id}/microsoft.graph.enableSmsSignIn': post: @@ -63,6 +68,11 @@ paths: 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}/authentication/methods/{authenticationMethod-id}/microsoft.graph.resetPassword': post: @@ -113,6 +123,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordResetResponse' 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}/attachments/microsoft.graph.createUploadSession': post: @@ -162,6 +177,11 @@ paths: $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/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -219,6 +239,11 @@ paths: $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/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -284,6 +309,11 @@ paths: $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/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -350,6 +380,11 @@ paths: 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.cancel': post: @@ -412,6 +447,11 @@ paths: 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.decline': post: @@ -480,6 +520,11 @@ paths: 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.dismissReminder': post: @@ -529,6 +574,11 @@ paths: 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.forward': post: @@ -595,6 +645,11 @@ paths: 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: @@ -656,6 +711,11 @@ paths: 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.tentativelyAccept': post: @@ -724,6 +784,11 @@ paths: 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.accept': post: @@ -782,6 +847,11 @@ paths: 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.cancel': post: @@ -836,6 +906,11 @@ paths: 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.decline': post: @@ -896,6 +971,11 @@ paths: 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.dismissReminder': post: @@ -937,6 +1017,11 @@ paths: 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.forward': post: @@ -995,6 +1080,11 @@ paths: 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: @@ -1048,6 +1138,11 @@ paths: 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.tentativelyAccept': post: @@ -1108,6 +1203,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -1165,6 +1265,11 @@ paths: $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/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -1230,6 +1335,11 @@ paths: $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/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -1296,6 +1406,11 @@ paths: 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}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': post: @@ -1358,6 +1473,11 @@ paths: 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}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': post: @@ -1426,6 +1546,11 @@ paths: 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}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: @@ -1475,6 +1600,11 @@ paths: 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}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': post: @@ -1541,6 +1671,11 @@ paths: 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}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -1602,6 +1737,11 @@ paths: 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}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': post: @@ -1670,6 +1810,11 @@ paths: 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: @@ -1728,6 +1873,11 @@ paths: 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: @@ -1782,6 +1932,11 @@ paths: 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: @@ -1842,6 +1997,11 @@ paths: 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.dismissReminder': post: @@ -1883,6 +2043,11 @@ paths: 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.forward': post: @@ -1941,6 +2106,11 @@ paths: 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: @@ -1994,6 +2164,11 @@ paths: 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.tentativelyAccept': post: @@ -2054,6 +2229,11 @@ paths: 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.accept': post: @@ -2104,6 +2284,11 @@ paths: 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.cancel': post: @@ -2150,6 +2335,11 @@ paths: 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.decline': post: @@ -2202,6 +2392,11 @@ paths: 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.dismissReminder': post: @@ -2235,6 +2430,11 @@ paths: 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.forward': post: @@ -2285,6 +2485,11 @@ paths: 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.snoozeReminder': post: @@ -2330,6 +2535,11 @@ paths: 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: @@ -2382,6 +2592,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -2431,6 +2646,11 @@ paths: $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}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -2488,6 +2708,11 @@ paths: $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}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -2553,6 +2778,11 @@ paths: $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}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -2619,6 +2849,11 @@ paths: 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.cancel': post: @@ -2681,6 +2916,11 @@ paths: 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.decline': post: @@ -2749,6 +2989,11 @@ paths: 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.dismissReminder': post: @@ -2798,6 +3043,11 @@ paths: 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.forward': post: @@ -2864,6 +3114,11 @@ paths: 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: @@ -2925,6 +3180,11 @@ paths: 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.tentativelyAccept': post: @@ -2993,6 +3253,11 @@ paths: 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}/microsoft.graph.accept': post: @@ -3051,6 +3316,11 @@ paths: 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}/microsoft.graph.cancel': post: @@ -3105,6 +3375,11 @@ paths: 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}/microsoft.graph.decline': post: @@ -3165,6 +3440,11 @@ paths: 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}/microsoft.graph.dismissReminder': post: @@ -3206,6 +3486,11 @@ paths: 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}/microsoft.graph.forward': post: @@ -3264,6 +3549,11 @@ paths: 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}/microsoft.graph.snoozeReminder': post: @@ -3317,6 +3607,11 @@ paths: 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}/microsoft.graph.tentativelyAccept': post: @@ -3377,6 +3672,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -3434,6 +3734,11 @@ paths: $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}/attachments/microsoft.graph.createUploadSession': post: @@ -3499,6 +3804,11 @@ paths: $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: @@ -3565,6 +3875,11 @@ paths: 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: @@ -3627,6 +3942,11 @@ paths: 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.decline': post: @@ -3695,6 +4015,11 @@ paths: 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.dismissReminder': post: @@ -3744,6 +4069,11 @@ paths: 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.forward': post: @@ -3810,6 +4140,11 @@ paths: 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: @@ -3871,6 +4206,11 @@ paths: 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.tentativelyAccept': post: @@ -3939,6 +4279,11 @@ paths: 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}/microsoft.graph.accept': post: @@ -3997,6 +4342,11 @@ paths: 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}/microsoft.graph.cancel': post: @@ -4051,6 +4401,11 @@ paths: 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}/microsoft.graph.decline': post: @@ -4111,6 +4466,11 @@ paths: 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}/microsoft.graph.dismissReminder': post: @@ -4152,6 +4512,11 @@ paths: 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}/microsoft.graph.forward': post: @@ -4210,6 +4575,11 @@ paths: 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}/microsoft.graph.snoozeReminder': post: @@ -4263,6 +4633,11 @@ paths: 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}/microsoft.graph.tentativelyAccept': post: @@ -4323,6 +4698,11 @@ paths: 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.accept': post: @@ -4373,6 +4753,11 @@ paths: 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: @@ -4419,6 +4804,11 @@ paths: 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.decline': post: @@ -4471,6 +4861,11 @@ paths: 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.dismissReminder': post: @@ -4504,6 +4899,11 @@ paths: 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.forward': post: @@ -4554,6 +4954,11 @@ paths: 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: @@ -4599,6 +5004,11 @@ paths: 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.tentativelyAccept': post: @@ -4651,6 +5061,11 @@ paths: 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/microsoft.graph.getSchedule': post: @@ -4715,6 +5130,11 @@ paths: 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' @@ -4783,6 +5203,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -4856,6 +5281,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -4937,6 +5367,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -5019,6 +5454,11 @@ paths: 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.cancel': post: @@ -5097,6 +5537,11 @@ paths: 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.decline': post: @@ -5181,6 +5626,11 @@ paths: 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.dismissReminder': post: @@ -5246,6 +5696,11 @@ paths: 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.forward': post: @@ -5328,6 +5783,11 @@ paths: 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: @@ -5405,6 +5865,11 @@ paths: 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.tentativelyAccept': post: @@ -5489,6 +5954,11 @@ paths: 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}/microsoft.graph.accept': post: @@ -5563,6 +6033,11 @@ paths: 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}/microsoft.graph.cancel': post: @@ -5633,6 +6108,11 @@ paths: 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}/microsoft.graph.decline': post: @@ -5709,6 +6189,11 @@ paths: 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}/microsoft.graph.dismissReminder': post: @@ -5766,6 +6251,11 @@ paths: 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}/microsoft.graph.forward': post: @@ -5840,6 +6330,11 @@ paths: 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}/microsoft.graph.snoozeReminder': post: @@ -5909,6 +6404,11 @@ paths: 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}/microsoft.graph.tentativelyAccept': post: @@ -5985,6 +6485,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -6058,6 +6563,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -6139,6 +6649,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -6221,6 +6736,11 @@ paths: 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.cancel': post: @@ -6299,6 +6819,11 @@ paths: 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.decline': post: @@ -6383,6 +6908,11 @@ paths: 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.dismissReminder': post: @@ -6448,6 +6978,11 @@ paths: 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': post: @@ -6530,6 +7065,11 @@ paths: 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.snoozeReminder': post: @@ -6607,6 +7147,11 @@ paths: 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.tentativelyAccept': post: @@ -6691,6 +7236,11 @@ paths: 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}/microsoft.graph.accept': post: @@ -6765,6 +7315,11 @@ paths: 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}/microsoft.graph.cancel': post: @@ -6835,6 +7390,11 @@ paths: 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}/microsoft.graph.decline': post: @@ -6911,6 +7471,11 @@ paths: 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}/microsoft.graph.dismissReminder': post: @@ -6968,6 +7533,11 @@ paths: 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}/microsoft.graph.forward': post: @@ -7042,6 +7612,11 @@ paths: 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}/microsoft.graph.snoozeReminder': post: @@ -7111,6 +7686,11 @@ paths: 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}/microsoft.graph.tentativelyAccept': post: @@ -7187,6 +7767,11 @@ paths: 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.accept': post: @@ -7253,6 +7838,11 @@ paths: 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.cancel': post: @@ -7315,6 +7905,11 @@ paths: 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.decline': post: @@ -7383,6 +7978,11 @@ paths: 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.dismissReminder': post: @@ -7432,6 +8032,11 @@ paths: 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.forward': post: @@ -7498,6 +8103,11 @@ paths: 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: @@ -7559,6 +8169,11 @@ paths: 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.tentativelyAccept': post: @@ -7627,6 +8242,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -7692,6 +8312,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -7765,6 +8390,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -7846,6 +8476,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -7928,6 +8563,11 @@ paths: 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.cancel': post: @@ -8006,6 +8646,11 @@ paths: 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.decline': post: @@ -8090,6 +8735,11 @@ paths: 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.dismissReminder': post: @@ -8155,6 +8805,11 @@ paths: 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.forward': post: @@ -8237,6 +8892,11 @@ paths: 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: @@ -8314,6 +8974,11 @@ paths: 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.tentativelyAccept': post: @@ -8398,6 +9063,11 @@ paths: 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}/microsoft.graph.accept': post: @@ -8472,6 +9142,11 @@ paths: 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}/microsoft.graph.cancel': post: @@ -8542,6 +9217,11 @@ paths: 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}/microsoft.graph.decline': post: @@ -8618,6 +9298,11 @@ paths: 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}/microsoft.graph.dismissReminder': post: @@ -8675,6 +9360,11 @@ paths: 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}/microsoft.graph.forward': post: @@ -8749,6 +9439,11 @@ paths: 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}/microsoft.graph.snoozeReminder': post: @@ -8818,6 +9513,11 @@ paths: 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}/microsoft.graph.tentativelyAccept': post: @@ -8894,6 +9594,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -8967,6 +9672,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -9048,6 +9758,11 @@ paths: $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}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -9130,6 +9845,11 @@ paths: 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.cancel': post: @@ -9208,6 +9928,11 @@ paths: 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.decline': post: @@ -9292,6 +10017,11 @@ paths: 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.dismissReminder': post: @@ -9357,6 +10087,11 @@ paths: 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': post: @@ -9439,6 +10174,11 @@ paths: 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.snoozeReminder': post: @@ -9516,6 +10256,11 @@ paths: 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.tentativelyAccept': post: @@ -9600,6 +10345,11 @@ paths: 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.accept': post: @@ -9674,6 +10424,11 @@ paths: 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.cancel': post: @@ -9744,6 +10499,11 @@ paths: 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.decline': post: @@ -9820,6 +10580,11 @@ paths: 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.dismissReminder': post: @@ -9877,6 +10642,11 @@ paths: 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.forward': post: @@ -9951,6 +10721,11 @@ paths: 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.snoozeReminder': post: @@ -10020,6 +10795,11 @@ paths: 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: @@ -10096,6 +10876,11 @@ paths: 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: @@ -10162,6 +10947,11 @@ paths: 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: @@ -10224,6 +11014,11 @@ paths: 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: @@ -10292,6 +11087,11 @@ paths: 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: @@ -10341,6 +11141,11 @@ paths: 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: @@ -10407,6 +11212,11 @@ paths: 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: @@ -10468,6 +11278,11 @@ paths: 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: @@ -10536,6 +11351,11 @@ paths: 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}/microsoft.graph.getSchedule': post: @@ -10616,6 +11436,11 @@ paths: 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' @@ -10676,6 +11501,11 @@ paths: $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}/attachments/microsoft.graph.createUploadSession': post: @@ -10741,6 +11571,11 @@ paths: $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}/attachments/microsoft.graph.createUploadSession': post: @@ -10814,6 +11649,11 @@ paths: $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: @@ -10888,6 +11728,11 @@ paths: 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.cancel': post: @@ -10958,6 +11803,11 @@ paths: 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.decline': post: @@ -11034,6 +11884,11 @@ paths: 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.dismissReminder': post: @@ -11091,6 +11946,11 @@ paths: 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: @@ -11165,6 +12025,11 @@ paths: 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.snoozeReminder': post: @@ -11234,6 +12099,11 @@ paths: 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.tentativelyAccept': post: @@ -11310,6 +12180,11 @@ paths: 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.accept': post: @@ -11376,6 +12251,11 @@ paths: 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: @@ -11438,6 +12318,11 @@ paths: 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.decline': post: @@ -11506,6 +12391,11 @@ paths: 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.dismissReminder': post: @@ -11555,6 +12445,11 @@ paths: 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.forward': post: @@ -11621,6 +12516,11 @@ paths: 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.snoozeReminder': post: @@ -11682,6 +12582,11 @@ paths: 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.tentativelyAccept': post: @@ -11750,6 +12655,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -11815,6 +12725,11 @@ paths: $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}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -11888,6 +12803,11 @@ paths: $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}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -11962,6 +12882,11 @@ paths: 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.cancel': post: @@ -12032,6 +12957,11 @@ paths: 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: @@ -12108,6 +13038,11 @@ paths: 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.dismissReminder': post: @@ -12165,6 +13100,11 @@ paths: 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.forward': post: @@ -12239,6 +13179,11 @@ paths: 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.snoozeReminder': post: @@ -12308,6 +13253,11 @@ paths: 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.tentativelyAccept': post: @@ -12384,6 +13334,11 @@ paths: 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.accept': post: @@ -12450,6 +13405,11 @@ paths: 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: @@ -12512,6 +13472,11 @@ paths: 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.decline': post: @@ -12580,6 +13545,11 @@ paths: 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.dismissReminder': post: @@ -12629,6 +13599,11 @@ paths: 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: @@ -12695,6 +13670,11 @@ paths: 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.snoozeReminder': post: @@ -12756,6 +13736,11 @@ paths: 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.tentativelyAccept': post: @@ -12824,6 +13809,11 @@ paths: 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}/microsoft.graph.accept': post: @@ -12882,6 +13872,11 @@ paths: 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}/microsoft.graph.cancel': post: @@ -12936,6 +13931,11 @@ paths: 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}/microsoft.graph.decline': post: @@ -12996,6 +13996,11 @@ paths: 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}/microsoft.graph.dismissReminder': post: @@ -13037,6 +14042,11 @@ paths: 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}/microsoft.graph.forward': post: @@ -13095,6 +14105,11 @@ paths: 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}/microsoft.graph.snoozeReminder': post: @@ -13148,6 +14163,11 @@ paths: 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}/microsoft.graph.tentativelyAccept': post: @@ -13208,6 +14228,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -13265,6 +14290,11 @@ paths: $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}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -13330,6 +14360,11 @@ paths: $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}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -13403,6 +14438,11 @@ paths: $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}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -13477,6 +14517,11 @@ paths: 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}/instances/{event-id2}/microsoft.graph.cancel': post: @@ -13547,6 +14592,11 @@ paths: 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}/instances/{event-id2}/microsoft.graph.decline': post: @@ -13623,6 +14673,11 @@ paths: 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}/instances/{event-id2}/microsoft.graph.dismissReminder': post: @@ -13680,6 +14735,11 @@ paths: 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}/instances/{event-id2}/microsoft.graph.forward': post: @@ -13754,6 +14814,11 @@ paths: 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}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: @@ -13823,6 +14888,11 @@ paths: 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}/instances/{event-id2}/microsoft.graph.tentativelyAccept': post: @@ -13899,6 +14969,11 @@ paths: 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.accept': post: @@ -13965,6 +15040,11 @@ paths: 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.cancel': post: @@ -14027,6 +15107,11 @@ paths: 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.decline': post: @@ -14095,6 +15180,11 @@ paths: 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.dismissReminder': post: @@ -14144,6 +15234,11 @@ paths: 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.forward': post: @@ -14210,6 +15305,11 @@ paths: 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: @@ -14271,6 +15371,11 @@ paths: 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.tentativelyAccept': post: @@ -14339,6 +15444,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -14404,6 +15514,11 @@ paths: $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}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -14477,6 +15592,11 @@ paths: $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}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -14551,6 +15671,11 @@ paths: 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.cancel': post: @@ -14621,6 +15746,11 @@ paths: 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.decline': post: @@ -14697,6 +15827,11 @@ paths: 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.dismissReminder': post: @@ -14754,6 +15889,11 @@ paths: 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.forward': post: @@ -14828,6 +15968,11 @@ paths: 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.snoozeReminder': post: @@ -14897,6 +16042,11 @@ paths: 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.tentativelyAccept': post: @@ -14973,6 +16123,11 @@ paths: 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.accept': post: @@ -15039,6 +16194,11 @@ paths: 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.cancel': post: @@ -15101,6 +16261,11 @@ paths: 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.decline': post: @@ -15169,6 +16334,11 @@ paths: 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.dismissReminder': post: @@ -15218,6 +16388,11 @@ paths: 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.forward': post: @@ -15284,6 +16459,11 @@ paths: 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: @@ -15345,6 +16525,11 @@ paths: 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.tentativelyAccept': post: @@ -15413,6 +16598,11 @@ paths: 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.accept': post: @@ -15471,6 +16661,11 @@ paths: 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.cancel': post: @@ -15525,6 +16720,11 @@ paths: 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.decline': post: @@ -15585,6 +16785,11 @@ paths: 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.dismissReminder': post: @@ -15626,6 +16831,11 @@ paths: 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.forward': post: @@ -15684,6 +16894,11 @@ paths: 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: @@ -15737,6 +16952,11 @@ paths: 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.tentativelyAccept': post: @@ -15797,6 +17017,11 @@ paths: 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}/microsoft.graph.getSchedule': post: @@ -15869,6 +17094,11 @@ paths: 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' @@ -15921,6 +17151,11 @@ paths: $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}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -15978,6 +17213,11 @@ paths: $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}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -16043,6 +17283,11 @@ paths: $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}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -16109,6 +17354,11 @@ paths: 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.cancel': post: @@ -16171,6 +17421,11 @@ paths: 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.decline': post: @@ -16239,6 +17494,11 @@ paths: 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.dismissReminder': post: @@ -16288,6 +17548,11 @@ paths: 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.forward': post: @@ -16354,6 +17619,11 @@ paths: 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: @@ -16415,6 +17685,11 @@ paths: 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.tentativelyAccept': post: @@ -16483,6 +17758,11 @@ paths: 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.accept': post: @@ -16541,6 +17821,11 @@ paths: 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.cancel': post: @@ -16595,6 +17880,11 @@ paths: 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.decline': post: @@ -16655,6 +17945,11 @@ paths: 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: @@ -16696,6 +17991,11 @@ paths: 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.forward': post: @@ -16754,6 +18054,11 @@ paths: 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.snoozeReminder': post: @@ -16807,6 +18112,11 @@ paths: 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.tentativelyAccept': post: @@ -16867,6 +18177,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -16924,6 +18239,11 @@ paths: $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}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -16989,6 +18309,11 @@ paths: $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}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -17055,6 +18380,11 @@ paths: 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.cancel': post: @@ -17117,6 +18447,11 @@ paths: 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.decline': post: @@ -17185,6 +18520,11 @@ paths: 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.dismissReminder': post: @@ -17234,6 +18574,11 @@ paths: 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.forward': post: @@ -17300,6 +18645,11 @@ paths: 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: @@ -17361,6 +18711,11 @@ paths: 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.tentativelyAccept': post: @@ -17429,6 +18784,11 @@ paths: 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.accept': post: @@ -17487,6 +18847,11 @@ paths: 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.cancel': post: @@ -17541,6 +18906,11 @@ paths: 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.decline': post: @@ -17601,6 +18971,11 @@ paths: 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.dismissReminder': post: @@ -17642,6 +19017,11 @@ paths: 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.forward': post: @@ -17700,6 +19080,11 @@ paths: 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: @@ -17753,6 +19138,11 @@ paths: 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.tentativelyAccept': post: @@ -17813,6 +19203,11 @@ paths: 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.accept': post: @@ -17863,6 +19258,11 @@ paths: 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.cancel': post: @@ -17909,6 +19309,11 @@ paths: 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.decline': post: @@ -17961,6 +19366,11 @@ paths: 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.dismissReminder': post: @@ -17994,6 +19404,11 @@ paths: 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.forward': post: @@ -18044,6 +19459,11 @@ paths: 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: @@ -18089,6 +19509,11 @@ paths: 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.tentativelyAccept': post: @@ -18141,6 +19566,11 @@ paths: 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}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade': post: @@ -18194,6 +19624,11 @@ paths: 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}/chats/{chat-id}/members/microsoft.graph.add': post: @@ -18255,6 +19690,11 @@ paths: 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' @@ -18308,6 +19748,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.softDelete': post: @@ -18349,6 +19794,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.undoSoftDelete': post: @@ -18390,6 +19840,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/microsoft.graph.unsetReaction': post: @@ -18440,6 +19895,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction': post: @@ -18498,6 +19958,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete': post: @@ -18547,6 +20012,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete': post: @@ -18596,6 +20066,11 @@ paths: 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}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': post: @@ -18654,6 +20129,45 @@ paths: 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}/chats/{chat-id}/microsoft.graph.completeMigration': + post: + tags: + - users.Actions + summary: Invoke action completeMigration + operationId: user.chat_completeMigration + 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: chat-id + in: path + description: The unique identifier of chat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chat + 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}/chats/{chat-id}/microsoft.graph.hideForUser': post: @@ -18702,6 +20216,11 @@ paths: 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}/chats/{chat-id}/microsoft.graph.markChatReadForUser': post: @@ -18750,6 +20269,11 @@ paths: 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}/chats/{chat-id}/microsoft.graph.markChatUnreadForUser': post: @@ -18803,6 +20327,11 @@ paths: 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}/chats/{chat-id}/microsoft.graph.removeAllAccessForUser': post: @@ -18848,6 +20377,11 @@ paths: 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}/chats/{chat-id}/microsoft.graph.sendActivityNotification': post: @@ -18911,6 +20445,11 @@ paths: 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}/chats/{chat-id}/microsoft.graph.unhideForUser': post: @@ -18959,6 +20498,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.changeUserAccountType': post: @@ -19004,6 +20548,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.createSnapshot': post: @@ -19037,6 +20586,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.endGracePeriod': post: @@ -19070,6 +20624,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.powerOff': post: @@ -19103,6 +20662,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.powerOn': post: @@ -19136,6 +20700,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.reboot': post: @@ -19169,6 +20738,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.rename': post: @@ -19215,6 +20789,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision': post: @@ -19262,6 +20841,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.resize': post: @@ -19308,6 +20892,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.restore': post: @@ -19354,6 +20943,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.retryPartnerAgentInstallation': post: @@ -19387,6 +20981,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.setReviewStatus': post: @@ -19428,6 +21027,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.start': post: @@ -19461,6 +21065,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.stop': post: @@ -19494,6 +21103,11 @@ paths: 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}/cloudPCs/{cloudPC-id}/microsoft.graph.troubleshoot': post: @@ -19527,6 +21141,11 @@ paths: 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}/cloudPCs/microsoft.graph.bulkResize': post: @@ -19586,10 +21205,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-09-24' - date: '2023-05-24' - version: 2023-05/bulkResize - description: 'The bulkResize action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api.' + 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' @@ -19650,6 +21268,11 @@ paths: 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' @@ -19696,6 +21319,11 @@ paths: 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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority': post: @@ -19740,6 +21368,11 @@ paths: 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}/deviceEnrollmentConfigurations/microsoft.graph.createEnrollmentNotificationConfiguration': post: @@ -19775,6 +21408,11 @@ paths: 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}/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks': post: @@ -19825,6 +21463,11 @@ paths: 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' @@ -19877,6 +21520,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/listItem/microsoft.graph.createLink': post: @@ -19961,6 +21609,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/microsoft.graph.grant': post: @@ -20044,6 +21697,11 @@ paths: 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' @@ -20114,6 +21772,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': post: @@ -20159,6 +21822,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.assignSensitivityLabel': post: @@ -20214,6 +21882,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkin': post: @@ -20271,6 +21944,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.checkout': post: @@ -20312,6 +21990,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.copy': post: @@ -20376,6 +22059,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createLink': post: @@ -20460,6 +22148,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.createUploadSession': post: @@ -20513,6 +22206,11 @@ paths: $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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.discardCheckout': post: @@ -20554,6 +22252,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': post: @@ -20595,6 +22298,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extractSensitivityLabelsResult' 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.follow': post: @@ -20640,6 +22348,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.invite': post: @@ -20736,6 +22449,11 @@ paths: 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' @@ -20776,6 +22494,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.preview': post: @@ -20845,6 +22568,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPreviewInfo' 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.restore': post: @@ -20905,6 +22633,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.unfollow': post: @@ -20946,6 +22679,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.validatePermission': post: @@ -20998,6 +22736,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/microsoft.graph.grant': post: @@ -21081,6 +22824,11 @@ paths: 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' @@ -21151,6 +22899,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize': post: @@ -21200,6 +22953,11 @@ paths: 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}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': post: @@ -21249,6 +23007,11 @@ paths: 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}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': post: @@ -21307,6 +23070,11 @@ paths: 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}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': post: @@ -21362,6 +23130,11 @@ paths: 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}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish': post: @@ -21402,6 +23175,11 @@ paths: 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}/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish': post: @@ -21442,6 +23220,11 @@ paths: 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}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy': post: @@ -21490,6 +23273,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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}/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopyFromContentTypeHub': post: @@ -21539,6 +23327,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' 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}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore': post: @@ -21588,6 +23381,11 @@ paths: 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}/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink': post: @@ -21672,6 +23470,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/microsoft.graph.grant': post: @@ -21755,6 +23558,11 @@ paths: 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' @@ -21825,6 +23633,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': post: @@ -21870,6 +23683,11 @@ paths: 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}/drives/{drive-id}/list/permissions/{permission-id}/microsoft.graph.grant': post: @@ -21945,6 +23763,11 @@ paths: 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' @@ -22007,6 +23830,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize': post: @@ -22048,6 +23876,11 @@ paths: 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}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore': post: @@ -22089,6 +23922,11 @@ paths: 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}/drives/{drive-id}/root/listItem/microsoft.graph.createLink': post: @@ -22165,6 +24003,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/root/listItem/permissions/{permission-id}/microsoft.graph.grant': post: @@ -22240,6 +24083,11 @@ paths: 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' @@ -22302,6 +24150,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': post: @@ -22339,6 +24192,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.assignSensitivityLabel': post: @@ -22386,6 +24244,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.checkin': post: @@ -22435,6 +24298,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.checkout': post: @@ -22468,6 +24336,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.copy': post: @@ -22524,6 +24397,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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}/drives/{drive-id}/root/microsoft.graph.createLink': post: @@ -22600,6 +24478,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/root/microsoft.graph.createUploadSession': post: @@ -22645,6 +24528,11 @@ paths: $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}/drives/{drive-id}/root/microsoft.graph.discardCheckout': post: @@ -22678,6 +24566,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': post: @@ -22711,6 +24604,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extractSensitivityLabelsResult' 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}/drives/{drive-id}/root/microsoft.graph.follow': post: @@ -22748,6 +24646,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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}/drives/{drive-id}/root/microsoft.graph.invite': post: @@ -22836,6 +24739,11 @@ paths: 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' @@ -22868,6 +24776,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.preview': post: @@ -22929,6 +24842,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPreviewInfo' 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}/drives/{drive-id}/root/microsoft.graph.restore': post: @@ -22981,6 +24899,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' 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}/drives/{drive-id}/root/microsoft.graph.unfollow': post: @@ -23014,6 +24937,11 @@ paths: 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}/drives/{drive-id}/root/microsoft.graph.validatePermission': post: @@ -23058,6 +24986,11 @@ paths: 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}/drives/{drive-id}/root/permissions/{permission-id}/microsoft.graph.grant': post: @@ -23133,6 +25066,11 @@ paths: 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' @@ -23195,6 +25133,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' 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}/drives/{drive-id}/root/subscriptions/{subscription-id}/microsoft.graph.reauthorize': post: @@ -23236,6 +25179,11 @@ paths: 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}/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': post: @@ -23277,6 +25225,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -23326,6 +25279,11 @@ paths: $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}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: @@ -23383,6 +25341,11 @@ paths: $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}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -23448,6 +25411,11 @@ paths: $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}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: @@ -23514,6 +25482,11 @@ paths: 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.cancel': post: @@ -23576,6 +25549,11 @@ paths: 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.decline': post: @@ -23644,6 +25622,11 @@ paths: 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: @@ -23693,6 +25676,11 @@ paths: 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.forward': post: @@ -23759,6 +25747,11 @@ paths: 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.snoozeReminder': post: @@ -23820,6 +25813,11 @@ paths: 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.tentativelyAccept': post: @@ -23888,6 +25886,11 @@ paths: 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.accept': post: @@ -23946,6 +25949,11 @@ paths: 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.cancel': post: @@ -24000,6 +26008,11 @@ paths: 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.decline': post: @@ -24060,6 +26073,11 @@ paths: 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.dismissReminder': post: @@ -24101,6 +26119,11 @@ paths: 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.forward': post: @@ -24159,6 +26182,11 @@ paths: 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: @@ -24212,6 +26240,11 @@ paths: 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.tentativelyAccept': post: @@ -24272,6 +26305,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -24329,6 +26367,11 @@ paths: $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}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: @@ -24394,6 +26437,11 @@ paths: $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}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: @@ -24460,6 +26508,11 @@ paths: 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.cancel': post: @@ -24522,6 +26575,11 @@ paths: 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: @@ -24590,6 +26648,11 @@ paths: 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: @@ -24639,6 +26702,11 @@ paths: 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: @@ -24705,6 +26773,11 @@ paths: 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.snoozeReminder': post: @@ -24766,6 +26839,11 @@ paths: 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.tentativelyAccept': post: @@ -24834,6 +26912,11 @@ paths: 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.accept': post: @@ -24892,6 +26975,11 @@ paths: 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.cancel': post: @@ -24946,6 +27034,11 @@ paths: 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.decline': post: @@ -25006,6 +27099,11 @@ paths: 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.dismissReminder': post: @@ -25047,6 +27145,11 @@ paths: 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.forward': post: @@ -25105,6 +27208,11 @@ paths: 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: @@ -25158,6 +27266,11 @@ paths: 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.tentativelyAccept': post: @@ -25218,6 +27331,11 @@ paths: 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.accept': post: @@ -25268,6 +27386,11 @@ paths: 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.cancel': post: @@ -25314,6 +27437,11 @@ paths: 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.decline': post: @@ -25366,6 +27494,11 @@ paths: 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: @@ -25399,6 +27532,11 @@ paths: 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: @@ -25449,6 +27587,11 @@ paths: 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.snoozeReminder': post: @@ -25494,6 +27637,11 @@ paths: 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.tentativelyAccept': post: @@ -25546,6 +27694,11 @@ paths: 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}/followedSites/microsoft.graph.add': post: @@ -25600,6 +27753,11 @@ paths: 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' @@ -25657,6 +27815,11 @@ paths: 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' @@ -25702,6 +27865,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.dlpEvaluatePoliciesJobResponse' 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}/informationProtection/microsoft.graph.decryptBuffer': post: @@ -25745,10 +27913,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/informationProtection/microsoft.graph.encryptBuffer': post: @@ -25793,10 +27960,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/informationProtection/microsoft.graph.signDigest': post: @@ -25837,10 +28003,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/informationProtection/microsoft.graph.verifySignature': post: @@ -25886,10 +28051,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/informationProtection/policy/labels/microsoft.graph.evaluateApplication': post: @@ -25945,10 +28109,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + 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' @@ -26009,10 +28172,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + 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' @@ -26071,10 +28233,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + 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' @@ -26121,10 +28282,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate': post: @@ -26174,6 +28334,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' 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}/informationProtection/sensitivityLabels/microsoft.graph.evaluate': post: @@ -26215,6 +28380,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' 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}/joinedGroups/microsoft.graph.evaluateDynamicMembership': post: @@ -26259,6 +28429,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.evaluateDynamicMembershipResult' 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}/attachments/microsoft.graph.createUploadSession': post: @@ -26324,6 +28499,11 @@ paths: $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}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.copy': post: @@ -26389,6 +28569,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createForward': post: @@ -26461,6 +28646,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createReply': post: @@ -26529,6 +28719,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createReplyAll': post: @@ -26597,6 +28792,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.forward': post: @@ -26665,6 +28865,11 @@ paths: 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.markAsJunk': post: @@ -26731,6 +28936,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.markAsNotJunk': post: @@ -26797,6 +29007,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.move': post: @@ -26862,6 +29077,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: @@ -26926,6 +29146,11 @@ paths: 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.replyAll': post: @@ -26990,6 +29215,11 @@ paths: 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.send': post: @@ -27039,6 +29269,11 @@ paths: 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.unsubscribe': post: @@ -27088,6 +29323,11 @@ paths: 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}/microsoft.graph.copy': post: @@ -27145,6 +29385,11 @@ paths: $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}/childFolders/{mailFolder-id1}/microsoft.graph.move': post: @@ -27202,6 +29447,11 @@ paths: $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}/messages/{message-id}/attachments/microsoft.graph.createUploadSession': post: @@ -27259,6 +29509,11 @@ paths: $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}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy': post: @@ -27316,6 +29571,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createForward': post: @@ -27380,6 +29640,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createReply': post: @@ -27440,6 +29705,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createReplyAll': post: @@ -27500,6 +29770,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.forward': post: @@ -27560,6 +29835,11 @@ paths: 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.markAsJunk': post: @@ -27618,6 +29898,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.markAsNotJunk': post: @@ -27676,6 +29961,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.move': post: @@ -27733,6 +30023,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: @@ -27789,6 +30084,11 @@ paths: 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.replyAll': post: @@ -27845,6 +30145,11 @@ paths: 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.send': post: @@ -27886,6 +30191,11 @@ paths: 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.unsubscribe': post: @@ -27927,6 +30237,11 @@ paths: 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}/microsoft.graph.copy': post: @@ -27976,6 +30291,11 @@ paths: $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.move': post: @@ -28025,6 +30345,11 @@ paths: $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}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl': post: @@ -28072,6 +30397,11 @@ paths: 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 '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim': post: @@ -28115,6 +30445,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock': post: @@ -28145,6 +30480,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.changeAssignments': post: @@ -28188,6 +30528,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice': post: @@ -28231,6 +30576,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest': post: @@ -28276,6 +30626,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 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}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice': post: @@ -28319,6 +30674,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.deprovision': post: @@ -28360,6 +30720,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.disable': post: @@ -28389,6 +30754,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode': post: @@ -28419,6 +30789,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode': post: @@ -28468,6 +30843,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.enrollNowAction': post: @@ -28498,6 +30878,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.initiateDeviceAttestation': post: @@ -28528,6 +30913,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.initiateMobileDeviceManagementKeyRecovery': post: @@ -28558,6 +30948,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.initiateOnDemandProactiveRemediation': post: @@ -28600,6 +30995,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice': post: @@ -28630,6 +31030,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser': post: @@ -28660,6 +31065,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState': post: @@ -28704,6 +31114,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.pauseConfigurationRefresh': post: @@ -28749,6 +31164,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound': post: @@ -28792,6 +31212,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow': post: @@ -28822,6 +31247,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode': post: @@ -28852,6 +31282,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.reenable': post: @@ -28881,6 +31316,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock': post: @@ -28911,6 +31351,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement': post: @@ -28941,6 +31386,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.reprovisionCloudPc': post: @@ -28976,10 +31426,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-09-30' - date: '2023-07-17' - version: 2023-07/reprovisionCloudPc - description: 'The reprovisionCloudPc API is deprecated and will stop returning on Sep 30, 2023. Please use reprovision instead' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance': post: @@ -29010,6 +31459,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode': post: @@ -29040,6 +31494,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.resizeCloudPc': post: @@ -29088,10 +31547,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-10-30' - date: '2023-07-24' - version: 2023-05/resizeCloudPc - description: 'The resizeCloudPc API is deprecated and will stop returning on Oct 30, 2023. Please use resize instead' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.restoreCloudPc': post: @@ -29140,10 +31598,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-10-30' - date: '2023-08-22' - version: 2023-07/restoreCloudPc - description: 'The restoreCloudPc API is deprecated and will stop returning on Sep 30, 2023. Please use restore instead' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire': post: @@ -29174,6 +31631,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses': post: @@ -29204,6 +31666,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys': post: @@ -29234,6 +31701,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey': post: @@ -29263,6 +31735,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.rotateLocalAdminPassword': post: @@ -29293,6 +31770,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal': post: @@ -29336,6 +31818,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.setCloudPcReviewStatus': post: @@ -29383,10 +31870,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-04-30' - date: '2024-01-03' - version: 2024-01/setCloudPcReviewStatus - description: 'The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName': post: @@ -29430,6 +31916,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown': post: @@ -29460,6 +31951,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice': post: @@ -29489,6 +31985,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction': post: @@ -29531,6 +32032,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount': post: @@ -29572,6 +32078,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan': post: @@ -29614,6 +32125,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures': post: @@ -29643,6 +32159,11 @@ paths: 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}/managedDevices/{managedDevice-id}/microsoft.graph.wipe': post: @@ -29704,6 +32225,11 @@ paths: 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}/managedDevices/microsoft.graph.bulkReprovisionCloudPc': post: @@ -29750,10 +32276,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-09-24' - date: '2023-05-24' - version: 2023-05/bulkReprovisionCloudPc - description: 'The bulkReprovisionCloudPc action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/microsoft.graph.bulkRestoreCloudPc': post: @@ -29807,10 +32332,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-09-24' - date: '2023-05-24' - version: 2023-05/bulkRestoreCloudPc - description: 'The bulkRestoreCloudPc action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/microsoft.graph.bulkSetCloudPcReviewStatus': post: @@ -29857,6 +32381,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcBulkRemoteActionResult' 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}/managedDevices/microsoft.graph.downloadAppDiagnostics': post: @@ -29901,6 +32430,11 @@ paths: 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 '/users/{user-id}/managedDevices/microsoft.graph.executeAction': post: @@ -29973,6 +32507,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.bulkManagedDeviceActionResult' 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}/managedDevices/microsoft.graph.moveDevicesToOU': post: @@ -30013,6 +32552,11 @@ paths: 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}/attachments/microsoft.graph.createUploadSession': post: @@ -30062,6 +32606,11 @@ paths: $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}/messages/{message-id}/microsoft.graph.copy': post: @@ -30111,6 +32660,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createForward': post: @@ -30167,6 +32721,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createReply': post: @@ -30219,6 +32778,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.createReplyAll': post: @@ -30271,6 +32835,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.forward': post: @@ -30323,6 +32892,11 @@ paths: 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.markAsJunk': post: @@ -30373,6 +32947,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.markAsNotJunk': post: @@ -30423,6 +33002,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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.move': post: @@ -30472,6 +33056,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' 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: @@ -30520,6 +33109,11 @@ paths: 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.replyAll': post: @@ -30568,6 +33162,11 @@ paths: 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.send': post: @@ -30601,6 +33200,11 @@ paths: 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.unsubscribe': post: @@ -30634,6 +33238,11 @@ paths: 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}/microsoft.graph.assignLicense': post: @@ -30661,13 +33270,18 @@ paths: $ref: '#/components/responses/assignLicenseResponse' 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}/microsoft.graph.changePassword': post: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta @@ -30688,6 +33302,11 @@ paths: 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}/microsoft.graph.checkMemberGroups': post: @@ -30741,6 +33360,11 @@ paths: 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' @@ -30793,6 +33417,11 @@ paths: 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' @@ -30823,6 +33452,11 @@ paths: $ref: '#/components/responses/convertExternalToInternalMemberUserResponse' 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}/microsoft.graph.deletePasswordSingleSignOnCredentials': post: @@ -30850,6 +33484,11 @@ paths: 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}/microsoft.graph.exportPersonalData': post: @@ -30877,6 +33516,11 @@ paths: 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}/microsoft.graph.findMeetingTimes': post: @@ -30904,6 +33548,11 @@ paths: $ref: '#/components/responses/findMeetingTimesResponse' 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}/microsoft.graph.getMailTips': post: @@ -30931,6 +33580,11 @@ paths: $ref: '#/components/responses/getMailTipsResponse' 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' @@ -30987,6 +33641,11 @@ paths: 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' @@ -31039,6 +33698,11 @@ paths: 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' @@ -31067,6 +33731,11 @@ paths: $ref: '#/components/responses/getPasswordSingleSignOnCredentialsResponse' 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' @@ -31095,6 +33764,11 @@ paths: $ref: '#/components/responses/invalidateAllRefreshTokensResponse' 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}/microsoft.graph.removeAllDevicesFromManagement': post: @@ -31117,6 +33791,11 @@ paths: 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}/microsoft.graph.reprocessLicenseAssignment': post: @@ -31142,6 +33821,11 @@ paths: $ref: '#/components/responses/reprocessLicenseAssignmentResponse' 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}/microsoft.graph.restore': post: @@ -31185,6 +33869,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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}/microsoft.graph.retryServiceProvisioning': post: @@ -31210,6 +33899,11 @@ paths: 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}/microsoft.graph.revokeSignInSessions': post: @@ -31235,6 +33929,11 @@ paths: $ref: '#/components/responses/revokeSignInSessionsResponse' 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}/microsoft.graph.sendMail': post: @@ -31262,6 +33961,11 @@ paths: 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}/microsoft.graph.translateExchangeIds': post: @@ -31289,6 +33993,11 @@ paths: $ref: '#/components/responses/translateExchangeIdsResponse' 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' @@ -31314,6 +34023,11 @@ paths: 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}/microsoft.graph.wipeAndBlockManagedApps': post: @@ -31336,6 +34050,11 @@ paths: 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}/microsoft.graph.wipeManagedAppRegistrationByDeviceTag': post: @@ -31360,6 +34079,11 @@ paths: 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}/microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId': post: @@ -31384,6 +34108,11 @@ paths: 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}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag': post: @@ -31408,6 +34137,11 @@ paths: 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}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl': post: @@ -31449,6 +34183,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionDownloadDetails' 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}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook': post: @@ -31511,6 +34250,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook': post: @@ -31589,6 +34333,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup': post: @@ -31667,6 +34416,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection': post: @@ -31750,6 +34504,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent': post: @@ -31817,6 +34576,11 @@ paths: 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}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook': post: @@ -31887,6 +34651,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup': post: @@ -31957,6 +34726,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection': post: @@ -32032,6 +34806,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent': post: @@ -32091,6 +34870,11 @@ paths: 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}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl': post: @@ -32133,6 +34917,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' 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}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection': post: @@ -32192,6 +34981,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent': post: @@ -32235,6 +35029,11 @@ paths: 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}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook': post: @@ -32305,6 +35104,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup': post: @@ -32375,6 +35179,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection': post: @@ -32450,6 +35259,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent': post: @@ -32509,6 +35323,11 @@ paths: 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}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook': post: @@ -32571,6 +35390,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup': post: @@ -32633,6 +35457,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection': post: @@ -32700,6 +35529,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 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}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent': post: @@ -32751,6 +35585,11 @@ paths: 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}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.sendVirtualAppointmentReminderSms': post: @@ -32800,6 +35639,11 @@ paths: 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}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.sendVirtualAppointmentSms': post: @@ -32849,6 +35693,11 @@ paths: 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}/onlineMeetings(joinWebUrl=''{joinWebUrl}'')/microsoft.graph.sendVirtualAppointmentReminderSms': post: @@ -32898,6 +35747,11 @@ paths: 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}/onlineMeetings(joinWebUrl=''{joinWebUrl}'')/microsoft.graph.sendVirtualAppointmentSms': post: @@ -32947,6 +35801,11 @@ paths: 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}/onlineMeetings/microsoft.graph.createOrGet': post: @@ -33005,6 +35864,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 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: @@ -33064,10 +35928,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + 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}/microsoft.graph.complete': post: @@ -33126,10 +35989,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + 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' @@ -33200,10 +36062,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + 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}/microsoft.graph.complete': post: @@ -33270,10 +36131,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + 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' @@ -33328,10 +36188,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + 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}/microsoft.graph.complete': post: @@ -33382,10 +36241,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + 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' @@ -33430,6 +36288,11 @@ paths: 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.applyDecisions': post: @@ -33471,6 +36334,11 @@ paths: 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.batchRecordDecisions': post: @@ -33534,6 +36402,11 @@ paths: 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.resetDecisions': post: @@ -33575,6 +36448,11 @@ paths: 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.sendReminder': post: @@ -33616,6 +36494,11 @@ paths: 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.stop': post: @@ -33657,6 +36540,11 @@ paths: 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.stopApplyDecisions': post: @@ -33694,6 +36582,11 @@ paths: 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/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions': post: @@ -33765,6 +36658,11 @@ paths: 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/stages/{accessReviewStage-id}/microsoft.graph.stop': post: @@ -33814,6 +36712,11 @@ paths: 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/microsoft.graph.recordAllDecisions': post: @@ -33869,6 +36772,11 @@ paths: 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}/microsoft.graph.acceptRecommendations': post: @@ -33902,6 +36810,11 @@ paths: 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}/microsoft.graph.applyDecisions': post: @@ -33935,6 +36848,11 @@ paths: 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}/microsoft.graph.batchRecordDecisions': post: @@ -33990,6 +36908,11 @@ paths: 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}/microsoft.graph.resetDecisions': post: @@ -34023,6 +36946,11 @@ paths: 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}/microsoft.graph.sendReminder': post: @@ -34056,6 +36984,11 @@ paths: 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}/microsoft.graph.stop': post: @@ -34089,6 +37022,11 @@ paths: 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}/microsoft.graph.stopApplyDecisions': post: @@ -34118,6 +37056,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/microsoft.graph.recordAllDecisions': post: @@ -34189,6 +37132,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations': post: @@ -34238,6 +37186,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions': post: @@ -34287,6 +37240,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': post: @@ -34358,6 +37316,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.resetDecisions': post: @@ -34407,6 +37370,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.sendReminder': post: @@ -34456,6 +37424,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stop': post: @@ -34505,6 +37478,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.stopApplyDecisions': post: @@ -34550,6 +37528,11 @@ paths: 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}/stages/{accessReviewStage-id}/decisions/microsoft.graph.recordAllDecisions': post: @@ -34613,6 +37596,11 @@ paths: 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}/stages/{accessReviewStage-id}/microsoft.graph.stop': post: @@ -34654,6 +37642,11 @@ paths: 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}/planner/plans/{plannerPlan-id}/microsoft.graph.archive': post: @@ -34700,6 +37693,11 @@ paths: 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}/planner/plans/{plannerPlan-id}/microsoft.graph.moveToContainer': post: @@ -34749,6 +37747,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 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}/planner/plans/{plannerPlan-id}/microsoft.graph.unarchive': post: @@ -34795,6 +37798,11 @@ paths: 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}/presence/microsoft.graph.clearPresence': post: @@ -34833,6 +37841,11 @@ paths: 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}/presence/microsoft.graph.clearUserPreferredPresence': post: @@ -34858,6 +37871,11 @@ paths: 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}/presence/microsoft.graph.setPresence': post: @@ -34905,6 +37923,11 @@ paths: 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}/presence/microsoft.graph.setStatusMessage': post: @@ -34942,6 +37965,11 @@ paths: 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}/presence/microsoft.graph.setUserPreferredPresence': post: @@ -34986,6 +38014,11 @@ paths: 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}/security/informationProtection/sensitivityLabels/microsoft.graph.security.evaluateApplication': post: @@ -35039,6 +38072,11 @@ paths: 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' @@ -35097,6 +38135,11 @@ paths: 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' @@ -35153,6 +38196,11 @@ paths: 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' @@ -35197,13 +38245,21 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.contentLabel' 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}/solutions/workingTimeSchedule/microsoft.graph.endWorkingTime': post: tags: - users.Actions summary: Invoke action endWorkingTime - description: Triggers the policies associated with the end of working hours. + description: Trigger the policies associated with the end of working hours for a specific user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workingtimeschedule-endworkingtime?view=graph-rest-beta operationId: user.solution.workingTimeSchedule_endWorkingTime parameters: - name: user-id @@ -35219,13 +38275,21 @@ paths: 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}/solutions/workingTimeSchedule/microsoft.graph.startWorkingTime': post: tags: - users.Actions summary: Invoke action startWorkingTime - description: Triggers the policies associated with the end of working hours. + description: Trigger the policies associated with the start of working hours for a specific user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workingtimeschedule-startworkingtime?view=graph-rest-beta operationId: user.solution.workingTimeSchedule_startWorkingTime parameters: - name: user-id @@ -35241,6 +38305,11 @@ paths: 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}/teamwork/microsoft.graph.sendActivityNotification': post: @@ -35294,6 +38363,11 @@ paths: 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}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/microsoft.graph.createUploadSession': post: @@ -35351,6 +38425,11 @@ paths: $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/microsoft.graph.getByIds: post: @@ -35401,6 +38480,11 @@ paths: 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' @@ -35440,6 +38524,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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/microsoft.graph.validatePassword: post: @@ -35472,6 +38561,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordValidationInformation' 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/microsoft.graph.validateProperties: post: @@ -35512,6 +38606,11 @@ paths: 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 components: schemas: @@ -37927,11 +41026,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -47324,7 +50423,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -47908,7 +51007,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -48892,11 +51991,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -55881,13 +58980,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -59668,6 +62771,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index d7b3dc03b94..6328ae6f534 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -76,6 +76,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -169,6 +174,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -254,6 +264,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -339,6 +354,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -382,6 +402,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.webauthnCredentialCreationOptions' 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: function '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: @@ -492,6 +517,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -597,6 +627,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -710,6 +745,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -815,6 +855,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -912,6 +957,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1025,6 +1075,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1130,6 +1185,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1243,6 +1303,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1348,6 +1413,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1445,6 +1515,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1495,6 +1570,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1624,6 +1704,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1745,6 +1830,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1874,6 +1964,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1995,6 +2090,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2108,6 +2208,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2237,6 +2342,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2358,6 +2468,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2487,6 +2602,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2608,6 +2728,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2721,6 +2846,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2787,6 +2917,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -2908,6 +3043,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3021,6 +3161,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3142,6 +3287,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3255,6 +3405,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3360,6 +3515,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3481,6 +3641,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3594,6 +3759,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3715,6 +3885,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3828,6 +4003,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3933,6 +4113,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -3991,6 +4176,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4104,6 +4294,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4209,6 +4404,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4322,6 +4522,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4427,6 +4632,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4524,6 +4734,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4621,6 +4836,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4710,6 +4930,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4784,6 +5009,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4869,6 +5099,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -4947,6 +5182,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5002,6 +5242,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5042,6 +5287,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcLaunchInfo' 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: function '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getFrontlineCloudPcAccessState()': get: @@ -5079,6 +5329,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.frontlineCloudPcAccessState' 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: function '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()': get: @@ -5131,6 +5386,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5186,6 +5446,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5222,6 +5487,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' 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: function '/users/{user-id}/cloudPCs/microsoft.graph.getProvisionedCloudPCs(groupId=''{groupId}'',servicePlanId=''{servicePlanId}'')': get: @@ -5313,6 +5583,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5410,6 +5685,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5499,6 +5779,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5588,6 +5873,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5669,6 +5959,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5750,6 +6045,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5831,6 +6131,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -5945,6 +6250,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6042,6 +6352,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6143,6 +6458,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6261,6 +6581,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6363,6 +6688,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6416,6 +6746,11 @@ paths: 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: function '/users/{user-id}/drives/{drive-id}/list/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': get: @@ -6499,6 +6834,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6613,6 +6953,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6702,6 +7047,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6795,6 +7145,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6866,6 +7221,11 @@ paths: $ref: '#/components/responses/recentResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -6945,6 +7305,11 @@ paths: $ref: '#/components/responses/searchResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7016,6 +7381,11 @@ paths: $ref: '#/components/responses/sharedWithMeResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7122,6 +7492,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7211,6 +7586,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7304,6 +7684,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7414,6 +7799,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7508,6 +7898,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7621,6 +8016,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7726,6 +8126,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7839,6 +8244,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -7944,6 +8354,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8041,6 +8456,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8122,6 +8542,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8154,6 +8579,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsLicensingDetails' 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: function '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()': get: @@ -8255,6 +8685,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8344,6 +8779,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8440,6 +8880,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8521,6 +8966,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8578,10 +9028,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2024-09-30' - date: '2024-05-08' - version: 2024-05/getCloudPcRemoteActionResults - description: 'Starting September 30, 2024, getCloudPcRemoteActionResults API bound to managedDevice entity will be deprecated and no longer supported. Please use retrieveCloudPcRemoteActionResults API bound to cloudpc entity instead.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8624,10 +9073,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-04-30' - date: '2024-01-03' - version: 2024-01/getCloudPcReviewStatus - description: 'The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: function '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()': get: @@ -8667,6 +9115,11 @@ paths: 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: function '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()': get: @@ -8715,6 +9168,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8766,6 +9224,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8854,6 +9317,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8878,6 +9346,11 @@ paths: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' 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: function '/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})': get: @@ -8919,6 +9392,11 @@ paths: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' 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: function '/users/{user-id}/microsoft.graph.findRoomLists()': get: @@ -8949,6 +9427,11 @@ paths: $ref: '#/components/responses/findRoomListsResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -8978,6 +9461,11 @@ paths: $ref: '#/components/responses/findRoomsResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9014,6 +9502,11 @@ paths: $ref: '#/components/responses/findRoomsResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9073,6 +9566,11 @@ paths: $ref: '#/components/responses/getEffectiveDeviceEnrollmentConfigurationsResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9132,6 +9630,11 @@ paths: $ref: '#/components/responses/getLoggedOnManagedDevicesResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9162,6 +9665,11 @@ paths: $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9222,6 +9730,11 @@ paths: $ref: '#/components/responses/getManagedAppPoliciesResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9252,6 +9765,11 @@ paths: $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9282,6 +9800,11 @@ paths: $ref: '#/components/responses/getManagedDevicesWithFailedOrPendingAppsResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9307,6 +9830,11 @@ paths: $ref: '#/components/responses/isManagedAppUserBlockedResponse' 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: function '/users/{user-id}/microsoft.graph.reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': get: @@ -9352,6 +9880,11 @@ paths: $ref: '#/components/responses/reminderViewResponse' 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9412,6 +9945,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' 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: function '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()': get: @@ -9461,6 +9999,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' 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: function '/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': get: @@ -9513,6 +10056,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9549,6 +10097,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' 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: function '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()': get: @@ -9598,6 +10151,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' 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: function '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()': get: @@ -9639,6 +10197,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' 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: function '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/microsoft.graph.getVirtualAppointmentJoinWebUrl()': get: @@ -9682,6 +10245,11 @@ paths: 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: function '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': get: @@ -9764,6 +10332,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9849,6 +10422,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -9895,6 +10473,11 @@ paths: 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: function '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': get: @@ -9998,6 +10581,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10104,6 +10692,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10151,6 +10744,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10194,6 +10792,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10244,6 +10847,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10353,6 +10961,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10454,6 +11067,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10547,6 +11165,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10656,6 +11279,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10757,6 +11385,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10850,6 +11483,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -10935,6 +11573,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11016,6 +11659,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11113,6 +11761,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11202,6 +11855,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11291,6 +11949,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11372,6 +12035,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11453,6 +12121,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11538,6 +12211,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11615,6 +12293,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11688,6 +12371,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11724,6 +12412,11 @@ paths: 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: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -15962,13 +16655,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -18563,11 +19260,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -20712,7 +21409,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -21270,7 +21967,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -30491,11 +31188,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -33601,6 +34298,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 14e0e10b24d..59b78be6c02 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -66,6 +66,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -95,6 +100,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation '/users/{user-id}': get: @@ -144,6 +154,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation patch: tags: @@ -179,6 +194,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' 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: operation delete: tags: @@ -209,6 +229,11 @@ paths: 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: operation '/users/{user-id}/appRoleAssignedResources': get: @@ -265,6 +290,11 @@ paths: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -321,6 +351,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 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: operation '/users/{user-id}/appRoleAssignedResources(appId=''{appId}'')': get: @@ -374,6 +409,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 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: operation '/users/{user-id}/appRoleAssignedResources/$count': get: @@ -397,6 +437,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/createdObjects': get: tags: @@ -453,6 +498,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -510,6 +560,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/createdObjects/{directoryObject-id}/microsoft.graph.servicePrincipal': get: @@ -563,6 +618,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/createdObjects/$count': get: tags: @@ -585,6 +645,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/createdObjects/microsoft.graph.servicePrincipal': get: tags: @@ -640,6 +705,11 @@ paths: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -665,6 +735,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/directReports': get: tags: @@ -731,6 +806,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -798,6 +878,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/directReports/{directoryObject-id}/microsoft.graph.orgContact': get: @@ -861,6 +946,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.orgContact' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/directReports/{directoryObject-id}/microsoft.graph.user': get: tags: @@ -923,6 +1013,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/directReports/$count': get: tags: @@ -955,6 +1050,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/directReports/microsoft.graph.orgContact': get: tags: @@ -1020,6 +1120,11 @@ paths: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1055,6 +1160,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/directReports/microsoft.graph.user': get: tags: @@ -1120,6 +1230,11 @@ paths: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1155,6 +1270,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/extensions': get: tags: @@ -1211,6 +1331,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1245,6 +1370,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/extensions/{extension-id}': get: @@ -1299,6 +1429,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -1338,6 +1473,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -1372,6 +1512,11 @@ paths: 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: operation '/users/{user-id}/extensions/$count': get: @@ -1395,6 +1540,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/insights': get: tags: @@ -1440,6 +1590,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemInsights' 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: operation patch: tags: @@ -1471,6 +1626,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemInsights' 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: operation delete: tags: @@ -1497,6 +1657,11 @@ paths: 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: operation '/users/{user-id}/insights/shared': get: @@ -1554,6 +1719,11 @@ paths: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1588,6 +1758,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 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: operation '/users/{user-id}/insights/shared/{sharedInsight-id}': get: @@ -1642,6 +1817,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 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: operation patch: tags: @@ -1681,6 +1861,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 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: operation delete: tags: @@ -1715,6 +1900,11 @@ paths: 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: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod': get: @@ -1768,6 +1958,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' 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: operation '/users/{user-id}/insights/shared/{sharedInsight-id}/resource': get: @@ -1822,6 +2017,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' 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: operation '/users/{user-id}/insights/shared/$count': get: @@ -1845,6 +2045,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/insights/trending': get: tags: @@ -1901,6 +2106,11 @@ paths: $ref: '#/components/responses/microsoft.graph.trendingCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -1935,6 +2145,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.trending' 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: operation '/users/{user-id}/insights/trending/{trending-id}': get: @@ -1989,6 +2204,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.trending' 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: operation patch: tags: @@ -2028,6 +2248,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.trending' 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: operation delete: tags: @@ -2062,6 +2287,11 @@ paths: 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: operation '/users/{user-id}/insights/trending/{trending-id}/resource': get: @@ -2116,6 +2346,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' 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: operation '/users/{user-id}/insights/trending/$count': get: @@ -2139,6 +2374,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/insights/used': get: tags: @@ -2195,6 +2435,11 @@ paths: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2229,6 +2474,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' 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: operation '/users/{user-id}/insights/used/{usedInsight-id}': get: @@ -2283,6 +2533,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' 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: operation patch: tags: @@ -2322,6 +2577,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' 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: operation delete: tags: @@ -2356,6 +2616,11 @@ paths: 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: operation '/users/{user-id}/insights/used/{usedInsight-id}/resource': get: @@ -2410,6 +2675,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.entity' 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: operation '/users/{user-id}/insights/used/$count': get: @@ -2433,6 +2703,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/invitedBy': get: tags: @@ -2481,6 +2756,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/licenseDetails': get: @@ -2537,6 +2817,11 @@ paths: $ref: '#/components/responses/microsoft.graph.licenseDetailsCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -2571,6 +2856,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 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: operation '/users/{user-id}/licenseDetails/{licenseDetails-id}': get: @@ -2624,6 +2914,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 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: operation patch: tags: @@ -2663,6 +2958,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 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: operation delete: tags: @@ -2697,6 +2997,11 @@ paths: 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: operation '/users/{user-id}/licenseDetails/$count': get: @@ -2720,6 +3025,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/mailboxSettings': get: tags: @@ -2765,6 +3075,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI patch: tags: - users.mailboxSettings @@ -2795,6 +3110,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/manager': get: tags: @@ -2843,6 +3163,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/manager/$ref': get: @@ -2872,6 +3197,11 @@ paths: type: string 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: operation put: tags: @@ -2898,6 +3228,11 @@ paths: 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: operation delete: tags: @@ -2928,6 +3263,11 @@ paths: 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: operation '/users/{user-id}/memberOf': get: @@ -2998,6 +3338,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3065,6 +3410,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/memberOf/{directoryObject-id}/microsoft.graph.administrativeUnit': get: @@ -3128,6 +3478,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/memberOf/{directoryObject-id}/microsoft.graph.directoryRole': get: tags: @@ -3190,6 +3545,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRole' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/memberOf/{directoryObject-id}/microsoft.graph.group': get: tags: @@ -3256,6 +3616,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/memberOf/$count': get: tags: @@ -3288,6 +3653,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/memberOf/microsoft.graph.administrativeUnit': get: tags: @@ -3353,6 +3723,11 @@ paths: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3388,6 +3763,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/memberOf/microsoft.graph.directoryRole': get: tags: @@ -3453,6 +3833,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3488,6 +3873,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/memberOf/microsoft.graph.group': get: tags: @@ -3557,6 +3947,11 @@ paths: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3592,6 +3987,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/notifications': get: tags: @@ -3649,10 +4049,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-03-20' - date: '2023-03-09' - version: 2023-03/Notification_Deprecation - description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3689,10 +4088,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-03-20' - date: '2023-03-09' - version: 2023-03/Notification_Deprecation - description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/notifications/{notification-id}': get: @@ -3748,10 +4146,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-03-20' - date: '2023-03-09' - version: 2023-03/Notification_Deprecation - description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -3793,10 +4190,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-03-20' - date: '2023-03-09' - version: 2023-03/Notification_Deprecation - description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -3833,10 +4229,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-03-20' - date: '2023-03-09' - version: 2023-03/Notification_Deprecation - description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/notifications/$count': get: @@ -3862,10 +4257,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-03-20' - date: '2023-03-09' - version: 2023-03/Notification_Deprecation - description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/oauth2PermissionGrants': get: tags: @@ -3925,6 +4319,11 @@ paths: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -3981,6 +4380,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 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: operation '/users/{user-id}/oauth2PermissionGrants/$count': get: @@ -4004,6 +4408,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook': get: tags: @@ -4049,6 +4458,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookUser' 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: operation '/users/{user-id}/outlook/masterCategories': get: @@ -4106,6 +4520,11 @@ paths: $ref: '#/components/responses/microsoft.graph.outlookCategoryCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4140,6 +4559,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 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: operation '/users/{user-id}/outlook/masterCategories/{outlookCategory-id}': get: @@ -4194,6 +4618,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 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: operation patch: tags: @@ -4233,6 +4662,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 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: operation delete: tags: @@ -4267,6 +4701,11 @@ paths: 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: operation '/users/{user-id}/outlook/masterCategories/$count': get: @@ -4290,6 +4729,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskFolders': get: tags: @@ -4348,10 +4792,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4388,10 +4831,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}': get: @@ -4448,10 +4890,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -4493,10 +4934,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -4533,10 +4973,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks': get: @@ -4604,10 +5043,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4652,10 +5090,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}': get: @@ -4720,10 +5157,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -4773,10 +5209,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -4821,10 +5256,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments': get: @@ -4900,10 +5334,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -4956,10 +5389,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}': get: @@ -5032,10 +5464,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -5088,10 +5519,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count': get: @@ -5133,10 +5563,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count': get: tags: @@ -5169,10 +5598,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskFolders/$count': get: tags: @@ -5197,10 +5625,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskGroups': get: tags: @@ -5259,10 +5686,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5299,10 +5725,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}': get: @@ -5359,10 +5784,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -5404,10 +5828,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -5444,10 +5867,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders': get: @@ -5515,10 +5937,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5563,10 +5984,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}': get: @@ -5631,10 +6051,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -5684,10 +6103,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -5732,10 +6150,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks': get: @@ -5811,10 +6228,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -5867,10 +6283,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}': get: @@ -5943,10 +6358,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -6004,10 +6418,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -6060,10 +6473,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments': get: @@ -6147,10 +6559,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6211,10 +6622,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}': get: @@ -6295,10 +6705,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -6359,10 +6768,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count': get: @@ -6412,10 +6820,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count': get: tags: @@ -6456,10 +6863,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count': get: tags: @@ -6492,10 +6898,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/taskGroups/$count': get: tags: @@ -6520,10 +6925,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/tasks': get: tags: @@ -6582,10 +6986,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6622,10 +7025,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/tasks/{outlookTask-id}': get: @@ -6682,10 +7084,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation patch: tags: @@ -6727,10 +7128,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -6767,10 +7167,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments': get: @@ -6841,10 +7240,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -6889,10 +7287,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}': get: @@ -6957,10 +7354,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation delete: tags: @@ -7005,10 +7401,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: operation '/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count': get: @@ -7042,10 +7437,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/outlook/tasks/$count': get: tags: @@ -7070,10 +7464,9 @@ paths: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: - removalDate: '2023-02-20' - date: '2021-02-20' - version: 2020-08/Outlook_Tasks - description: 'The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/' + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedDevices': get: tags: @@ -7140,6 +7533,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7207,6 +7605,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/ownedDevices/{directoryObject-id}/microsoft.graph.device': get: @@ -7270,6 +7673,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedDevices/{directoryObject-id}/microsoft.graph.endpoint': get: tags: @@ -7332,6 +7740,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedDevices/$count': get: tags: @@ -7364,6 +7777,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedDevices/microsoft.graph.device': get: tags: @@ -7429,6 +7847,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7464,6 +7887,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedDevices/microsoft.graph.endpoint': get: tags: @@ -7529,6 +7957,11 @@ paths: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7564,6 +7997,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects': get: tags: @@ -7630,6 +8068,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -7697,6 +8140,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/ownedObjects/{directoryObject-id}/microsoft.graph.application': get: @@ -7760,6 +8208,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.application' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects/{directoryObject-id}/microsoft.graph.group': get: tags: @@ -7822,6 +8275,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects/{directoryObject-id}/microsoft.graph.servicePrincipal': get: tags: @@ -7884,6 +8342,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects/$count': get: tags: @@ -7916,6 +8379,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects/microsoft.graph.application': get: tags: @@ -7981,6 +8449,11 @@ paths: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8016,6 +8489,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects/microsoft.graph.group': get: tags: @@ -8081,6 +8559,11 @@ paths: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8116,6 +8599,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/ownedObjects/microsoft.graph.servicePrincipal': get: tags: @@ -8181,6 +8669,11 @@ paths: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8216,6 +8709,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/photo': get: tags: @@ -8261,6 +8759,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation patch: tags: @@ -8292,6 +8795,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation delete: tags: @@ -8318,6 +8826,11 @@ paths: 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: operation '/users/{user-id}/photo/$value': get: @@ -8345,6 +8858,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.profilePhoto @@ -8373,6 +8891,11 @@ paths: 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 delete: tags: - users.profilePhoto @@ -8399,6 +8922,11 @@ paths: 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 '/users/{user-id}/photos': get: tags: @@ -8455,6 +8983,11 @@ paths: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8512,6 +9045,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 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: operation '/users/{user-id}/photos/{profilePhoto-id}/$value': get: @@ -8547,6 +9085,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.profilePhoto @@ -8583,6 +9126,11 @@ paths: 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 delete: tags: - users.profilePhoto @@ -8617,6 +9165,11 @@ paths: 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 '/users/{user-id}/registeredDevices': get: tags: @@ -8683,6 +9236,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -8750,6 +9308,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/registeredDevices/{directoryObject-id}/microsoft.graph.device': get: @@ -8813,6 +9376,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/registeredDevices/{directoryObject-id}/microsoft.graph.endpoint': get: tags: @@ -8875,6 +9443,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/registeredDevices/$count': get: tags: @@ -8907,6 +9480,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/registeredDevices/microsoft.graph.device': get: tags: @@ -8972,6 +9550,11 @@ paths: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9007,6 +9590,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/registeredDevices/microsoft.graph.endpoint': get: tags: @@ -9072,6 +9660,11 @@ paths: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9107,6 +9700,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/settings': get: tags: @@ -9151,6 +9749,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSettings' 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: operation patch: tags: @@ -9182,6 +9785,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSettings' 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: operation delete: tags: @@ -9208,6 +9816,11 @@ paths: 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: operation '/users/{user-id}/settings/contactMergeSuggestions': get: @@ -9254,6 +9867,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions' 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: operation patch: tags: @@ -9285,6 +9903,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions' 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: operation delete: tags: @@ -9311,6 +9934,11 @@ paths: 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: operation '/users/{user-id}/settings/itemInsights': get: @@ -9357,6 +9985,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' 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: operation patch: tags: @@ -9392,6 +10025,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' 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: operation delete: tags: @@ -9418,6 +10056,11 @@ paths: 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: operation '/users/{user-id}/settings/regionalAndLanguageSettings': get: @@ -9464,6 +10107,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' 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: operation patch: tags: @@ -9495,6 +10143,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' 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: operation delete: tags: @@ -9521,6 +10174,11 @@ paths: 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: operation '/users/{user-id}/settings/shiftPreferences': get: @@ -9570,6 +10228,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' 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: operation patch: tags: @@ -9605,6 +10268,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' 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: operation delete: tags: @@ -9631,6 +10299,11 @@ paths: 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: operation '/users/{user-id}/settings/storage': get: @@ -9676,6 +10349,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userStorage' 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: operation patch: tags: @@ -9707,6 +10385,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.userStorage' 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: operation delete: tags: @@ -9733,6 +10416,11 @@ paths: 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: operation '/users/{user-id}/settings/storage/quota': get: @@ -9782,6 +10470,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 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: operation patch: tags: @@ -9813,6 +10506,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 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: operation delete: tags: @@ -9839,6 +10537,11 @@ paths: 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: operation '/users/{user-id}/settings/storage/quota/services': get: @@ -9896,6 +10599,11 @@ paths: $ref: '#/components/responses/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -9930,6 +10638,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 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: operation '/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}': get: @@ -9984,6 +10697,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 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: operation patch: tags: @@ -10023,6 +10741,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 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: operation delete: tags: @@ -10057,6 +10780,11 @@ paths: 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: operation '/users/{user-id}/settings/storage/quota/services/$count': get: @@ -10080,6 +10808,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/settings/windows': get: tags: @@ -10136,6 +10869,11 @@ paths: $ref: '#/components/responses/microsoft.graph.windowsSettingCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10170,6 +10908,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 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: operation '/users/{user-id}/settings/windows/{windowsSetting-id}': get: @@ -10224,6 +10967,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 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: operation patch: tags: @@ -10263,6 +11011,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 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: operation delete: tags: @@ -10297,6 +11050,11 @@ paths: 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: operation '/users/{user-id}/settings/windows/{windowsSetting-id}/instances': get: @@ -10362,6 +11120,11 @@ paths: $ref: '#/components/responses/microsoft.graph.windowsSettingInstanceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10404,6 +11167,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 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: operation '/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}': get: @@ -10466,6 +11234,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 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: operation patch: tags: @@ -10513,6 +11286,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 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: operation delete: tags: @@ -10555,6 +11333,11 @@ paths: 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: operation '/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count': get: @@ -10586,6 +11369,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/settings/windows/$count': get: tags: @@ -10608,6 +11396,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/sponsors': get: tags: @@ -10667,6 +11460,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10724,6 +11522,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/sponsors/$count': get: @@ -10747,6 +11550,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo': get: tags: @@ -10792,6 +11600,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todo' 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: operation patch: tags: @@ -10823,6 +11636,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todo' 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: operation delete: tags: @@ -10849,6 +11667,11 @@ paths: 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: operation '/users/{user-id}/todo/lists': get: @@ -10906,6 +11729,11 @@ paths: $ref: '#/components/responses/microsoft.graph.todoTaskListCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -10940,6 +11768,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}': get: @@ -10994,6 +11827,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 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: operation patch: tags: @@ -11033,6 +11871,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 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: operation delete: tags: @@ -11067,6 +11910,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/extensions': get: @@ -11132,6 +11980,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11174,6 +12027,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}': get: @@ -11236,6 +12094,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -11283,6 +12146,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -11325,6 +12193,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count': get: @@ -11356,6 +12229,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks': get: tags: @@ -11420,6 +12298,11 @@ paths: $ref: '#/components/responses/microsoft.graph.todoTaskCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11462,6 +12345,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}': get: @@ -11524,6 +12412,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' 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: operation patch: tags: @@ -11571,6 +12464,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' 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: operation delete: tags: @@ -11613,6 +12511,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments': get: @@ -11686,6 +12589,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentBaseCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11736,6 +12644,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentBase' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}': get: @@ -11806,6 +12719,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentBase' 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: operation delete: tags: @@ -11856,6 +12774,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value': get: @@ -11907,6 +12830,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.todo @@ -11959,6 +12887,11 @@ paths: 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 delete: tags: - users.todo @@ -12009,6 +12942,11 @@ paths: 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 '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count': get: tags: @@ -12047,6 +12985,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': get: tags: @@ -12118,6 +13061,11 @@ paths: $ref: '#/components/responses/microsoft.graph.attachmentSessionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -12190,6 +13138,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 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: operation patch: tags: @@ -12245,6 +13198,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 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: operation delete: tags: @@ -12295,6 +13253,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content': get: @@ -12346,6 +13309,11 @@ paths: format: binary default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI put: tags: - users.todo @@ -12402,6 +13370,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI delete: tags: - users.todo @@ -12452,6 +13425,11 @@ paths: 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 '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count': get: tags: @@ -12490,6 +13468,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems': get: tags: @@ -12562,6 +13545,11 @@ paths: $ref: '#/components/responses/microsoft.graph.checklistItemCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -12612,6 +13600,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}': get: @@ -12682,6 +13675,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' 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: operation patch: tags: @@ -12737,6 +13735,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' 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: operation delete: tags: @@ -12787,6 +13790,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count': get: @@ -12826,6 +13834,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions': get: tags: @@ -12898,6 +13911,11 @@ paths: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -12948,6 +13966,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}': get: @@ -13018,6 +14041,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation patch: tags: @@ -13073,6 +14101,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' 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: operation delete: tags: @@ -13123,6 +14156,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count': get: @@ -13162,6 +14200,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources': get: tags: @@ -13234,6 +14277,11 @@ paths: $ref: '#/components/responses/microsoft.graph.linkedResourceCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13284,6 +14332,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}': get: @@ -13354,6 +14407,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' 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: operation patch: tags: @@ -13409,6 +14467,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' 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: operation delete: tags: @@ -13459,6 +14522,11 @@ paths: 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: operation '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count': get: @@ -13498,6 +14566,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count': get: tags: @@ -13528,6 +14601,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/todo/lists/$count': get: tags: @@ -13550,6 +14628,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf': get: tags: @@ -13619,6 +14702,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13686,6 +14774,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.administrativeUnit': get: @@ -13749,6 +14842,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.directoryRole': get: tags: @@ -13811,6 +14909,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRole' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf/{directoryObject-id}/microsoft.graph.group': get: tags: @@ -13873,6 +14976,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf/$count': get: tags: @@ -13905,6 +15013,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf/microsoft.graph.administrativeUnit': get: tags: @@ -13970,6 +15083,11 @@ paths: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14005,6 +15123,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf/microsoft.graph.directoryRole': get: tags: @@ -14070,6 +15193,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14105,6 +15233,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveMemberOf/microsoft.graph.group': get: tags: @@ -14170,6 +15303,11 @@ paths: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14205,6 +15343,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI '/users/{user-id}/transitiveReports': get: tags: @@ -14274,6 +15417,11 @@ paths: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 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-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -14341,6 +15489,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' 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: operation '/users/{user-id}/transitiveReports/$count': get: @@ -14374,6 +15527,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI /users/$count: get: tags: @@ -14398,6 +15556,11 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI components: schemas: microsoft.graph.user: @@ -19949,7 +21112,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -20506,7 +21669,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -21762,14 +22925,15 @@ components: properties: blockAzureADGraphAccess: type: boolean + description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean - description: Removes the email claim from tokens sent to an application when the email address's domain can't be verified. + description: 'If true, removes the email claim from tokens sent to an application when the email address''s domain can''t be verified.' nullable: true requireClientServicePrincipal: type: boolean - description: Requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they're granted access tokens. This property is only modifiable for multi-tenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center. + description: 'If true, requires multitenant applications to have a service principal in the resource tenant as part of authorization checks before they''re granted access tokens. This property is only modifiable for multitenant resource applications that rely on access from clients without a service principal and had this behavior as set to false by Microsoft. Tenant administrators should respond to security advisories sent through Azure Health Service events and the Microsoft 365 message center.' nullable: true additionalProperties: type: object @@ -29015,11 +30179,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object @@ -29101,11 +30265,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -30408,13 +31572,17 @@ components: type: string description: 'The timestamp type represents date and time information using 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 + displayName: + type: string + description: The name of the reaction. + nullable: true reactionContentUrl: type: string description: The hosted content URL for the custom reaction type. nullable: true reactionType: type: string - description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' + description: 'The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -36182,6 +37350,9 @@ components: title: teamsAppAuthorization type: object properties: + clientAppId: + type: string + nullable: true requiredPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' additionalProperties: diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 269ae0571ca..31c80c1f6ba 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -6835,11 +6835,11 @@ paths: get: tags: - admin.adminWindows - summary: Get operationalInsightsConnection - description: Read the properties and relationships of an operationalInsightsConnection object. + summary: Get resourceConnection + description: Read the properties and relationships of a resourceConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -6914,11 +6914,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete resourceConnection - description: Delete a resourceConnection object. + summary: Delete operationalInsightsConnection + description: Delete an operationalInsightsConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta operationId: admin.window.update_DeleteResourceConnection parameters: - name: resourceConnection-id @@ -7040,11 +7040,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatableAssetGroup - description: Read the properties and relationships of an updatableAssetGroup object. + summary: Get updatableAsset + description: Read the properties and relationships of an updatableAsset object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-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 updatableAsset - description: Delete an updatableAsset object. + summary: Delete updatableAssetGroup + description: 'Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-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 complianceChange - description: Read the properties and relationships of a complianceChange object. + summary: Get contentApproval + description: Read the properties and relationships of a contentApproval object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-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 complianceChange - description: Update the properties of a complianceChange object. + summary: Update contentApproval + description: Update the properties of a contentApproval object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-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 contentApproval - description: Delete a contentApproval object. + summary: Delete complianceChange + description: Delete a complianceChange object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-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. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + 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.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index a1d76253a5e..d8ff07626d3 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -1824,8 +1824,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -2216,8 +2216,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -11165,11 +11165,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' operationId: servicePrincipal_ListOwner parameters: - name: servicePrincipal-id @@ -11557,11 +11554,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' operationId: servicePrincipal_ListOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -16384,7 +16378,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 @@ -21508,7 +21502,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -22834,13 +22828,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -25917,17 +25911,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -25946,17 +25954,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -34796,37 +34818,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/BackupRestore.yml b/openApiDocs/v1.0/BackupRestore.yml new file mode 100644 index 00000000000..c9bcaabde69 --- /dev/null +++ b/openApiDocs/v1.0/BackupRestore.yml @@ -0,0 +1,6790 @@ +openapi: 3.0.1 +info: + title: BackupRestore + version: v1.0 +servers: + - url: https://graph.microsoft.com/v1.0/ + description: Core +paths: + /solutions/backupRestore: + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0 + operationId: solution_GetBackupRestore + parameters: + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solution_UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solution_DeleteBackupRestore + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListDriveInclusionRule + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solution.backupRestore_CreateDriveInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetDriveInclusionRule + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solution.backupRestore_UpdateDriveInclusionRule + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solution.backupRestore_DeleteDriveInclusionRule + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.driveInclusionRule_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solution.backupRestore_ListDriveProtectionUnit + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solution.backupRestore_CreateDriveProtectionUnit + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solution.backupRestore_GetDriveProtectionUnit + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solution.backupRestore_UpdateDriveProtectionUnit + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solution.backupRestore_DeleteDriveProtectionUnit + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveProtectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.driveProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solution.backupRestore_ListExchangeProtectionPolicy + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0 + operationId: solution.backupRestore_CreateExchangeProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solution.backupRestore_GetExchangeProtectionPolicy + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0 + operationId: solution.backupRestore_UpdateExchangeProtectionPolicy + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteExchangeProtectionPolicy + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0 + operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxInclusionRule + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxInclusionRule + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxInclusionRule_GetCount + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxProtectionUnit + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxProtectionUnit + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxProtectionUnit_GetCount + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solution.backupRestore_ListExchangeRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solution.backupRestore_CreateExchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solution.backupRestore_GetExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0 + operationId: solution.backupRestore_UpdateExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solution.backupRestore_DeleteExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solution.backupRestore.exchangeRestoreSession_ListGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_CreateGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solution.backupRestore.exchangeRestoreSession_GetGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solution.backupRestore.exchangeRestoreSession_UpdateGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_DeleteGranularMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.exchangeRestoreSession.granularMailboxRestoreArtifact_GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession.granularMailboxRestoreArtifact_GetCount + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0 + operationId: solution.backupRestore.exchangeRestoreSession_ListMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_CreateMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solution.backupRestore.exchangeRestoreSession_GetMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solution.backupRestore.exchangeRestoreSession_UpdateMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_DeleteMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifact_GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifact_GetCount + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListMailboxInclusionRule + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solution.backupRestore_CreateMailboxInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetMailboxInclusionRule + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solution.backupRestore_UpdateMailboxInclusionRule + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solution.backupRestore_DeleteMailboxInclusionRule + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxInclusionRules/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.mailboxInclusionRule_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0 + operationId: solution.backupRestore_ListMailboxProtectionUnit + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solution.backupRestore_CreateMailboxProtectionUnit + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solution.backupRestore_GetMailboxProtectionUnit + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solution.backupRestore_UpdateMailboxProtectionUnit + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solution.backupRestore_DeleteMailboxProtectionUnit + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxProtectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.mailboxProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0 + operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0 + operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0 + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveInclusionRule + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveInclusionRule + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveInclusionRule_GetCount + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveProtectionUnit + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveProtectionUnit + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveProtectionUnit_GetCount + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0 + operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0 + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_ListDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_CreateDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_UpdateDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_DeleteDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetRestorePoint + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetCount + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solution.backupRestore_ListProtectionPolicy + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solution.backupRestore_CreateProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solution.backupRestore_GetProtectionPolicy + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solution.backupRestore_UpdateProtectionPolicy + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0 + operationId: solution.backupRestore_DeleteProtectionPolicy + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/protectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.protectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solution.backupRestore_ListProtectionUnit + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0 + operationId: solution.backupRestore_GetProtectionUnit + parameters: + - name: protectionUnitBase-id + in: path + description: The unique identifier of protectionUnitBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionUnitBase + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/protectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.protectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints: + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solution.backupRestore_ListRestorePoint + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solution.backupRestore_CreateRestorePoint + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solution.backupRestore_GetRestorePoint + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solution.backupRestore_UpdateRestorePoint + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solution.backupRestore_DeleteRestorePoint + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solution.backupRestore.restorePoint_GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.restorePoint_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0 + operationId: solution.backupRestore_ListRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solution.backupRestore_CreateRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0 + operationId: solution.backupRestore_GetRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solution.backupRestore_UpdateRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0 + operationId: solution.backupRestore_DeleteRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.restoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0 + operationId: solution.backupRestore_ListServiceApp + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0 + operationId: solution.backupRestore_CreateServiceApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0 + operationId: solution.backupRestore_GetServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solution.backupRestore_UpdateServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 + operationId: solution.backupRestore_DeleteServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/serviceApps/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.serviceApp_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solution.backupRestore_ListSharePointProtectionPolicy + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0 + operationId: solution.backupRestore_CreateSharePointProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solution.backupRestore_GetSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0 + operationId: solution.backupRestore_UpdateSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0 + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteInclusionRule + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteInclusionRule + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteInclusionRule_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteProtectionUnit + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteProtectionUnit + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteProtectionUnit_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solution.backupRestore_ListSharePointRestoreSession + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0 + operationId: solution.backupRestore_CreateSharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solution.backupRestore_GetSharePointRestoreSession + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solution.backupRestore_UpdateSharePointRestoreSession + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solution.backupRestore_DeleteSharePointRestoreSession + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0 + operationId: solution.backupRestore.sharePointRestoreSession_ListSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solution.backupRestore.sharePointRestoreSession_CreateSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solution.backupRestore.sharePointRestoreSession_GetSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solution.backupRestore.sharePointRestoreSession_UpdateSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solution.backupRestore.sharePointRestoreSession_DeleteSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetRestorePoint + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetCount + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListSiteInclusionRule + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solution.backupRestore_CreateSiteInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solution.backupRestore_UpdateSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solution.backupRestore_DeleteSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteInclusionRules/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.siteInclusionRule_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteProtectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solution.backupRestore_ListSiteProtectionUnit + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + 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: + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solution.backupRestore_CreateSiteProtectionUnit + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solution.backupRestore_GetSiteProtectionUnit + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solution.backupRestore_UpdateSiteProtectionUnit + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solution.backupRestore_DeleteSiteProtectionUnit + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteProtectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.siteProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' +components: + schemas: + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . + additionalProperties: + type: object + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + expirationDateTime: + 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: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + 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: Date time when the restore point was created. + format: date-time + nullable: true + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + protectionUnit: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: 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 + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + additionalProperties: + type: object + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the protection unit. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + 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 + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + additionalProperties: + type: object + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + 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: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the restore session. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + 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 + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + additionalProperties: + type: object + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + effectiveDateTime: + 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: Timestamp of the effective activation of the service app. + format: date-time + nullable: 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 + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + 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: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + additionalProperties: + type: object + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: The unique identifier for an entity. Read-only. + additionalProperties: + type: object + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + disableReason: + $ref: '#/components/schemas/microsoft.graph.disableReason' + gracePeriodDateTime: + 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: The expiration time of the grace period. + format: date-time + nullable: 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 + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + 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: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + additionalProperties: + type: object + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the rule. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: 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 + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + additionalProperties: + type: object + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + 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: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.destinationType' + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + startDateTime: + 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: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + additionalProperties: + type: object + microsoft.graph.identitySet: + title: identitySet + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.publicError: + title: publicError + type: object + properties: + code: + type: string + description: Represents the error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: Details of the error. + innerError: + $ref: '#/components/schemas/microsoft.graph.publicInnerError' + message: + type: string + description: A non-localized message for the developer. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string + microsoft.graph.identity: + title: identity + type: object + 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.' + 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.' + nullable: true + additionalProperties: + type: object + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string + microsoft.graph.ODataErrors.ODataError: + required: + - error + type: object + properties: + error: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' + additionalProperties: + type: object + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + ODataCountResponse: + type: integer + format: int32 + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.publicErrorDetail: + title: publicErrorDetail + type: object + properties: + code: + type: string + description: The error code. + nullable: true + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.publicInnerError: + title: publicInnerError + type: object + properties: + code: + type: string + description: The error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: A collection of error details. + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.MainError: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + x-ms-primary-error-message: true + target: + type: string + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' + innerError: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' + additionalProperties: + type: object + microsoft.graph.ODataErrors.ErrorDetails: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.InnerError: + type: object + additionalProperties: + type: object + description: The structure of this object is service-specific + responses: + error: + description: error + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + ODataCountResponse: + description: The count of the resource + content: + text/plain: + schema: + $ref: '#/components/schemas/ODataCountResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' + parameters: + top: + name: $top + in: query + description: Show only the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + example: 50 + skip: + name: $skip + in: query + description: Skip the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string + filter: + name: $filter + in: query + description: Filter items by property values + style: form + explode: false + schema: + type: string + count: + name: $count + in: query + description: Include count of items + style: form + explode: false + schema: + type: boolean + securitySchemes: + azureaadv2: + type: oauth2 + flows: + authorizationCode: + authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize + tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token + scopes: { } +security: + - azureaadv2: [ ] diff --git a/openApiDocs/v1.0/Bookings.yml b/openApiDocs/v1.0/Bookings.yml index f0da4fbbc68..ab19eb17a5d 100644 --- a/openApiDocs/v1.0/Bookings.yml +++ b/openApiDocs/v1.0/Bookings.yml @@ -65,6 +65,240 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /solutions/backupRestore/microsoft.graph.enable: + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0 + operationId: solution.backupRestore_enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0 + operationId: solution.backupRestore.protectionPolicy_activate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0 + operationId: solution.backupRestore.protectionPolicy_deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restorePoints/microsoft.graph.search: + post: + tags: + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0 + operationId: solution.backupRestore.restorePoint_search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + $ref: '#/components/schemas/microsoft.graph.timePeriod' + restorePointPreference: + $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + artifactQuery: + $ref: '#/components/schemas/microsoft.graph.artifactQuery' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0 + operationId: solution.backupRestore.restoreSession_activate + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0 + operationId: solution.backupRestore.serviceApp_activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + 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 + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0 + operationId: solution.backupRestore.serviceApp_deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /solutions/bookingBusinesses: get: tags: @@ -7602,6 +7836,8 @@ components: title: solutionsRoot type: object properties: + backupRestore: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' bookingBusinesses: type: array items: @@ -7616,98 +7852,298 @@ components: $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' additionalProperties: type: object - microsoft.graph.bookingBusiness: + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + disableReason: + $ref: '#/components/schemas/microsoft.graph.disableReason' + gracePeriodDateTime: + 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: The expiration time of the grace period. + format: date-time + nullable: 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 + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + 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: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + additionalProperties: + type: object + microsoft.graph.protectionPolicyBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: bookingBusiness + - title: protectionPolicyBase type: object properties: - address: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - bookingPageSettings: - $ref: '#/components/schemas/microsoft.graph.bookingPageSettings' - businessHours: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' - description: The hours of operation for the business. - businessType: - type: string - description: The type of business. - nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: 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: 'The date, time, and time zone when the booking business was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: The time of creation of the policy. format: date-time nullable: true - defaultCurrencyIso: - type: string - description: The code for the currency that the business operates in on Microsoft Bookings. - nullable: true displayName: type: string - description: 'The name of the business, which interfaces with customers. This name appears at the top of the business scheduling page.' - email: - type: string - description: The email address for the business. - nullable: true - isPublished: - type: boolean - description: The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only. - nullable: true - readOnly: true - languageTag: - type: string - description: The language of the self-service booking page. + description: The name of the policy to be created. nullable: true - lastUpdatedDateTime: + 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 - description: 'The date, time, and time zone when the booking business was last updated. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: The timestamp of the last modification of the policy. format: date-time nullable: true - phone: - type: string - description: 'The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.' - nullable: true - publicUrl: - type: string - description: 'The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.' - nullable: true - readOnly: true - schedulingPolicy: - $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' - webSiteUrl: - type: string - description: 'The URL of the business web site. The webSiteUrl property, together with address, phone, appear in the footer of a business scheduling page.' - nullable: true - appointments: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - description: All the appointments of this business. Read-only. Nullable. - x-ms-navigationProperty: true - calendarView: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - description: The set of appointments of this business in a specified date range. Read-only. Nullable. - x-ms-navigationProperty: true - customers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' - description: All the customers of this business. Read-only. Nullable. - x-ms-navigationProperty: true - customQuestions: + retentionSettings: type: array items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' - description: All the custom questions of this business. Read-only. Nullable. - x-ms-navigationProperty: true - services: - type: array + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + additionalProperties: + type: object + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + 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: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + 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: The date time of the start of the time period. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + additionalProperties: + type: object + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + 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: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the restore session. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + 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 + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + additionalProperties: + type: object + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + effectiveDateTime: + 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: Timestamp of the effective activation of the service app. + format: date-time + nullable: 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 + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + 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: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + additionalProperties: + type: object + microsoft.graph.bookingBusiness: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: bookingBusiness + type: object + properties: + address: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + bookingPageSettings: + $ref: '#/components/schemas/microsoft.graph.bookingPageSettings' + businessHours: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' + description: The hours of operation for the business. + businessType: + type: string + description: The type of business. + nullable: true + createdDateTime: + 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: 'The date, time, and time zone when the booking business was created. The timestamp type represents date and time information using 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 + defaultCurrencyIso: + type: string + description: The code for the currency that the business operates in on Microsoft Bookings. + nullable: true + displayName: + type: string + description: 'The name of the business, which interfaces with customers. This name appears at the top of the business scheduling page.' + email: + type: string + description: The email address for the business. + nullable: true + isPublished: + type: boolean + description: The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only. + nullable: true + readOnly: true + languageTag: + type: string + description: The language of the self-service booking page. + nullable: true + lastUpdatedDateTime: + 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: 'The date, time, and time zone when the booking business was last updated. The timestamp type represents date and time information using 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 + phone: + type: string + description: 'The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.' + nullable: true + publicUrl: + type: string + description: 'The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.' + nullable: true + readOnly: true + schedulingPolicy: + $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' + webSiteUrl: + type: string + description: 'The URL of the business web site. The webSiteUrl property, together with address, phone, appear in the footer of a business scheduling page.' + nullable: true + appointments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + description: All the appointments of this business. Read-only. Nullable. + x-ms-navigationProperty: true + calendarView: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + description: The set of appointments of this business in a specified date range. Read-only. Nullable. + x-ms-navigationProperty: true + customers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' + description: All the customers of this business. Read-only. Nullable. + x-ms-navigationProperty: true + customQuestions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + description: All the custom questions of this business. Read-only. Nullable. + x-ms-navigationProperty: true + services: + type: array items: $ref: '#/components/schemas/microsoft.graph.bookingService' description: All the services offered by this business. Read-only. Nullable. @@ -8098,6 +8534,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -8341,17 +8779,271 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.entity: - title: entity + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string + microsoft.graph.identitySet: + title: identitySet type: object properties: - id: - type: string - description: The unique identifier for an entity. Read-only. + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object - microsoft.graph.physicalAddress: - title: physicalAddress + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: The unique identifier for an entity. Read-only. + additionalProperties: + type: object + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + additionalProperties: + type: object + microsoft.graph.publicError: + title: publicError + type: object + properties: + code: + type: string + description: Represents the error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: Details of the error. + innerError: + $ref: '#/components/schemas/microsoft.graph.publicInnerError' + message: + type: string + description: A non-localized message for the developer. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string + microsoft.graph.identity: + title: identity + type: object + 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.' + 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.' + nullable: true + additionalProperties: + type: object + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string + microsoft.graph.physicalAddress: + title: physicalAddress type: object properties: city: @@ -8637,6 +9329,16 @@ components: $ref: '#/components/schemas/microsoft.graph.bodyType' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -8645,20 +9347,6 @@ components: - canceled - unknownFutureValue type: string - microsoft.graph.identity: - title: identity - type: object - 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.' - 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.' - nullable: true - additionalProperties: - type: object microsoft.graph.virtualEventPresenterDetails: title: virtualEventPresenterDetails type: object @@ -9087,6 +9775,312 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the protection unit. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + 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 + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + additionalProperties: + type: object + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + expirationDateTime: + 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: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + 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: Date time when the restore point was created. + format: date-time + nullable: true + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + protectionUnit: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + additionalProperties: + type: object + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.publicErrorDetail: + title: publicErrorDetail + type: object + properties: + code: + type: string + description: The error code. + nullable: true + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.publicInnerError: + title: publicInnerError + type: object + properties: + code: + type: string + description: The error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: A collection of error details. + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object microsoft.graph.bookingPageAccessControl: title: bookingPageAccessControl enum: @@ -9225,18 +10219,6 @@ components: - outOfOffice - unknownFutureValue type: string - microsoft.graph.identitySet: - title: identitySet - type: object - properties: - application: - $ref: '#/components/schemas/microsoft.graph.identity' - device: - $ref: '#/components/schemas/microsoft.graph.identity' - user: - $ref: '#/components/schemas/microsoft.graph.identity' - additionalProperties: - type: object microsoft.graph.endpointType: title: endpointType enum: @@ -9394,6 +10376,127 @@ components: $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' additionalProperties: type: object + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + 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: The time of creation of the rule. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: 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 + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + additionalProperties: + type: object + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object microsoft.graph.bookingsServiceAvailabilityType: title: bookingsServiceAvailabilityType enum: @@ -9433,6 +10536,61 @@ components: additionalProperties: type: object description: The structure of this object is service-specific + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + 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: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.destinationType' + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + startDateTime: + 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: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + additionalProperties: + type: object + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string responses: error: description: error diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 71ee714f714..c29652e48d8 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -1195,7 +1195,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 @@ -1878,7 +1878,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 @@ -4529,6 +4529,83 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communication.onlineMeeting.recording_delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@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 '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': get: tags: @@ -4981,6 +5058,83 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communication.onlineMeeting.transcript_delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $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 callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@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 /communications/onlineMeetings/$count: get: tags: @@ -5044,6 +5198,194 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/communications/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + get: + tags: + - communications.Functions + summary: Invoke function getAllRecordings + operationId: communication.onlineMeeting_getAllRecording + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + schema: + 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 + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + schema: + 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 + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + 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 + '/communications/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + get: + tags: + - communications.Functions + summary: Invoke function getAllTranscripts + operationId: communication.onlineMeeting_getAllTranscript + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + schema: + 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 + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + schema: + 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 + - $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 callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + 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 /communications/presences: get: tags: @@ -8259,17 +8601,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -8288,17 +8644,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index df70523f0d1..296309be7b6 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -2868,7 +2868,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -4664,10 +4664,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -4693,7 +4693,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -5892,13 +5892,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -8523,17 +8523,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -8552,17 +8566,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -8837,6 +8865,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -17056,37 +17085,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printTaskProcessingState: diff --git a/openApiDocs/v1.0/DeviceManagement.Actions.yml b/openApiDocs/v1.0/DeviceManagement.Actions.yml index de56cc71383..7a8c12d60b0 100644 --- a/openApiDocs/v1.0/DeviceManagement.Actions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Actions.yml @@ -6111,7 +6111,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -6453,13 +6453,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -9877,17 +9877,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -9906,17 +9920,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -18386,37 +18414,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index a4d25bf9f0e..92947fe19d5 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -2186,11 +2186,11 @@ paths: delete: tags: - deviceManagement.roleDefinition - summary: Delete deviceAndAppManagementRoleDefinition - description: Deletes a deviceAndAppManagementRoleDefinition. + summary: Delete roleDefinition + description: Deletes a roleDefinition. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteRoleDefinition parameters: - name: roleDefinition-id @@ -8523,7 +8523,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -10433,10 +10433,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -10462,7 +10462,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -11287,13 +11287,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -14711,17 +14711,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -14740,17 +14754,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -15039,6 +15067,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -23312,37 +23341,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index ff5813434d6..3849ffd0541 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -95,11 +95,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceEnrollmentConfiguration parameters: - $ref: '#/components/parameters/top' @@ -176,11 +176,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -259,11 +259,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentPlatformRestrictionsConfiguration + description: Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index e46eeae305f..40d8e4d5fbf 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -895,7 +895,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagement parameters: - name: $select @@ -935,7 +935,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagement requestBody: description: New property values @@ -1512,11 +1512,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List windows10CompliancePolicies - description: List properties and relationships of the windows10CompliancePolicy objects. + summary: List androidCompliancePolicies + description: List properties and relationships of the androidCompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceCompliancePolicy parameters: - $ref: '#/components/parameters/top' @@ -1566,11 +1566,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create iosCompliancePolicy - description: Create a new iosCompliancePolicy object. + summary: Create macOSCompliancePolicy + description: Create a new macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCompliancePolicy requestBody: description: New navigation property @@ -1641,11 +1641,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update windows10CompliancePolicy - description: Update the properties of a windows10CompliancePolicy object. + summary: Update macOSCompliancePolicy + description: Update the properties of a macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -4156,11 +4156,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List iosCustomConfigurations - description: List properties and relationships of the iosCustomConfiguration objects. + summary: List windowsDefenderAdvancedThreatProtectionConfigurations + description: List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceConfiguration parameters: - $ref: '#/components/parameters/top' @@ -4210,11 +4210,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create androidWorkProfileCustomConfiguration - description: Create a new androidWorkProfileCustomConfiguration object. + summary: Create windowsUpdateForBusinessConfiguration + description: Create a new windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceConfiguration requestBody: description: New navigation property @@ -4237,11 +4237,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get windows10SecureAssessmentConfiguration - description: Read properties and relationships of the windows10SecureAssessmentConfiguration object. + summary: Get sharedPCConfiguration + description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4285,11 +4285,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update editionUpgradeConfiguration - description: Update the properties of a editionUpgradeConfiguration object. + summary: Update windowsUpdateForBusinessConfiguration + description: Update the properties of a windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4320,11 +4320,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete iosCustomConfiguration - description: Deletes a iosCustomConfiguration. + summary: Delete iosUpdateConfiguration + description: Deletes a iosUpdateConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -23370,7 +23370,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -24983,10 +24983,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -25012,7 +25012,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -25806,13 +25806,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -28441,17 +28441,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -28470,17 +28484,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -28755,6 +28783,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -36307,37 +36336,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 80147ef3881..f0a567011bf 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -10872,7 +10872,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -13673,13 +13673,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -15199,17 +15199,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -15228,17 +15242,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -21619,37 +21647,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index f2d6a553c90..46b45380644 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -14,7 +14,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDeviceAppManagement parameters: - name: $select @@ -54,7 +54,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateDeviceAppManagement requestBody: description: New property values @@ -2252,11 +2252,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppProtections - description: List properties and relationships of the managedAppProtection objects. + summary: List managedAppPolicies + description: List properties and relationships of the managedAppPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppPolicy parameters: - $ref: '#/components/parameters/top' @@ -2329,11 +2329,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppPolicy + description: Read properties and relationships of the managedAppPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppPolicy parameters: - name: managedAppPolicy-id @@ -2439,7 +2439,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicy_targetApp parameters: - name: managedAppPolicy-id @@ -2488,11 +2488,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppRegistration parameters: - $ref: '#/components/parameters/top' @@ -2897,7 +2897,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration.appliedPolicy_targetApp parameters: - name: managedAppRegistration-id @@ -3184,7 +3184,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration.intendedPolicy_targetApp parameters: - name: managedAppRegistration-id @@ -3758,11 +3758,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedEBook parameters: - $ref: '#/components/parameters/top' @@ -4015,11 +4015,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateAssignment parameters: - name: managedEBook-id @@ -4051,11 +4051,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetAssignment parameters: - name: managedEBook-id @@ -6332,11 +6332,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileAppConfiguration parameters: - $ref: '#/components/parameters/top' @@ -6413,11 +6413,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7574,11 +7574,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileApp parameters: - $ref: '#/components/parameters/top' @@ -7628,11 +7628,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create managedAndroidLobApp - description: Create a new managedAndroidLobApp object. + summary: Create androidStoreApp + description: Create a new androidStoreApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileApp requestBody: description: New navigation property @@ -7655,11 +7655,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get managedAndroidLobApp + description: Read properties and relationships of the managedAndroidLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileApp parameters: - name: mobileApp-id @@ -7703,11 +7703,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update iosLobApp + description: Update the properties of a iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileApp parameters: - name: mobileApp-id @@ -7738,11 +7738,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete win32LobApp - description: Deletes a win32LobApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileApp parameters: - name: mobileApp-id @@ -38597,7 +38597,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -38974,13 +38974,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -41542,17 +41542,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -41571,17 +41585,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -49230,37 +49258,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index ad60b9d2cea..00227626f3e 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -16056,7 +16056,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -18620,10 +18620,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -18649,7 +18649,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -20930,13 +20930,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -22430,17 +22430,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -22459,17 +22473,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -22705,6 +22733,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -30562,37 +30591,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 77d4a051d1a..1bfe3a1e7ef 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -69146,7 +69146,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -70911,10 +70911,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -70940,7 +70940,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -71669,13 +71669,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -75245,17 +75245,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -75274,17 +75288,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -75559,6 +75587,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -79053,37 +79082,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printerCapabilities: diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 5ff31a960c2..8202f7612df 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -4023,10 +4023,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: The group's conversations. + 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-1.0 + url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0 operationId: group_GetConversation parameters: - name: group-id @@ -27119,11 +27119,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-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0 operationId: group_GetThread parameters: - name: group-id @@ -35223,7 +35223,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -39361,10 +39361,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -39390,7 +39390,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -42218,13 +42218,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -43613,17 +43613,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -43642,17 +43656,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -43870,6 +43898,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -47145,37 +47174,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.termStore.localizedDescription: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 56019524059..7cf3fc34454 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -16325,10 +16325,10 @@ paths: tags: - organization.organization summary: Get organization - description: Read properties and relationships of the organization object. + description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 operationId: organization_GetOrganization parameters: - name: organization-id @@ -16373,10 +16373,10 @@ paths: tags: - organization.organization summary: Update organization - description: 'Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.' + description: Update the properties of a organization object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0 operationId: organization_UpdateOrganization parameters: - name: organization-id @@ -17576,11 +17576,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBrandingLocalization - description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsBannerLogo parameters: - name: organization-id @@ -21198,7 +21198,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -24730,10 +24730,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -24759,7 +24759,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -26804,13 +26804,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -29888,17 +29888,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -29917,17 +29931,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -30184,6 +30212,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -38987,37 +39016,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 610afffb5c8..42a8764ef0e 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -7112,11 +7112,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List resourceRoleScopes + 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. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -13362,7 +13362,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 @@ -14658,11 +14658,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: 'Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_DeleteCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -44214,6 +44214,276 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /identityGovernance/lifecycleWorkflows/insights: + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflow_GetInsight + parameters: + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflow_UpdateInsight + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflow_DeleteInsight + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflow.insight_topTasksProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topTasksInsightsSummary' + '@odata.nextLink': + 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 + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflow.insight_topWorkflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topWorkflowsInsightsSummary' + '@odata.nextLink': + 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 + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflow.insight_workflowsProcessedGraphBPreCategory + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflow.insight_workflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /identityGovernance/lifecycleWorkflows/settings: get: tags: @@ -68178,6 +68448,8 @@ components: x-ms-navigationProperty: true deletedItems: $ref: '#/components/schemas/microsoft.graph.deletedItemContainer' + insights: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -69352,6 +69624,237 @@ components: format: int32 additionalProperties: type: object + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + type: object + additionalProperties: + type: object + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + additionalProperties: + type: object + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 + additionalProperties: + type: object + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + additionalProperties: + type: object + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 + additionalProperties: + type: object microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -71557,7 +72060,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -73467,10 +73970,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -73496,7 +73999,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -73715,6 +74218,14 @@ components: $ref: '#/components/schemas/microsoft.graph.identityGovernance.valueType' additionalProperties: type: object + microsoft.graph.identityGovernance.lifecycleWorkflowCategory: + title: lifecycleWorkflowCategory + enum: + - joiner + - leaver + - unknownFutureValue + - mover + type: string microsoft.graph.emailSettings: title: emailSettings type: object @@ -73727,14 +74238,6 @@ components: description: Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set. additionalProperties: type: object - microsoft.graph.identityGovernance.lifecycleWorkflowCategory: - title: lifecycleWorkflowCategory - enum: - - joiner - - leaver - - unknownFutureValue - - mover - type: string microsoft.graph.identityGovernance.workflowExecutionConditions: title: workflowExecutionConditions type: object @@ -75287,13 +75790,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -78373,17 +78876,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -78402,17 +78919,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -78687,6 +79218,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -86737,37 +87269,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 081ca62b41b..fa164fee4c5 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -922,7 +922,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Get conditions property value - description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. + description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information. operationId: identity.authenticationEventsFlow_GetCondition parameters: - name: authenticationEventsFlow-id @@ -967,7 +967,7 @@ paths: tags: - identity.authenticationEventsFlow summary: List includeApplications (for a user flow) - description: List the applications linked to an authenticationEventsFlow. These are the applications for which the authentication experience defined by the user flow is enabled. + description: 'List the applications linked to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that''s defined by the user flow is enabled. To find the user flow that''s linked to an application, see Example 4: List user flow associated with specific application ID.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0 @@ -1029,7 +1029,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add includeApplication (to a user flow) - description: 'Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow.' + description: 'Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0 @@ -1261,7 +1261,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Get conditions property value - description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. + description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information. operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetCondition parameters: - name: authenticationEventsFlow-id @@ -1775,7 +1775,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 @@ -1836,7 +1836,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Get onAuthenticationMethodLoadStart property value - description: Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. + description: Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information. operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAuthenticationMethodLoadStart parameters: - name: authenticationEventsFlow-id @@ -5874,11 +5874,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -5909,11 +5909,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete ipNamedLocation - description: Delete an ipNamedLocation object. + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -13040,11 +13040,11 @@ paths: put: tags: - policies.crossTenantAccessPolicy - summary: Create identitySynchronization - description: Create a cross-tenant user synchronization policy for a partner-specific configuration. + summary: Update crossTenantIdentitySyncPolicyPartner + description: Update the user synchronization policy of a partner-specific configuration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -22163,13 +22163,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -23284,7 +23284,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -25100,10 +25100,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -25129,7 +25129,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -26557,7 +26557,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputConfiguration' - description: The display configuration of attributes being collected on the attribute collection page. + description: 'The display configuration of attributes being collected on the attribute collection page. You must specify all attributes that you want to retain, otherwise they''re removed from the user flow.' title: type: string description: The title of the attribute collection page. @@ -30223,17 +30223,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -30252,17 +30266,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -30537,6 +30565,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -30813,21 +30842,21 @@ components: description: The built-in or custom attribute for which a value is being collected. defaultValue: type: string - description: The default value of the attribute displayed to the end user. + description: The default value of the attribute displayed to the end user. The capability to set the default value isn't available through the Microsoft Entra admin center. nullable: true editable: type: boolean - description: Whether the attribute is editable by the end user. + description: Defines whether the attribute is editable by the end user. nullable: true hidden: type: boolean - description: Whether the attribute is displayed to the end user. + description: Defines whether the attribute is displayed to the end user. The capability to hide isn't available through the Microsoft Entra admin center. nullable: true inputType: $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputType' label: type: string - description: 'The label of the attribute field that is displayed to end user, unless overridden.' + description: 'The label of the attribute field that''s displayed to end user, unless overridden.' options: type: array items: @@ -30835,15 +30864,15 @@ components: description: The option values for certain multiple-option input types. required: type: boolean - description: Whether the field is required. + description: Defines whether the field is required. nullable: true validationRegEx: type: string - description: The regex for the value of the field. + description: 'The regex for the value of the field. For more information about the supported regexes, see validationRegEx values for inputType objects. To understand how to specify regexes, see the Regular expressions cheat sheet.' nullable: true writeToDirectory: type: boolean - description: Whether the value collected is stored. + description: Defines whether Microsoft Entra ID stores the value that it collects. nullable: true additionalProperties: type: object @@ -38886,37 +38915,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 834e596b9ef..8d1cffbba55 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -6,6 +6,91 @@ servers: - url: https://graph.microsoft.com/v1.0/ description: Core paths: + /admin/reportSettings: + get: + tags: + - admin.adminReportSettings + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0 + operationId: admin_GetReportSetting + parameters: + - name: $select + in: query + description: Select properties to be returned + 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: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.adminReportSettings + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0 + operationId: admin_UpdateReportSetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.adminReportSettings + summary: Delete navigation property reportSettings for admin + operationId: admin_DeleteReportSetting + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /auditLogs: get: tags: @@ -6895,6 +6980,17 @@ paths: operationName: listMore components: schemas: + microsoft.graph.adminReportSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminReportSettings + type: object + properties: + displayConcealedNames: + type: boolean + description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' + additionalProperties: + type: object microsoft.graph.auditLogRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -7397,7 +7493,7 @@ components: completionDateTime: 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: 'The dateTimeOffset when the job was completed, canceled or aborted. Read-only.' + description: 'The dateTimeOffset when the job was completed, canceled, or aborted. Read-only.' format: date-time nullable: true copiesPrinted: @@ -7915,31 +8011,31 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing in. + description: Indicates the browser information of the used in the sign-in. Populated for devices registered in Microsoft Entra. nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing in. + description: Refers to the unique ID of the device used in the sign-in. Populated for devices registered in Microsoft Entra. nullable: true displayName: type: string - description: Refers to the name of the device used for signing in. + description: Refers to the name of the device used in the sign-in. Populated for devices registered in Microsoft Entra. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant. + description: Indicates whether the device is compliant or not. nullable: true isManaged: type: boolean - description: Indicates whether the device is managed. + description: Indicates if the device is managed or not. nullable: true operatingSystem: type: string - description: Indicates the operating system name and version used for signing in. + description: Indicates the OS name and version used in the sign-in. nullable: true trustType: type: string - description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Indicates information on whether the device used in the sign-in is workplace-joined, Microsoft Entra-joined, domain-joined.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 9678a24b73c..7fdcff63bd2 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -25374,13 +25374,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -29198,7 +29198,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -34588,17 +34588,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -34617,17 +34631,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -42329,37 +42357,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printMargin: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 037fd530839..f28d4c70b7a 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -116531,7 +116531,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -118252,10 +118252,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -118281,7 +118281,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -118490,13 +118490,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -122501,17 +122501,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -122530,17 +122544,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -122815,6 +122843,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -125948,37 +125977,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printerCapabilities: diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index b2bd0b21a9a..190797158d9 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -16176,11 +16176,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 team or channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 operationId: team.channel_UpdateMember parameters: - name: team-id @@ -52132,7 +52132,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -52235,7 +52235,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -53724,7 +53724,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -58878,10 +58878,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -60059,13 +60059,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -61774,17 +61774,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -61803,17 +61817,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -61919,6 +61947,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -62178,37 +62207,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.attendeeType: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index ed432f5194e..966cf8a381a 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -15650,7 +15650,7 @@ paths: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -21118,17 +21118,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -21147,17 +21161,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -22990,13 +23018,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -23999,7 +24027,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -25456,10 +25484,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -25485,7 +25513,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -28857,6 +28885,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -29143,37 +29172,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.termStore.localizedDescription: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 1ca786f3e68..d2723166fd4 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -6702,6 +6702,380 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: user.onlineMeeting.recording_delta + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@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 + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: user.onlineMeeting.transcript_delta + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $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 callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@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 + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + get: + tags: + - users.Functions + summary: Invoke function getAllRecordings + operationId: user.onlineMeeting_getAllRecording + 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: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + schema: + 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 + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + schema: + 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 + - $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 callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + 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 + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + get: + tags: + - users.Functions + summary: Invoke function getAllTranscripts + operationId: user.onlineMeeting_getAllTranscript + 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: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + schema: + 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 + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + schema: + 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 + - $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 callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + 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 '/users/{user-id}/outlook/microsoft.graph.supportedLanguages()': get: tags: @@ -8143,6 +8517,97 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteSourceService' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.localeInfo: title: localeInfo type: object @@ -10738,6 +11203,18 @@ components: - OneDriveForBusiness - OnPremOneDriveForBusiness type: string + microsoft.graph.identitySet: + title: identitySet + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object microsoft.graph.taskStatus: title: taskStatus enum: @@ -11294,7 +11771,7 @@ components: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + description: 'The identifier (id) for the app role that''s assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application hasn''t declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: 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])$' @@ -12517,10 +12994,10 @@ components: properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean - description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' + description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean - description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve.' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: @@ -12546,7 +13023,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -12910,18 +13387,6 @@ components: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' additionalProperties: type: object - microsoft.graph.identitySet: - title: identitySet - type: object - properties: - application: - $ref: '#/components/schemas/microsoft.graph.identity' - device: - $ref: '#/components/schemas/microsoft.graph.identity' - user: - $ref: '#/components/schemas/microsoft.graph.identity' - additionalProperties: - type: object microsoft.graph.chatMessageMentionedIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -13904,6 +14369,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.identity: + title: identity + type: object + 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.' + 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.' + nullable: true + additionalProperties: + type: object microsoft.graph.automaticRepliesSetting: title: automaticRepliesSetting type: object @@ -14098,13 +14577,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -16524,69 +17003,6 @@ components: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - createdDateTime: - 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - createdDateTime: - 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16818,20 +17234,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.identity: - title: identity - type: object - 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.' - 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.' - nullable: true - additionalProperties: - type: object microsoft.graph.userInsightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16840,6 +17242,7 @@ components: properties: isEnabled: type: boolean + description: True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional. additionalProperties: type: object microsoft.graph.shiftPreferences: @@ -19668,37 +20071,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.termStore.localizedDescription: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 12459679727..df4fb682aa8 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -183,11 +183,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: user_DeleteUser parameters: - name: user-id @@ -15607,7 +15607,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -17474,13 +17474,13 @@ components: createdDateTime: 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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The start time of the operation. The timestamp type represents date and time information using 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 lastActionDateTime: 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: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using 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 resourceLocation: @@ -20490,17 +20490,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -20519,17 +20533,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: 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: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + 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: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -28858,37 +28886,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index ddacb109fb3..93f02f1cbb9 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,5 +1,13 @@ [ { + "Command": "Add-MgApplicationKey", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphKeyCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -26,22 +34,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST" + }, + { + "Command": "Add-MgApplicationPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgApplicationKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/addKey", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphPasswordCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -68,22 +76,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/addPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordCredential", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgApplicationPassword", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/addPassword", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Add-MgBetaAccessReviewDecision", + "Variants": [ + "Apply", + "ApplyViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -102,35 +108,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Apply", - "ApplyViaIdentity" - ], - "Command": "Add-MgBetaAccessReviewDecision", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaAccessReviewInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Command": "Add-MgBetaAccessReviewInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Add-MgBetaApplicationKey", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphKeyCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -157,22 +165,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST" + }, + { + "Command": "Add-MgBetaApplicationPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaApplicationKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/addKey", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPasswordCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -199,39 +207,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST" + }, + { + "Command": "Add-MgBetaChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaApplicationPassword", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/addPassword", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgBetaCommunicationCallLargeGalleryView", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaChatMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/add", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -258,26 +266,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgBetaCommunicationCallLargeGalleryView", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -286,17 +283,17 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -305,13 +302,24 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", + "Variants": [ + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -330,22 +338,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", - "Method": "POST", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364,352 +372,354 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", - "Method": "POST", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Add", "AddExpanded" ], - "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", "Variants": [ "Apply", "ApplyExpanded" ], - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaDriveListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Command": "Add-MgBetaExternalConnectionItemActivity", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaExternalConnectionItemActivity", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupDriveListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaGroupFavorite", "Variants": [ "Add", "AddViaIdentity" ], - "Command": "Add-MgBetaGroupFavorite", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/addFavorite", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgBetaGroupSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/add", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphContentModelUsage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "POST" + }, + { + "Command": "Add-MgBetaGroupSiteContentModelToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSiteContentModelToDrive", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentModelUsage", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSiteContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSiteListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaGroupToLifecyclePolicy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaGroupToLifecyclePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "Variants": [ + "Apply", + "Apply1", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentity1", + "ApplyViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -728,9 +738,15 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -739,13 +755,7 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -764,24 +774,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", - "Apply1", "ApplyExpanded", "ApplyViaIdentity", - "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -800,22 +808,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -834,22 +842,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -876,122 +884,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaShareListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaShareListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgBetaSite", "Variants": [ "Add", "AddExpanded" ], - "Command": "Add-MgBetaSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/sites/add", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModelUsage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "POST" + }, + { + "Command": "Add-MgBetaSiteContentModelToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaSiteContentModelToDrive", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentModelUsage", + "Permissions": [], "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaSiteContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/addCopy", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1010,22 +1018,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "Add-MgBetaSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1044,22 +1052,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaSiteListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1078,377 +1086,377 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", - "Method": "POST", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgBetaTeamMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaTeamMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/members/add", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgBetaTeamPrimaryChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaTeamPrimaryChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/add", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgBetaUserChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaUserChatMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaUserDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaUserDriveListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgBetaUserFollowedSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaUserFollowedSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/users/{user-id}/followedSites/add", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "Method": "POST", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgChatMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "Uri": "/chats/{chat-id}/members/add", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Add-MgCommunicationCallLargeGalleryView", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1475,239 +1483,241 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgCommunicationCallLargeGalleryView", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgDriveListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Command": "Add-MgExternalConnectionItemActivity", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgExternalConnectionItemActivity", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupDriveListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Add-MgGroupFavorite", "Variants": [ "Add", "AddViaIdentity" ], - "Command": "Add-MgGroupFavorite", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/addFavorite", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgGroupSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/add", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupSiteContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupSiteListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Add-MgGroupToLifecyclePolicy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgGroupToLifecyclePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Variants": [ + "Apply", + "Apply1", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentity1", + "ApplyViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1726,9 +1736,15 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -1737,13 +1753,7 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1762,24 +1772,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", - "Apply1", "ApplyExpanded", "ApplyViaIdentity", - "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1798,22 +1806,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1832,22 +1840,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Add-MgServicePrincipalKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphKeyCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1874,22 +1882,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST" + }, + { + "Command": "Add-MgServicePrincipalPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgServicePrincipalKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphPasswordCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1916,22 +1924,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST" + }, + { + "Command": "Add-MgServicePrincipalTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgServicePrincipalPassword", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1958,88 +1966,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgServicePrincipalTokenSigningCertificate", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgShareListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgShareListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgSite", "Variants": [ "Add", "AddExpanded" ], - "Command": "Add-MgSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/sites/add", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgSiteContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/addCopy", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2058,22 +2066,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "Add-MgSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2092,22 +2100,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgSiteListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2126,190 +2134,190 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", - "Method": "POST", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", + "Command": "Add-MgTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgTeamMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgTeamMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/members/add", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgTeamPrimaryChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgTeamPrimaryChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/add", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgTeamworkDeletedTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphActionResultPart", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST" + }, + { + "Command": "Add-MgUserChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgUserChatMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActionResultPart", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgUserDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgUserDriveListContentTypeCopy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Add-MgUserFollowedSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Command": "Add-MgUserFollowedSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/users/{user-id}/followedSites/add", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Approve", "ApproveExpanded" ], - "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST" + }, + { + "Command": "Approve-MgBetaDeviceManagementElevationRequest", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "Command": "Approve-MgBetaDeviceManagementElevationRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Permissions": [], "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", + "Variants": [ + "Approve", + "ApproveExpanded", + "ApproveViaIdentity", + "ApproveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2328,147 +2336,145 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Approve", - "ApproveExpanded", - "ApproveViaIdentity", - "ApproveViaIdentityExpanded" - ], - "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", "Variants": [ "Approve" ], - "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgApplicationVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Command": "Clear-MgApplicationVerifiedPublisher", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaApplicationVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Command": "Clear-MgBetaApplicationVerifiedPublisher", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaChatMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaCommunicationPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Command": "Clear-MgBetaCommunicationPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/clearPresence", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", "Variants": [ "Purge", "PurgeViaIdentity" ], - "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "Module": "Beta.Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2487,20 +2493,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Wipe", - "WipeViaIdentity" + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" ], - "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "Method": "POST", - "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2527,37 +2535,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Command": "Clear-MgBetaDeviceManagementComanagedDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Variants": [ "Clear", "ClearViaIdentity" ], - "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Clear-MgBetaDeviceManagementManagedDevice", + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2584,141 +2592,139 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Command": "Clear-MgBetaDeviceManagementManagedDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Clear-MgBetaUserAndBlockManagedApp", + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2737,20 +2743,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Wipe", - "WipeViaIdentity" - ], - "Command": "Clear-MgBetaUserAndBlockManagedApp", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Clear-MgBetaUserChatMessageReaction", + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -2769,39 +2777,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "Command": "Clear-MgBetaUserChatMessageReaction", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaUserChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgBetaUserChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2820,56 +2828,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaUserManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Command": "Clear-MgBetaUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Clear-MgBetaUserPresence", + "Variants": [ + "Clear", + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2888,22 +2896,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", "Variants": [ "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" + "ClearViaIdentity" ], - "Command": "Clear-MgBetaUserPresence", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence/clearPresence", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2922,86 +2928,88 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Clear", - "ClearViaIdentity" - ], - "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgChatMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgCommunicationPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Command": "Clear-MgCommunicationPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/clearPresence", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Clear-MgDeviceManagementManagedDevice", + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -3028,141 +3036,141 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Command": "Clear-MgDeviceManagementManagedDevice", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgTeamPrimaryChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Clear-MgUserChatMessageReaction", + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -3181,56 +3189,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "Command": "Clear-MgUserChatMessageReaction", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgUserChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Command": "Clear-MgUserChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Users.Actions" + "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Clear-MgUserManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Command": "Clear-MgUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "Module": "Users.Actions" + "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" }, { + "Command": "Clear-MgUserPresence", + "Variants": [ + "Clear", + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3249,22 +3257,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Clear-MgUserPresenceUserPreferredPresence", "Variants": [ "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" + "ClearViaIdentity" ], - "Command": "Clear-MgUserPresence", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence/clearPresence", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3283,20 +3289,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Clear", - "ClearViaIdentity" - ], - "Command": "Clear-MgUserPresenceUserPreferredPresence", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Close-MgBetaComplianceEdiscoveryCase", + "Variants": [ + "Close", + "CloseViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3315,20 +3321,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "Command": "Close-MgBetaComplianceEdiscoveryCase", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3347,20 +3353,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Close-MgSecurityCaseEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3379,20 +3385,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Close", - "CloseViaIdentity" - ], - "Command": "Close-MgSecurityCaseEdiscoveryCase", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Compare-MgBetaDeviceManagementIntent", + "Variants": [ + "Compare", + "CompareViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3411,20 +3417,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET" + }, + { + "Command": "Compare-MgBetaDeviceManagementTemplate", "Variants": [ "Compare", "CompareViaIdentity" ], - "Command": "Compare-MgBetaDeviceManagementIntent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3443,20 +3449,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET" + }, + { + "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Compare", "CompareViaIdentity" ], - "Command": "Compare-MgBetaDeviceManagementTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3475,362 +3481,392 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "Variants": [ - "Compare", - "CompareViaIdentity" - ], - "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Complete-MgBetaChatMigration", + "Variants": [ + "Complete", + "CompleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/completeMigration", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", "Variants": [ "Complete", "CompleteExpanded" ], - "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", "Variants": [ "Complete", "CompleteExpanded" ], - "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Complete-MgBetaDirectoryImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaDirectoryImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}/complete", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Complete-MgBetaDirectoryRecommendation", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaDirectoryRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/complete", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Complete-MgBetaTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaTeamChannelMigration", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Complete-MgBetaTeamMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaTeamMigration", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/completeMigration", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Complete-MgBetaTeamPrimaryChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaTeamPrimaryChannelMigration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Complete-MgBetaUserChatMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaUserOutlookTask", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/completeMigration", + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Command": "Complete-MgBetaUserOutlookTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaUserOutlookTaskFolderTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST" + }, + { + "Command": "Complete-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "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, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgTeamChannelMigration", - "Method": "POST", + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], + "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, - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "Module": "Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Complete-MgTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgTeamMigration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/completeMigration", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Complete-MgTeamMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgTeamPrimaryChannelMigration", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "Uri": "/teams/{team-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Complete-MgTeamPrimaryChannelMigration", + "Variants": [ + "Complete", + "CompleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgApplicationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgApplicationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/checkMemberGroups", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgApplicationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgApplicationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/checkMemberObjects", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaApplicationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaApplicationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/checkMemberGroups", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaApplicationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaApplicationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/checkMemberObjects", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Confirm-MgBetaAuditLogSignInCompromised", + "Variants": [ + "Confirm", + "ConfirmExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3849,20 +3885,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/auditLogs/signIns/confirmCompromised", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaAuditLogSignInSafe", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Command": "Confirm-MgBetaAuditLogSignInCompromised", - "Method": "POST", - "CommandAlias": null, - "Uri": "/auditLogs/signIns/confirmCompromised", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3881,20 +3917,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/auditLogs/signIns/confirmSafe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Confirm", - "ConfirmExpanded" - ], - "Command": "Confirm-MgBetaAuditLogSignInSafe", - "Method": "POST", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns/confirmSafe", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Confirm-MgBetaContactMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -3985,22 +4023,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaContactMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaContactMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4099,56 +4137,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgBetaContactMemberObject", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaContractMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaContractMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaContractMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaContractMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -4167,20 +4203,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Verify", - "VerifyViaIdentity" - ], - "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Confirm-MgBetaDeviceMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4271,22 +4309,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDeviceMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4385,56 +4423,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/checkMemberObjects", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDeviceMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4525,22 +4563,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaDirectoryObjectMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Module": "Beta.DirectoryObjects" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4639,154 +4677,154 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgBetaDirectoryObjectMemberObject", - "Method": "POST", + "Module": "Beta.DirectoryObjects", "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Module": "Beta.DirectoryObjects" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryRoleMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Confirm-MgBetaDomain", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Command": "Confirm-MgBetaDomain", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "Uri": "/domains/{domain-id}/verify", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Confirm-MgBetaGroupMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4877,22 +4915,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaGroupMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaGroupMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/checkMemberGroups", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4991,118 +5029,118 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgBetaGroupMemberObject", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/checkMemberObjects", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded" ], - "Command": "Confirm-MgBetaInformationProtectionSignature", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/informationProtection/verifySignature", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaOrganizationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaOrganizationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaOrganizationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaOrganizationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaRiskyUserCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Command": "Confirm-MgBetaRiskyUserCompromised", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Confirm-MgBetaServicePrincipalMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5193,22 +5231,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaServicePrincipalMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaServicePrincipalMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5307,71 +5345,71 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgBetaServicePrincipalMemberObject", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaSiteInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Command": "Confirm-MgBetaSiteInformationProtectionSignature", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/verifySignature", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Confirm-MgBetaTeamScheduleTimeCard", "Variants": [ "Confirm", "ConfirmViaIdentity" ], - "Command": "Confirm-MgBetaTeamScheduleTimeCard", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Confirm-MgBetaUserInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Command": "Confirm-MgBetaUserInformationProtectionSignature", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/verifySignature", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Confirm-MgBetaUserMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5462,22 +5500,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgBetaUserMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaUserMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/checkMemberGroups", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5576,22 +5614,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/checkMemberObjects", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgContactMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgBetaUserMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/checkMemberObjects", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5682,22 +5720,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgContactMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgContactMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5796,56 +5834,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgContactMemberObject", - "Method": "POST", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgContractMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgContractMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgContractMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgContractMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5864,20 +5900,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Verify", - "VerifyViaIdentity" - ], - "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", - "Method": "GET", + "Module": "DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Module": "DeviceManagement.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Confirm-MgDeviceMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5968,22 +6006,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDeviceMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6082,56 +6120,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/checkMemberObjects", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDeviceMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgDirectoryObjectMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6222,22 +6260,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgDirectoryObjectMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryObjectMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Module": "DirectoryObjects" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6336,120 +6374,120 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgDirectoryObjectMemberObject", - "Method": "POST", + "Module": "DirectoryObjects", "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Module": "DirectoryObjects" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryRoleMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryRoleMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain", + "Command": "Confirm-MgDomain", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Command": "Confirm-MgDomain", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "Uri": "/domains/{domain-id}/verify", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Confirm-MgGroupGrantedPermissionForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "Command": "Confirm-MgGroupGrantedPermissionForApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Confirm-MgGroupMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6540,22 +6578,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgGroupMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgGroupMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/checkMemberGroups", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6654,120 +6692,120 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgGroupMemberObject", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/checkMemberObjects", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgGroupSettingTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgGroupSettingTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgGroupSettingTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgOrganizationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgOrganizationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgOrganizationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgOrganizationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgRiskyServicePrincipalCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Confirm-MgRiskyUserCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Command": "Confirm-MgRiskyUserCompromised", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Confirm-MgServicePrincipalMemberGroup", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6858,22 +6896,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgServicePrincipalMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgServicePrincipalMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6972,22 +7010,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgUserMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgServicePrincipalMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7078,22 +7116,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Confirm-MgUserMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Command": "Confirm-MgUserMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/checkMemberGroups", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7192,51 +7230,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/checkMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Command": "Confirm-MgUserMemberObject", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/checkMemberObjects", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Variants": [ "Connect", "ConnectExpanded" ], - "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", "Variants": [ "Connect" ], - "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/zebraFotaConnector/connect", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", + "Variants": [ + "Convert", + "ConvertViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -7255,20 +7291,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET" + }, + { + "Command": "Convert-MgBetaUserExternalToInternalMemberUser", "Variants": [ "Convert", - "ConvertViaIdentity" + "ConvertExpanded", + "ConvertViaIdentity", + "ConvertViaIdentityExpanded" ], - "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", - "Method": "GET", - "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", - "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphConversionUserDetails", "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -7287,37 +7325,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversionUserDetails", - "Variants": [ - "Convert", - "ConvertExpanded", - "ConvertViaIdentity", - "ConvertViaIdentityExpanded" - ], - "Command": "Convert-MgBetaUserExternalToInternalMemberUser", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", "Variants": [ "Clone", "CloneViaIdentity" ], - "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Permissions": [], "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Copy-MgBetaDriveItem", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -7344,107 +7382,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/copy", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7471,22 +7509,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7513,22 +7551,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupOnenotePageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7555,22 +7593,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7597,73 +7635,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7690,39 +7728,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7749,124 +7787,124 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -7893,90 +7931,90 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenotePageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8003,22 +8041,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8045,22 +8083,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", - "Method": "POST", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Copy-MgBetaTeam", + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Team.Create", @@ -8087,158 +8125,158 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/clone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ], - "Command": "Copy-MgBetaTeam", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/clone", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaUserDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgBetaUserDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgBetaUserMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserMailFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaUserMailFolderChildFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserMailFolderChildFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaUserMailFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaUserMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/copy", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Copy-MgBetaUserOnenoteNotebook", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8265,22 +8303,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaUserOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8307,22 +8345,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserOnenotePageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8349,22 +8387,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8391,22 +8429,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -8433,107 +8471,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/copy", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgGroupDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8560,22 +8598,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8602,22 +8640,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupOnenotePageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8644,22 +8682,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupOnenoteSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8686,73 +8724,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8779,39 +8817,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8838,124 +8876,124 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -8982,90 +9020,90 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenotePageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteSectionPageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9092,22 +9130,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgSiteOnenoteSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9134,22 +9172,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", - "Method": "POST", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Copy-MgTeam", + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Team.Create", @@ -9176,158 +9214,158 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/clone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ], - "Command": "Copy-MgTeam", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/clone", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgUserDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Copy-MgUserDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Copy-MgUserMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserMailFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "Copy-MgUserMailFolderChildFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserMailFolderChildFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Copy-MgUserMailFolderChildFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Copy-MgUserMailFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Copy-MgUserMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/copy", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Copy-MgUserOnenoteNotebook", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9354,22 +9392,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgUserOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9396,22 +9434,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgUserOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserOnenotePageToSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9438,22 +9476,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Command": "Copy-MgUserOnenoteSectionToNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -9480,39 +9518,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Command": "Copy-MgUserOnenoteSectionToSectionGroup", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Command": "Deny-MgBetaDeviceManagementElevationRequest", "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" ], - "Command": "Deny-MgBetaDeviceManagementElevationRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Permissions": [], "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Disable-MgBetaDeviceManagementComanagedDevice", + "Variants": [ + "Disable", + "DisableViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9531,35 +9567,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaDeviceManagementComanagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgBetaDeviceManagementManagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9578,95 +9614,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgBetaUserManagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgBetaUserManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaUserManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgBetaUserManagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9685,49 +9721,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Disable", - "DisableViaIdentity" - ], - "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Disable-MgUserManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Command": "Disable-MgUserManagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Variants": [ "Disconnect" ], - "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9746,34 +9782,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ], - "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", "Variants": [ "Disconnect" ], - "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/zebraFotaConnector/disconnect", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9792,35 +9828,49 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Enable-MgBackupRestore", "Variants": [ - "Disconnect", - "DisconnectViaIdentity" + "Enable", + "EnableExpanded" ], - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", - "Method": "POST", + "OutputType": "IMicrosoftGraphServiceStatus", + "Permissions": [], + "Uri": "/solutions/backupRestore/enable", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceStatus", + "Command": "Enable-MgBetaBackupRestore", "Variants": [ "Enable", "EnableExpanded" ], - "Command": "Enable-MgBetaBackupRestore", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceStatus", + "Permissions": [], "Uri": "/solutions/backupRestore/enable", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", + "Variants": [ + "Enable" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9839,51 +9889,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Enable" - ], - "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Enable", "EnableExpanded" ], - "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/enable", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/assignmentFilters/enable", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "Variants": [ + "Enable" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9910,50 +9960,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Enable" - ], - "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", "Variants": [ "Enable" ], - "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/enableLegacyPcManagement", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/enableLegacyPcManagement", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", + "Variants": [ + "Enable", + "EnableExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9972,66 +10023,66 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/tenantAttachRBAC/enable", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Enable", - "EnableExpanded" - ], - "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", "Variants": [ "Enable" ], - "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" ], - "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Enable-MgBetaUserManagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Command": "Enable-MgBetaUserManagedDeviceLostMode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", + "Variants": [ + "Enable", + "EnableViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -10050,20 +10101,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Enable", - "EnableViaIdentity" - ], - "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10082,22 +10135,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", "Variants": [ "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity" ], - "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10116,20 +10167,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Variants": [ "Export", - "ExportViaIdentity" + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" ], - "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -10148,97 +10201,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ], - "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Export", "ExportViaIdentity" ], - "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Export", "ExportViaIdentity" ], - "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Export", "ExportExpanded" ], - "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/reconciliation/billed/export", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Export", "ExportExpanded" ], - "Command": "Export-MgBetaReportPartnerBillingUsageBilled", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/usage/billed/export", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Export", "ExportExpanded" ], - "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/usage/unbilled/export", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10257,22 +10310,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10291,22 +10344,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10325,22 +10378,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10359,22 +10412,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgBetaUserDeviceAndAppManagementData", "Variants": [ "Export", - "ExportExpanded", + "Export1", "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity1" ], - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10409,84 +10462,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ], - "Command": "Export-MgBetaUserDeviceAndAppManagementData", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Export-MgBetaUserPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Command": "Export-MgBetaUserPersonalData", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/exportPersonalData", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Export", "ExportExpanded" ], - "Command": "Export-MgReportPartnerBillingReconciliationBilled", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/reconciliation/billed/export", - "Module": "Reports" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgReportPartnerBillingUsageBilled", "Variants": [ "Export", "ExportExpanded" ], - "Command": "Export-MgReportPartnerBillingUsageBilled", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/usage/billed/export", - "Module": "Reports" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Export-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Export", "ExportExpanded" ], - "Command": "Export-MgReportPartnerBillingUsageUnbilled", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/usage/unbilled/export", - "Module": "Reports" + "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" }, { + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10505,22 +10558,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10539,22 +10592,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Export-MgUserDeviceAndAppManagementData", "Variants": [ "Export", - "ExportExpanded", + "Export1", "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity1" ], - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10589,144 +10642,142 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ], - "Command": "Export-MgUserDeviceAndAppManagementData", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Export-MgUserPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Command": "Export-MgUserPersonalData", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/exportPersonalData", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST" + }, + { + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST" + }, + { + "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Find-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Command": "Find-MgBetaDeviceManagementComanagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Find-MgBetaDeviceManagementManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Command": "Find-MgBetaDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", "Variants": [ "Find1", "FindViaIdentity1" ], - "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", + "Variants": [ + "Find", + "FindViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -10753,20 +10804,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "Find", - "FindViaIdentity" - ], - "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10785,50 +10836,52 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], - "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Find-MgBetaUserManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Command": "Find-MgBetaUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Find-MgBetaUserMeetingTime", + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10847,22 +10900,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Method": "POST" + }, + { + "Command": "Find-MgBetaUserRoom", "Variants": [ "Find", - "FindExpanded", + "Find1", "FindViaIdentity", - "FindViaIdentityExpanded" + "FindViaIdentity1" ], - "Command": "Find-MgBetaUserMeetingTime", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/findMeetingTimes", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphEmailAddress", "Permissions": [ { "Name": "User.Read.All", @@ -10881,22 +10934,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/findRooms", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET" + }, + { + "Command": "Find-MgBetaUserRoomList", "Variants": [ "Find", - "Find1", - "FindViaIdentity", - "FindViaIdentity1" + "FindViaIdentity" ], - "Command": "Find-MgBetaUserRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/findRooms", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphEmailAddress", "Permissions": [ { "Name": "User.Read.All", @@ -10915,65 +10966,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/findRoomLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAddress", - "Variants": [ - "Find", - "FindViaIdentity" - ], - "Command": "Find-MgBetaUserRoomList", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/findRoomLists", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", "Variants": [ "Find", "FindViaIdentity" ], - "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", - "Method": "GET", - "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", - "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", "Permissions": [], + "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET" + }, + { + "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", "Variants": [ "Find", "FindViaIdentity" ], - "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", - "Method": "GET", - "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Permissions": [], "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Find-MgDeviceManagementManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Command": "Find-MgDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "Module": "DeviceManagement.Actions" + "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" }, { + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10992,50 +11043,52 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Find-MgUserManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Command": "Find-MgUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "Module": "Users.Actions" + "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" }, { + "Command": "Find-MgUserMeetingTime", + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -11054,50 +11107,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/findMeetingTimes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", - "Variants": [ - "Find", - "FindExpanded", - "FindViaIdentity", - "FindViaIdentityExpanded" - ], - "Command": "Find-MgUserMeetingTime", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/findMeetingTimes", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEdge", + "Command": "Get-MgAdminEdge", "Variants": [ "Get" ], - "Command": "Get-MgAdminEdge", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/edge", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEdge", "Permissions": [], + "Uri": "/admin/edge", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "GET" + }, + { + "Command": "Get-MgAdminEdgeInternetExplorerMode", "Variants": [ "Get" ], - "Command": "Get-MgAdminEdgeInternetExplorerMode", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11116,20 +11167,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11148,19 +11198,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "Variants": [ - "List" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11179,19 +11229,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11210,20 +11261,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11242,19 +11292,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "Variants": [ - "List" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11273,20 +11324,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11305,20 +11356,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSite", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11337,19 +11387,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSite", - "Variants": [ - "List" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11368,20 +11419,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminPeople", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphPeopleAdminSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11400,19 +11450,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "GET" + }, + { + "Command": "Get-MgAdminPeopleItemInsight", "Variants": [ "Get" ], - "Command": "Get-MgAdminPeople", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/people", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11431,34 +11481,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgAdminPeopleItemInsight", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Get-MgAdminPeopleProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAdminPeopleProfileCardProperty", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminPeopleProfileCardProperty", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProfileCardProperty", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11477,19 +11527,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "Variants": [ - "List" - ], - "Command": "Get-MgAdminPeopleProfileCardProperty", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/admin/people/profileCardProperties", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminPeopleProfileCardPropertyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11508,19 +11558,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people/profileCardProperties/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAdminPeoplePronoun", "Variants": [ "Get" ], - "Command": "Get-MgAdminPeopleProfileCardPropertyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/people/profileCardProperties/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphPronounsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11539,33 +11589,64 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET" + }, + { + "Command": "Get-MgAdminReportSetting", "Variants": [ "Get" ], - "Command": "Get-MgAdminPeoplePronoun", - "Method": "GET", + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Permissions": [ + { + "Name": "ReportSettings.Read.All", + "Description": "Read all admin report settings", + "FullDescription": "Allows the app to read all admin report settings, such as whether to display concealed information in reports, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "ReportSettings.ReadWrite.All", + "Description": "Read and write all admin report settings", + "FullDescription": "Allows the app to read and update all admin report settings, such as whether to display concealed information in reports, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Uri": "/admin/reportSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0", + "Module": "Reports", "CommandAlias": null, - "Uri": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Get-MgAdminSharepoint", "Variants": [ "Get" ], - "Command": "Get-MgAdminSharepoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "Uri": "/admin/sharepoint", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAdminSharepointSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphSharepointSettings", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11584,92 +11665,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharepointSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgAdminSharepointSetting", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/admin/sharepoint/settings", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET" + }, + { + "Command": "Get-MgAgreement", "Variants": [ "List" ], - "Command": "Get-MgAgreement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementAcceptance", "Variants": [ "List" ], - "Command": "Get-MgAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementAcceptanceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/agreements/{agreement-id}/acceptances/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAgreementFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [ { "Name": "Agreement.Read.All", @@ -11688,240 +11770,239 @@ "IsLeastPrivilege": false } ], + "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAgreementFile", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgAgreementFile", "Variants": [ "List" ], - "Command": "Get-MgAgreementFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgAgreementFileLocalization", "Variants": [ "List" ], - "Command": "Get-MgAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileLocalizationVersion", "Variants": [ "List" ], - "Command": "Get-MgAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileLocalizationVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileVersion", "Variants": [ "List" ], - "Command": "Get-MgAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAgreementFileVersionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgAllGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAllGroupSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/getAllSites", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgAllGroupTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAllGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgAllGroupTeamChannel", "Variants": [ "List" ], - "Command": "Get-MgAllGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/allChannels", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/allChannels", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAllGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAllGroupTeamChannelCount", - "Method": "GET", - "CommandAlias": "Get-MgGroupTeamAllChannelCount", + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/team/allChannels/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": "Get-MgGroupTeamAllChannelCount", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAllSite", + "Variants": [ + "Get2" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -11940,34 +12021,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/getAllSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Get2" - ], - "Command": "Get-MgAllSite", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/getAllSites", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgAllTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAllTeamChannel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAllTeamChannel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11994,19 +12075,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/allChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List" - ], - "Command": "Get-MgAllTeamChannel", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/allChannels", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAllTeamChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -12033,20 +12115,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/allChannels/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAllTeamChannelCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": "Get-MgTeamAllChannelCount", - "Uri": "/teams/{team-id}/allChannels/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAllTeamMessage", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -12121,33 +12202,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/getAllMessages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get" - ], - "Command": "Get-MgAllTeamMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": "Get-MgTeamMessage", - "Uri": "/teams/getAllMessages", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgAllTeamworkDeletedTeamMessage", "Variants": [ "Get" ], - "Command": "Get-MgAllTeamworkDeletedTeamMessage", - "Method": "GET", - "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/getAllMessages", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAllUserChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -12166,35 +12248,64 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgAllUserOnlineMeetingRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAllUserChatMessage", - "Method": "GET", + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "ApiReferenceLink": null, + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/getAllMessages", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAllUserOnlineMeetingTranscript", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgAppCatalogTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAppCatalogTeamApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAppCatalogTeamApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12237,19 +12348,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Variants": [ - "List" - ], - "Command": "Get-MgAppCatalogTeamApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAppCatalogTeamAppCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12292,48 +12403,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgAppCatalogTeamAppCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgAppCatalogTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAppCatalogTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgAppCatalogTeamAppDefinition", "Variants": [ "List" ], - "Command": "Get-MgAppCatalogTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -12360,35 +12472,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAppCatalogTeamAppDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAppCatalogTeamAppDefinitionBot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAppCatalogTeamAppDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12431,20 +12543,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplication", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12495,62 +12606,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgApplication", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgApplicationAppManagementPolicy", "Variants": [ "List" ], - "Command": "Get-MgApplicationAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/appManagementPolicies", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationAppManagementPolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgApplicationAppManagementPolicyByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationAppManagementPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationByAppId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12601,35 +12713,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationByAppId", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications(appId='{appId}')", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgApplicationById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgApplicationById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/applications/getByIds", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgApplicationByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12680,20 +12792,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationByUniqueName", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12744,34 +12855,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgApplicationCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgApplicationCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationCreatedOnBehalfOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/applications/{application-id}/createdOnBehalfOf", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12814,19 +12925,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Delta" - ], - "Command": "Get-MgApplicationDelta", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/delta", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationExtensionProperty", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -12861,20 +12973,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationExtensionProperty", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationExtensionProperty", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -12917,19 +13028,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationExtensionProperty", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationExtensionPropertyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12972,20 +13084,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/extensionProperties/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationExtensionPropertyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13004,20 +13116,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationFederatedIdentityCredential", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationFederatedIdentityCredential", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -13044,19 +13155,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationFederatedIdentityCredential", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -13083,20 +13195,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationFederatedIdentityCredentialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationFederatedIdentityCredentialByName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13123,113 +13235,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationFederatedIdentityCredentialCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationLogo", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/logo", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgApplicationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgApplicationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/getMemberGroups", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgApplicationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgApplicationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/getMemberObjects", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgApplicationOwner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13272,135 +13383,135 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationOwner", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/appRoleAssignment", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/applications/{application-id}/owners/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgApplicationOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/endpoint", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/applications/{application-id}/owners/endpoint", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/servicePrincipal", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/applications/{application-id}/owners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgApplicationOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/applications/{application-id}/owners/user", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13443,19 +13554,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationOwnerByRef", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13498,95 +13610,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationOwnerCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/endpoint/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/user/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/user/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationSynchronizationAccessToken", + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13605,170 +13719,168 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Command": "Get-MgApplicationSynchronizationAccessToken", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Get-MgApplicationSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJob", "Variants": [ "List" ], - "Command": "Get-MgApplicationSynchronizationJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJobBulkUpload", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJobSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationSecretCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationSynchronizationTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13795,20 +13907,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationSynchronizationTemplate", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationSynchronizationTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13835,19 +13946,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationSynchronizationTemplate", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationSynchronizationTemplateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13874,20 +13986,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13914,107 +14026,106 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationSynchronizationTemplateSchema", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "Uri": "/applicationTemplates/{applicationTemplate-id}", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgApplicationTemplate", "Variants": [ "List" ], - "Command": "Get-MgApplicationTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "Uri": "/applicationTemplates", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgApplicationTemplateCount", "Variants": [ "Get" ], - "Command": "Get-MgApplicationTemplateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applicationTemplates/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationTokenIssuancePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -14057,19 +14168,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgApplicationTokenIssuancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14112,19 +14223,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationTokenIssuancePolicyByRef", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationTokenIssuancePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14167,20 +14279,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgApplicationTokenIssuancePolicyCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationTokenLifetimePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -14223,19 +14334,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgApplicationTokenLifetimePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14278,19 +14389,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgApplicationTokenLifetimePolicyByRef", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgApplicationTokenLifetimePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14333,20 +14445,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgAuditLogDirectoryAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgApplicationTokenLifetimePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14365,20 +14477,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAuditLogDirectoryAudit", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogDirectoryAudit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14397,19 +14508,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/directoryAudits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "Variants": [ - "List" - ], - "Command": "Get-MgAuditLogDirectoryAudit", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/directoryAudits", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogDirectoryAuditCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14428,34 +14539,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/directoryAudits/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgAuditLogDirectoryAuditCount", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/directoryAudits/$count", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Command": "Get-MgAuditLogProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgAuditLogProvisioning", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Permissions": [], "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogProvisioning", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14474,19 +14585,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/provisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgAuditLogProvisioning", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/provisioning", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogProvisioningCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14505,19 +14616,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/provisioning/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgAuditLogProvisioningCount", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/provisioning/$count", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogSignIn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14536,20 +14648,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/signIns/{signIn-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSignIn", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgAuditLogSignIn", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogSignIn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14568,19 +14679,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/signIns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSignIn", - "Variants": [ - "List" - ], - "Command": "Get-MgAuditLogSignIn", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgAuditLogSignInCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14599,19 +14710,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/signIns/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgAuditLogSignInCount", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns/$count", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReview", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14638,20 +14750,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAccessReview", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReview", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14678,19 +14789,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAccessReview", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14717,34 +14828,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAccessReviewCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Get-MgBetaAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewDecision", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewDecision", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14771,19 +14882,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/decisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAccessReviewDecision", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/decisions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewDecisionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14810,211 +14922,210 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/decisions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAccessReviewDecisionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", + "Command": "Get-MgBetaAccessReviewInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaAccessReviewInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceDecision", "Variants": [ "List" ], - "Command": "Get-MgBetaAccessReviewInstanceDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "List" ], - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Variants": [ "List" ], - "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAccessReviewMyDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewMyDecision", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewMyDecision", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15041,19 +15152,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAccessReviewMyDecision", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewMyDecisionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15080,35 +15192,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAccessReviewMyDecisionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAccessReviewReviewer", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewReviewer", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15135,19 +15246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/reviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAccessReviewReviewer", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAccessReviewReviewerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15174,48 +15286,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAccessReviewReviewerCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdge", + "Command": "Get-MgBetaAdminEdge", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminEdge", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/edge", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEdge", "Permissions": [], + "Uri": "/admin/edge", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15234,20 +15346,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBrowserSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15266,19 +15377,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSiteList", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15297,19 +15408,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15328,20 +15440,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBrowserSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15360,19 +15471,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15391,20 +15503,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15423,20 +15535,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSite", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBrowserSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15455,19 +15566,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSite", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15486,20 +15598,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15534,20 +15646,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdministrativeUnit", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15582,34 +15693,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnit", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaAdministrativeUnitById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaAdministrativeUnitById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/administrativeUnits/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaAdministrativeUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15644,19 +15755,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAdministrativeUnitCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15691,63 +15802,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaAdministrativeUnitDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaAdministrativeUnitExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15782,34 +15893,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15844,34 +15955,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15906,34 +16017,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15968,34 +16079,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16030,34 +16141,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16092,34 +16203,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16154,19 +16265,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16201,19 +16312,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberByRef", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16248,20 +16360,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16296,20 +16408,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16344,20 +16456,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16392,20 +16504,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16440,20 +16552,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16488,20 +16600,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16536,54 +16648,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaAdministrativeUnitMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaAdministrativeUnitMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaAdministrativeUnitMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaAdministrativeUnitMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16618,20 +16730,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16666,19 +16777,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16713,35 +16825,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/administrativeUnits/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaAdminPeople", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphPeopleAdminSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16760,19 +16871,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminPeopleItemInsight", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminPeople", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/people", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16791,34 +16902,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAdminPeopleItemInsight", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/admin/people/itemInsights", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProfileCardProperty", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16837,19 +16948,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/admin/people/profileCardProperties", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16868,19 +16979,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/people/profileCardProperties/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminPeoplePronoun", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/people/profileCardProperties/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphPronounsSettings", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16899,19 +17010,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminReportSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminPeoplePronoun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/people/pronouns", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdminReportSettings", "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -16930,33 +17041,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/reportSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminSharepoint", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminReportSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/reportSettings", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphSharepoint", "Permissions": [], + "Uri": "/admin/sharepoint", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharepoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAdminSharepointSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaAdminSharepoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/sharepoint", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSharepointSettings", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -16975,92 +17086,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharepointSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAdminSharepointSetting", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/admin/sharepoint/settings", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgBetaAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreement", "Variants": [ "List" ], - "Command": "Get-MgBetaAgreement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementAcceptance", "Variants": [ "List" ], - "Command": "Get-MgBetaAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementAcceptanceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/agreements/{agreement-id}/acceptances/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAgreementFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [ { "Name": "Agreement.Read.All", @@ -17079,240 +17191,239 @@ "IsLeastPrivilege": false } ], + "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAgreementFile", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaAgreementFile", "Variants": [ "List" ], - "Command": "Get-MgBetaAgreementFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaAgreementFileLocalization", "Variants": [ "List" ], - "Command": "Get-MgBetaAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAgreementFileVersionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaAllGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAllGroupSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/getAllSites", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaAllGroupTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAllGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAllGroupTeamChannel", "Variants": [ "List" ], - "Command": "Get-MgBetaAllGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/allChannels", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/allChannels", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAllGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAllGroupTeamChannelCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/team/allChannels/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAllSite", + "Variants": [ + "Get2" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -17331,34 +17442,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/getAllSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Get2" - ], - "Command": "Get-MgBetaAllSite", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/getAllSites", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaAllTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAllTeamChannel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAllTeamChannel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17385,19 +17496,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/allChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAllTeamChannel", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/allChannels", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAllTeamChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17424,20 +17536,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/allChannels/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAllTeamChannelCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": "Get-MgBetaTeamAllChannelCount", - "Uri": "/teams/{team-id}/allChannels/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAllTeamMessage", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -17512,33 +17623,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/getAllMessages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAllTeamMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": "Get-MgBetaTeamMessage", - "Uri": "/teams/getAllMessages", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", "Variants": [ "Get" ], - "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", - "Method": "GET", - "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/getAllMessages", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAllUserChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -17557,65 +17669,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/getAllMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAllUserChatMessage", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/getAllMessages", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgBetaAllUserOnlineMeetingRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAllUserOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaAppCatalogTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAppCatalogTeamApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17658,19 +17769,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAppCatalogTeamApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAppCatalogTeamAppCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17713,48 +17824,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAppCatalogTeamAppCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17781,20 +17893,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17821,20 +17933,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17861,81 +17975,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "List" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17962,20 +18074,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -18002,22 +18116,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplication", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18060,20 +18172,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplication", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18124,62 +18235,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplication", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgBetaApplicationAppManagementPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/appManagementPolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationAppManagementPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationByAppId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18230,35 +18342,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationByAppId", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications(appId='{appId}')", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaApplicationById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaApplicationById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/applications/getByIds", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaApplicationByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18309,50 +18421,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationByUniqueName", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Command": "Get-MgBetaApplicationConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationConnectorGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/connectorGroup", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnectorGroup", "Permissions": [], + "Uri": "/applications/{application-id}/connectorGroup", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationConnectorGroupByRef", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18403,34 +18514,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaApplicationCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/applications/{application-id}/createdOnBehalfOf", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18473,19 +18584,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaApplicationDelta", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/delta", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationExtensionProperty", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -18520,20 +18632,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationExtensionProperty", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationExtensionProperty", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -18576,19 +18687,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationExtensionProperty", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationExtensionPropertyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18631,20 +18743,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/extensionProperties/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationExtensionPropertyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18663,20 +18775,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -18703,19 +18814,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -18742,20 +18854,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18782,113 +18894,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationLogo", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/logo", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaApplicationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaApplicationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/getMemberGroups", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaApplicationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaApplicationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/getMemberObjects", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaApplicationOwner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18931,106 +19042,106 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationOwner", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/endpoint", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/applications/{application-id}/owners/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/servicePrincipal", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/applications/{application-id}/owners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/applications/{application-id}/owners/user", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19073,19 +19184,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationOwnerByRef", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19128,80 +19240,82 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationOwnerCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/endpoint/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/user/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/owners/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationSynchronizationAccessToken", + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19220,170 +19334,168 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Command": "Get-MgBetaApplicationSynchronizationAccessToken", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "Get-MgBetaApplicationSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJob", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationSynchronizationJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJobSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationSecretCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19410,20 +19522,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19450,19 +19561,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19489,20 +19601,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19529,107 +19641,106 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgBetaApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaApplicationTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "Uri": "/applicationTemplates/{applicationTemplate-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Command": "Get-MgBetaApplicationTemplate", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Permissions": [], "Uri": "/applicationTemplates", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaApplicationTemplateCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaApplicationTemplateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applicationTemplates/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationTokenIssuancePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -19672,19 +19783,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationTokenIssuancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19727,19 +19838,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19782,20 +19894,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationTokenLifetimePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -19838,19 +19949,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaApplicationTokenLifetimePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19893,19 +20004,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19948,78 +20060,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaApplicationUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaApplicationUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/applications/getUserOwnedObjects", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Permissions": [], "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Variants": [ "List" ], - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Permissions": [], "Uri": "/auditLogs/customSecurityAttributeAudits", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/auditLogs/customSecurityAttributeAudits/$count", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20038,20 +20150,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAuditLogDirectoryAudit", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20070,19 +20181,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/directoryAudits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAuditLogDirectoryAudit", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/directoryAudits", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogDirectoryAuditCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20101,77 +20212,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/directoryAudits/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAuditLogDirectoryAuditCount", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/directoryAudits/$count", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "Method": "GET", - "CommandAlias": null, - "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Permissions": [], + "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Variants": [ "List" ], - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "Method": "GET", - "CommandAlias": null, - "Uri": "/auditLogs/directoryProvisioning", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Permissions": [], + "Uri": "/auditLogs/directoryProvisioning", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/auditLogs/directoryProvisioning/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/auditLogs/directoryProvisioning/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaAuditLogProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaAuditLogProvisioning", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Permissions": [], "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogProvisioning", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20190,19 +20301,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/provisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAuditLogProvisioning", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/provisioning", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogProvisioningCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20221,19 +20332,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/provisioning/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAuditLogProvisioningCount", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/provisioning/$count", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogSignIn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20252,20 +20364,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/signIns/{signIn-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSignIn", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaAuditLogSignIn", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns/{signIn-id}", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogSignIn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20284,19 +20395,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/signIns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSignIn", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaAuditLogSignIn", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaAuditLogSignInCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20315,19 +20426,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/auditLogs/signIns/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaAuditLogSignInCount", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/auditLogs/signIns/$count", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusiness", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20362,22 +20476,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusiness", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusiness", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20412,20 +20524,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusiness", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessAppointment", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20460,22 +20574,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusinessAppointment", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessAppointment", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20510,20 +20622,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusinessAppointment", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessAppointmentCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20558,39 +20672,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusinessAppointmentCount", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "Get-MgBetaBookingBusinessCalendarView", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaBookingBusinessCalendarView", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessCalendarView", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20625,20 +20737,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusinessCalendarView", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessCalendarViewCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20673,22 +20787,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaBookingBusinessCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Get1" ], - "Command": "Get-MgBetaBookingBusinessCalendarViewCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20723,20 +20835,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaBookingBusinessCustomer", "Variants": [ "Get", - "Get1" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaBookingBusinessCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/bookingBusinesses/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20771,22 +20885,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusinessCustomer", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessCustomer", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20821,20 +20933,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusinessCustomer", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessCustomerCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20869,22 +20983,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaBookingBusinessCustomerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20919,22 +21033,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusinessCustomQuestion", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20969,20 +21081,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusinessCustomQuestion", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21017,22 +21131,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaBookingBusinessService", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21067,22 +21181,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusinessService", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessService", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21117,20 +21229,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusinessService", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessServiceCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21165,22 +21279,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaBookingBusinessStaffAvailability", "Variants": [ "Get", - "Get1", + "GetExpanded", "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaBookingBusinessServiceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21223,22 +21337,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST" + }, + { + "Command": "Get-MgBetaBookingBusinessStaffMember", "Variants": [ "Get", - "GetExpanded", + "Get1", "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity1" ], - "Command": "Get-MgBetaBookingBusinessStaffAvailability", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21273,22 +21387,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingBusinessStaffMember", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessStaffMember", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21323,20 +21435,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingBusinessStaffMember", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingBusinessStaffMemberCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21371,22 +21485,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaBookingCurrency", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaBookingBusinessStaffMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21421,22 +21535,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaBookingCurrency", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingCurrency", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21471,20 +21583,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingCurrencies", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaBookingCurrency", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingCurrencies", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBookingCurrencyCount", + "Variants": [ + "Get", + "Get1" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21519,35 +21631,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingCurrencies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1" - ], - "Command": "Get-MgBetaBookingCurrencyCount", - "Method": "GET", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingCurrencies/$count", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Command": "Get-MgBetaBusinessFlowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaBusinessFlowTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Permissions": [], "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBusinessFlowTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21574,19 +21685,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/businessFlowTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaBusinessFlowTemplate", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/businessFlowTemplates", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBusinessFlowTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21613,19 +21724,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/businessFlowTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaBusinessFlowTemplateCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/businessFlowTemplates/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaBusinessScenarioPlannerPlan", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21644,22 +21758,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", + "Method": "POST" + }, + { + "Command": "Get-MgBetaChat", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBetaBusinessScenarioPlannerPlan", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21726,20 +21838,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChat", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21790,19 +21901,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChat", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21853,19 +21964,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaChatCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatInstalledApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -21956,20 +22068,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22092,19 +22203,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChatInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatInstalledAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22227,65 +22339,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatLastMessagePreview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22416,20 +22528,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22528,19 +22639,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChatMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/members", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22639,20 +22751,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessage", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaChatMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -22703,76 +22816,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "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": "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaChatMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaChatMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -22815,84 +22871,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatMessageCount", - "Method": "GET", + "Uri": "/chats/{chat-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "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.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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaChatMessageCount", "Variants": [ - "Delta", - "DeltaViaIdentity" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgBetaChatMessageDelta", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/delta", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -22910,22 +22902,6 @@ "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", @@ -22951,22 +22927,86 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta", + "Uri": "/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", + "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.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/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-MgBetaChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaChatMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -23025,19 +23065,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaChatMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -23096,125 +23136,197 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, + "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", - "Module": "Beta.Teams" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageReply", "Variants": [ "List" ], - "Command": "Get-MgBetaChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaChatMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23289,20 +23401,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatOperation", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23377,19 +23488,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChatOperation", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/operations", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23464,35 +23576,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/operations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatOperationCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/operations/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatPermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatPermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23599,19 +23710,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChatPermissionGrant", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatPermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23718,37 +23830,36 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatPermissionGrantCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Get-MgBetaChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaChatPinnedMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatPinnedMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "Chat.Read", @@ -23791,19 +23902,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChatPinnedMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatPinnedMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -23846,20 +23958,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatPinnedMessageCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatRetainedMessage", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23926,19 +24037,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/getAllRetainedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaChatRetainedMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/getAllRetainedMessages", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatTab", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24005,20 +24117,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaChatTab", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatTab", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24069,19 +24180,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaChatTab", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaChatTabCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24132,35 +24244,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCall", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaChatTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24179,20 +24291,51 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCall", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCall", - "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Permissions": [ + { + "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": true + }, + { + "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 + } + ], + "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, - "Uri": "/communications/calls/{call-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24211,20 +24354,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24243,27 +24386,83 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "Method": "GET", + "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, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentSharingSession", "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": true + "IsLeastPrivilege": false }, { "Name": "Calls.InitiateGroupCall.All", @@ -24272,22 +24471,30 @@ "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 } ], - "ApiReferenceLink": null, + "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, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24322,173 +24529,78 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "Method": "GET", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentSharingSession", + "Command": "Get-MgBetaCommunicationCallCount", "Variants": [ - "List" + "Get" ], - "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/communications/calls/$count", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], + "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, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallOperation", "Variants": [ - "Get" + "List" ], - "Command": "Get-MgBetaCommunicationCallCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/$count", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgBetaCommunicationCallOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaCommunicationCallOperation", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24507,20 +24619,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaCommunicationCallParticipant", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationCallParticipant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24539,19 +24650,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaCommunicationCallParticipant", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationCallParticipantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24570,229 +24682,228 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaCommunicationCallParticipantCount", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/$count", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Command": "Get-MgBetaCommunicationCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaCommunicationCallRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordParticipant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "Beta.CloudCommunications" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", "Permissions": [], + "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", "Permissions": [], + "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgBetaCommunicationCallRecordSession", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationCallRecordSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationCallRecordSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationCallRecordSmLog", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationCallRecordSmLog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", "Permissions": [], + "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeeting", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeeting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationOnlineMeeting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -24827,159 +24938,160 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/onlineMeetings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaCommunicationOnlineMeeting", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/onlineMeetings", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25014,20 +25126,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationOnlineMeetingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25062,38 +25173,30 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/onlineMeetings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaCommunicationOnlineMeetingCount", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/onlineMeetings/$count", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Get", "Get1", @@ -25101,295 +25204,303 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistration", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "List" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Get-MgBetaCommunicationPresence", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaCommunicationPresence", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "Uri": "/communications/presences/{presence-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationPresence", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -25416,19 +25527,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/presences", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaCommunicationPresence", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/presences", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaCommunicationPresenceByUserId", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read.All", @@ -25447,20 +25559,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/getPresencesByUserId", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence", - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgBetaCommunicationPresenceByUserId", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/getPresencesByUserId", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaCommunicationPresenceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Presence.Read", @@ -25487,47 +25598,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/presences/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaCommunicationPresenceCount", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/presences/$count", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Command": "Get-MgBetaCompliance", "Variants": [ "Get" ], - "Command": "Get-MgBetaCompliance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Permissions": [], + "Uri": "/compliance", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscovery", "Variants": [ "Get" ], - "Command": "Get-MgBetaComplianceEdiscovery", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Permissions": [], "Uri": "/compliance/ediscovery", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25546,20 +25658,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCase", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25578,19 +25689,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCase", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25609,19 +25720,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25640,20 +25752,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25672,19 +25783,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25703,35 +25815,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25750,20 +25862,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25782,19 +25893,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25813,35 +25925,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25860,20 +25972,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25892,19 +26003,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25923,64 +26035,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25999,20 +26111,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26031,19 +26142,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26062,20 +26174,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26094,20 +26206,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26126,19 +26237,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26157,35 +26269,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26204,19 +26315,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26235,138 +26347,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "List" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26385,19 +26496,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26416,20 +26528,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26448,20 +26560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26480,19 +26591,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26511,20 +26623,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26543,50 +26655,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26605,63 +26716,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26680,35 +26792,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26727,20 +26839,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26759,19 +26870,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26790,20 +26902,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26822,20 +26934,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26854,19 +26965,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26885,20 +26997,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26917,20 +27029,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26949,20 +27061,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26981,34 +27092,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27027,19 +27138,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27058,20 +27170,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27090,20 +27202,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27122,35 +27234,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27169,19 +27280,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27200,20 +27312,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27232,35 +27344,34 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27279,19 +27390,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27310,20 +27422,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27342,20 +27454,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27374,34 +27485,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27420,19 +27531,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27451,20 +27563,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27483,35 +27595,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27538,20 +27650,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaContact", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27578,34 +27689,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaContact", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaContactById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaContactCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27632,19 +27743,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaContactCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27671,34 +27782,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaContactDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactDirectReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactDirectReport", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27733,77 +27844,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/directReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaContactDirectReport", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactDirectReportAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaContactDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactDirectReportCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27838,50 +27950,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/directReports/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactDirectReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactManager", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactDirectReportCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27916,20 +28028,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaContactManager", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/manager", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28012,22 +28126,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaContactMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaContactMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28126,37 +28240,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/getMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaContactMemberObject", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28191,77 +28302,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaContactMemberOf", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaContactMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28296,94 +28408,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/memberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaContactMemberOfCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaContactServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28410,77 +28521,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaContactTransitiveMemberOf", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContactTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28507,109 +28619,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaContactTransitiveMemberOfCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaContactTransitiveReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactTransitiveReport", "Variants": [ "List" ], - "Command": "Get-MgBetaContactTransitiveReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveReports", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaContactTransitiveReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaContactTransitiveReportCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContactUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaContactUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaContract", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -28628,20 +28740,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaContract", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts/{contract-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContract", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -28660,34 +28771,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaContract", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContractById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaContractById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contracts/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaContractCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28706,19 +28817,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaContractCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaContractDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -28737,68 +28848,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaContractDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaContractMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaContractMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaContractMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaContractMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaContractUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaContractUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contracts/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDataPolicyOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [ { "Name": "User.Export.All", @@ -28817,48 +28929,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDataPolicyOperation", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "Get-MgBetaDataPolicyOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaDataPolicyOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/dataPolicyOperations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [], + "Uri": "/dataPolicyOperations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDataPolicyOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDataPolicyOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/dataPolicyOperations/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -28893,20 +29005,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDevice", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -28941,19 +29052,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDevice", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagement", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28988,19 +29099,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagement", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgt", - "Uri": "/deviceAppManagement", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29019,20 +29131,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29051,19 +29162,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29098,20 +29210,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29146,19 +29257,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29193,20 +29305,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29241,20 +29353,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29289,19 +29400,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29336,20 +29448,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29368,19 +29479,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29415,20 +29527,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29463,20 +29575,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29511,19 +29622,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29558,20 +29670,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29606,19 +29717,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29653,20 +29765,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29701,19 +29812,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29748,20 +29860,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29780,20 +29892,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29812,19 +29923,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29843,48 +29954,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Permissions": [], "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29903,20 +30015,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29935,19 +30046,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29966,34 +30078,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30012,20 +30124,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30044,19 +30155,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30075,20 +30187,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30107,20 +30219,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30139,19 +30250,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30170,20 +30282,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30202,20 +30314,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30234,19 +30345,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30265,20 +30377,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30297,20 +30409,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30329,19 +30440,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30376,20 +30488,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30424,19 +30535,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30471,20 +30583,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30519,20 +30631,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30567,19 +30678,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30614,51 +30726,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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": "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30668,22 +30748,6 @@ "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", @@ -30693,20 +30757,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30741,20 +30805,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30789,19 +30853,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30836,19 +30900,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30883,20 +30947,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30931,19 +30995,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30978,20 +31042,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31026,19 +31090,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31073,20 +31137,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31121,19 +31185,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31168,20 +31232,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31216,19 +31280,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31263,64 +31327,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31355,20 +31375,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Beta.Devices.CorporateManagement" + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31403,19 +31467,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31450,20 +31514,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31498,19 +31562,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31545,20 +31609,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31593,19 +31657,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31640,19 +31704,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", - "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31662,6 +31726,22 @@ "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", @@ -31671,20 +31751,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31703,19 +31783,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31734,20 +31814,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31766,19 +31846,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31797,20 +31877,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31829,22 +31909,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31863,20 +31943,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "Uri": "/deviceAppManagement/managedEBookCategories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31895,21 +31975,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBookCategories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", - "Uri": "/deviceAppManagement/managedEBookCategories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31928,19 +32008,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBookCategories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", - "Uri": "/deviceAppManagement/managedEBooks/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31959,20 +32039,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31991,19 +32071,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32022,20 +32102,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32054,20 +32134,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32086,20 +32166,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32118,19 +32198,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32149,20 +32229,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32181,20 +32261,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32213,19 +32293,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32244,20 +32324,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32276,20 +32356,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32308,19 +32388,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "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": "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/mdmWindowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32355,20 +32467,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32403,19 +32514,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32450,20 +32562,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32482,19 +32593,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32529,20 +32641,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32577,19 +32688,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32624,20 +32736,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32672,20 +32784,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32720,19 +32831,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32767,20 +32879,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32799,20 +32911,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32831,34 +32942,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidForWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32877,166 +32988,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33055,298 +33166,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33365,166 +33476,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33543,166 +33654,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidStoreApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "OutputType": "IMicrosoftGraphIosLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33721,298 +33832,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "OutputType": "IMicrosoftGraphIosStoreApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34031,166 +34142,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosStoreApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "OutputType": "IMicrosoftGraphIosVppApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34209,210 +34320,210 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosVppApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34431,298 +34542,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSDmgApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34741,298 +34852,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35051,298 +35162,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSPkgApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35361,298 +35472,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35671,298 +35782,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedIosLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35981,298 +36092,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36291,195 +36402,196 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36498,20 +36610,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36530,19 +36641,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36561,35 +36673,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWin32LobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "OutputType": "IMicrosoftGraphWin32LobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36608,298 +36719,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWin32LobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "OutputType": "IMicrosoftGraphWindowsAppX", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36918,298 +37029,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAppX", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37228,298 +37339,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37538,166 +37649,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsStoreApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37716,342 +37827,342 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38070,166 +38181,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsWebApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWinGetApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "OutputType": "IMicrosoftGraphWinGetApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38248,228 +38359,197 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/winGetApp", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWinGetApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "Uri": "/deviceAppManagement/mobileApps/winGetApp", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCatalogPackages", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { - "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": "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 - } - ], "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38488,20 +38568,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38520,20 +38600,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", - "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38552,20 +38632,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppCategories/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38584,19 +38664,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38615,20 +38695,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38647,19 +38727,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38678,20 +38758,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38710,19 +38790,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38741,20 +38821,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38773,19 +38853,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38804,20 +38884,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38836,20 +38916,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38868,20 +38948,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38900,19 +38980,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38931,20 +39011,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38963,20 +39043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38995,19 +39075,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", - "Uri": "/deviceAppManagement/mobileApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39026,19 +39106,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", - "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39057,19 +39137,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39088,19 +39168,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", - "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39119,19 +39199,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39150,19 +39230,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39181,19 +39261,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39212,19 +39292,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39243,19 +39323,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39274,19 +39354,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39305,19 +39385,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", - "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39336,19 +39416,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39367,19 +39447,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39398,19 +39478,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39429,19 +39509,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39460,19 +39540,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39491,19 +39571,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39522,19 +39602,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39553,19 +39633,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", - "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39584,19 +39664,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39615,19 +39695,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39646,51 +39726,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", - "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { - "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.", + "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": "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.", + "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/mobileApps/winGetApp/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39709,19 +39789,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39740,54 +39820,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "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.", + "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": 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.", + "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/mobileApps/{mobileApp-id}/relationships/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39806,19 +39886,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "Uri": "/deviceAppManagement/policySets", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39837,20 +39917,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39869,19 +39949,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39900,20 +39980,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39932,19 +40012,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", - "Uri": "/deviceAppManagement/policySets/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39963,20 +40043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39995,19 +40075,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40026,20 +40106,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", + "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 + } + ], "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40058,19 +40169,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40089,20 +40201,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40121,19 +40232,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40168,20 +40280,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40216,19 +40327,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40263,20 +40375,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40311,20 +40423,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40359,19 +40470,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40406,20 +40518,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40438,19 +40549,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40485,20 +40597,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40533,20 +40645,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40581,19 +40692,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40628,20 +40740,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40676,20 +40788,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40724,19 +40835,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40771,20 +40883,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40819,20 +40931,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementTask", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40867,19 +40978,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementTask", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40914,19 +41025,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementTaskCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -40961,20 +41073,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementVppToken", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41009,19 +41120,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementVppToken", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41056,19 +41167,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", - "Uri": "/deviceAppManagement/vppTokens/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41103,20 +41215,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41135,20 +41247,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41167,19 +41278,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41198,20 +41310,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41230,19 +41341,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41261,20 +41373,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41293,19 +41404,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41324,20 +41436,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41356,20 +41468,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41388,19 +41499,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41435,20 +41547,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41483,19 +41594,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41530,19 +41641,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41577,20 +41689,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41625,19 +41736,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41672,20 +41784,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41720,19 +41831,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41767,20 +41879,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41815,19 +41926,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41862,20 +41974,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41910,19 +42021,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41957,20 +42069,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42005,20 +42117,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42053,19 +42164,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42100,20 +42212,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "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/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42148,20 +42307,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42196,19 +42354,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42243,19 +42402,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42290,20 +42449,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42338,19 +42497,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42385,20 +42544,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42433,19 +42592,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42480,20 +42640,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42528,20 +42687,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42576,19 +42735,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42623,20 +42782,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Permissions": [], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphWindowsManagementApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42647,105 +42820,165 @@ "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.", + "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": "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.", + "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": "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.", + "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": "/deviceAppManagement/windowsManagementApp", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Command": "Get-MgBetaDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "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": "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": "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", + "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": "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": "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": "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": "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(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" + }, + { + "Command": "Get-MgBetaDeviceById", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgBetaDeviceCommand", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceCommand", "Variants": [ - "Get" + "List" ], - "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", - "Method": "GET", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", - "Uri": "/deviceAppManagement/windowsManagementApp", - "Module": "Beta.Devices.CorporateManagement" + "OutputType": "IMicrosoftGraphCommand", + "Permissions": [], + "Uri": "/devices/{device-id}/commands", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceCommandCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/devices/{device-id}/commands/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceCommandResponsepayload", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -42780,199 +43013,77 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceByDeviceId", - "Method": "GET", + "Uri": "/devices/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgBetaDeviceById", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Command": "Get-MgBetaDeviceDelta", "Variants": [ - "Get", - "GetViaIdentity" + "Delta" ], - "Command": "Get-MgBetaDeviceCommand", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/commands/{command-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceCommand", - "Method": "GET", + "Uri": "/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/commands", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceCommandCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/commands/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceCommandResponsepayload", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", - "Module": "Beta.Identity.DirectoryManagement" - }, - { - "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 - } - ], - "ApiReferenceLink": null, "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/$count", - "Module": "Beta.Identity.DirectoryManagement" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaDeviceExtension", "Variants": [ - "Delta" + "List" ], - "Command": "Get-MgBetaDeviceDelta", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/delta", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceExtension", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagement", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Command": "Get-MgBetaDeviceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43055,50 +43166,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagement", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagement", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43117,20 +43197,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43149,19 +43229,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43180,19 +43260,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43211,20 +43291,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43243,19 +43323,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43274,19 +43354,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43305,20 +43385,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43337,19 +43417,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43368,19 +43448,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43399,20 +43479,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43431,19 +43511,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43462,19 +43542,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43493,19 +43573,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43524,19 +43604,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidForWorkSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43555,20 +43635,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43587,19 +43667,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43618,19 +43698,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", - "Method": "GET", - "CommandAlias": null, + "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 + } + ], "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -43665,19 +43776,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43696,20 +43808,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43728,19 +43839,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43759,20 +43871,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43791,19 +43902,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43822,20 +43934,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43854,19 +43965,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43901,51 +44012,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/getAssignedRoleDetails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/getAssignedRoleDetails", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43964,19 +44044,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43995,19 +44075,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/assignmentFilters", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44026,20 +44106,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/assignmentFilters/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44058,19 +44138,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/getState", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44089,20 +44169,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/assignmentFilters/getState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44121,52 +44201,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "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.", + "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": "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.", + "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/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAuditEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44185,19 +44265,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAuditEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44216,20 +44296,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44248,19 +44328,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44279,51 +44359,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents/getAuditCategories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAuditEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAuditEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "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.", + "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": "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", + "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": "/deviceManagement/auditEvents/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44342,19 +44422,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44373,19 +44453,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/autopilotEvents", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44404,20 +44484,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/autopilotEvents/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44436,19 +44516,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44467,52 +44547,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "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.", + "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": "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": "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 } ], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44531,19 +44611,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/cartToClassAssociations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44562,19 +44642,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/cartToClassAssociations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/cartToClassAssociations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44593,20 +44673,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/cartToClassAssociations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44625,19 +44705,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44656,19 +44736,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCategoryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44687,20 +44767,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44719,19 +44799,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44750,20 +44830,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44782,22 +44862,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44816,22 +44896,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "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 + } + ], "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44866,20 +44978,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementComanagedDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44914,196 +45025,196 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementComanagedDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45138,63 +45249,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45229,255 +45341,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphComanagedDevicesSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45512,92 +45623,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/getComanagedDevicesSummary", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagedDevicesSummary", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/getComanagedDevicesSummary", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45632,20 +45744,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45680,19 +45791,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagementEligibleDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/comanagementEligibleDevices", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45727,19 +45838,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagementEligibleDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45774,19 +45885,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45821,20 +45933,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45869,19 +45980,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45916,51 +46027,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45979,19 +46059,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46010,20 +46090,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46042,19 +46122,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46073,20 +46153,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46105,19 +46185,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46136,20 +46216,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46168,19 +46248,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46199,20 +46279,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46231,20 +46311,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46263,19 +46343,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46294,20 +46374,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46326,20 +46406,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46358,19 +46438,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46389,64 +46469,96 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", - "Method": "GET", - "CommandAlias": null, + "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 + } + ], "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", - "Module": "Beta.DeviceManagement" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46465,20 +46577,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46497,19 +46608,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceSettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/complianceSettings", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46528,19 +46639,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceSettings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceSettings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46575,19 +46686,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46622,20 +46734,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46654,20 +46766,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46686,19 +46797,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46717,20 +46829,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46749,19 +46860,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46780,20 +46892,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46812,49 +46923,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46873,20 +46985,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46905,19 +47016,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46936,20 +47048,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46968,20 +47080,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47000,19 +47111,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47031,20 +47143,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47063,20 +47175,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47095,19 +47206,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47126,19 +47237,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47157,20 +47269,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47189,19 +47300,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47220,20 +47332,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47252,20 +47364,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47284,19 +47395,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47315,20 +47427,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47347,20 +47459,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47379,19 +47490,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationSettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationSettings", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47410,19 +47521,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/configurationSettings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/configurationSettings/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47449,20 +47561,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47489,19 +47600,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/dataSharingConsents", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/dataSharingConsents", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47528,19 +47639,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/dataSharingConsents/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/dataSharingConsents/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47559,20 +47671,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47591,19 +47702,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47622,19 +47733,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47653,20 +47765,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47685,20 +47797,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47717,20 +47829,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47749,20 +47861,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47781,19 +47892,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47812,20 +47924,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47844,20 +47956,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47876,20 +47988,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47908,19 +48019,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47939,63 +48051,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/derivedCredentials", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/derivedCredentials/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48030,20 +48142,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDetectedApp", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48078,19 +48189,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDetectedApp", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDetectedAppCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48125,19 +48236,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDetectedAppCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48156,20 +48268,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48188,19 +48299,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48219,20 +48331,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48267,20 +48379,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceCategory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48315,19 +48426,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceCategory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48362,51 +48473,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48425,19 +48505,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48456,20 +48536,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48488,19 +48568,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48519,20 +48599,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48551,19 +48631,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48582,19 +48662,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48613,20 +48693,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48645,19 +48725,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48676,20 +48756,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48708,19 +48788,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48739,20 +48819,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48771,19 +48851,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48802,20 +48882,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48834,20 +48914,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48866,20 +48946,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48898,20 +48978,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48930,19 +49010,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48961,20 +49041,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48993,20 +49073,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49025,19 +49105,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49056,20 +49136,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49088,20 +49168,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49120,19 +49200,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49151,19 +49231,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49182,20 +49262,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49214,19 +49294,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49245,20 +49325,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49277,20 +49357,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49309,19 +49389,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49340,20 +49420,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49372,20 +49452,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49404,20 +49484,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49436,19 +49516,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49467,19 +49547,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49498,20 +49578,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49530,19 +49610,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49561,20 +49641,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49593,20 +49673,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49625,19 +49705,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49656,19 +49736,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49687,19 +49767,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49718,20 +49798,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49750,19 +49830,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49781,20 +49861,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49813,19 +49893,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49844,20 +49924,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49876,19 +49956,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49907,20 +49987,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49939,20 +50019,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49971,20 +50051,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50003,19 +50083,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50034,20 +50114,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50066,20 +50146,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50098,19 +50178,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50129,20 +50209,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50161,19 +50241,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50192,63 +50272,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "Method": "GET", - "CommandAlias": null, + "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 + } + ], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationProfiles", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50267,20 +50379,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50299,19 +50410,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50330,34 +50441,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50376,19 +50487,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50407,20 +50519,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50439,19 +50550,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50470,20 +50582,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50502,20 +50614,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50550,20 +50662,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50598,19 +50709,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50645,20 +50757,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50693,19 +50804,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50740,20 +50852,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50788,19 +50899,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50835,20 +50947,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50883,19 +50994,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50914,20 +51026,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50962,19 +51073,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51009,20 +51121,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51057,19 +51168,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51088,20 +51200,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51136,19 +51247,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51183,20 +51295,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51231,20 +51343,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51271,20 +51383,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51319,20 +51431,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51367,19 +51478,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51414,68 +51526,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51510,19 +51574,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51557,20 +51621,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51605,19 +51669,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51652,20 +51716,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51700,19 +51764,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51747,20 +51811,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51795,19 +51859,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51842,35 +51906,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51905,20 +51954,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", + "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51953,19 +52017,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52000,68 +52064,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52096,20 +52112,68 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "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}/runSummary", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52144,19 +52208,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52191,49 +52255,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", - "Method": "GET", - "CommandAlias": null, + "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 + } + ], "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "Module": "Beta.DeviceManagement" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Permissions": [], "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52252,20 +52364,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52284,19 +52395,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/domainJoinConnectors", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/domainJoinConnectors", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52315,19 +52426,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/domainJoinConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/domainJoinConnectors/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEffectivePermission", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -52346,36 +52459,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/getEffectivePermissions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementElevationRequest", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementEffectivePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/getEffectivePermissions", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", "Permissions": [], + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementElevationRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52394,20 +52506,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52426,19 +52537,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52457,20 +52569,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52489,19 +52600,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52520,20 +52632,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52552,19 +52663,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52583,20 +52695,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52615,19 +52726,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52646,20 +52758,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52694,20 +52806,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementExchangeConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52742,19 +52853,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementExchangeConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52789,19 +52900,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52836,65 +52949,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52913,20 +53025,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52945,63 +53056,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyCategories", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53020,125 +53131,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyCategories/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", - "Module": "Beta.DeviceManagement.Administration" - }, - { - "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 - } - ], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53157,19 +53237,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53188,20 +53268,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53220,19 +53300,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53251,20 +53331,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53283,19 +53363,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53314,20 +53394,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53346,19 +53426,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53377,20 +53457,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53409,20 +53489,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53441,20 +53521,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53473,19 +53553,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53504,20 +53584,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53536,34 +53616,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53582,19 +53647,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53613,601 +53693,601 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "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 + } + ], "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Permissions": [], "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration" - }, - { - "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 - } - ], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54226,19 +54306,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54257,19 +54337,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54288,20 +54368,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54320,19 +54400,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54351,20 +54431,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54383,20 +54463,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54415,19 +54495,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54446,20 +54526,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54478,20 +54558,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54510,19 +54590,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54541,19 +54621,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyObjectFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54572,20 +54652,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54604,19 +54684,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54635,139 +54715,139 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", - "Method": "GET", - "CommandAlias": null, + "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 + } + ], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { - "Permissions": [ - { - "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read 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": "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": false - } - ], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54786,19 +54866,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54817,19 +54897,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedDeviceIdentities", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54848,20 +54928,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedDeviceIdentities/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54880,19 +54960,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54911,51 +54991,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "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.", + "Name": "DeviceManagementServiceConfig.Read.All", + "Description": "Read Microsoft Intune configuration", + "FullDescription": "Allows the app to read 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.", + "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": false } ], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54974,19 +55054,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntent", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55005,20 +55085,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55037,19 +55117,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55068,20 +55148,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55100,20 +55180,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55132,19 +55212,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55163,20 +55243,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55195,20 +55275,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55227,19 +55307,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55258,20 +55338,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55290,20 +55370,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55322,19 +55402,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55353,20 +55433,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55385,19 +55465,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementIntentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55416,20 +55496,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55448,20 +55528,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55480,19 +55560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55511,20 +55591,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55543,20 +55623,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55575,19 +55655,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55606,20 +55686,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55638,20 +55718,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55670,20 +55750,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55702,19 +55782,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55733,20 +55813,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55765,20 +55845,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentUserState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55797,19 +55877,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntentUserState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55828,20 +55908,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55860,52 +55940,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", "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.", + "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": "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.", + "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/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55924,19 +56004,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55955,20 +56035,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intuneBrandingProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -55987,19 +56067,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56018,20 +56098,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56050,51 +56130,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "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.", + "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.", + "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": "/deviceManagement/intuneBrandingProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56113,19 +56193,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56144,19 +56224,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56175,20 +56255,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/iosUpdateStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56207,19 +56287,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56238,20 +56318,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56270,19 +56350,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56301,20 +56381,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56333,20 +56413,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56365,19 +56445,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56396,20 +56476,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56428,19 +56508,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", - "Method": "GET", - "CommandAlias": null, + "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 + } + ], "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56475,20 +56587,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementManagedDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56523,136 +56634,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementManagedDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceCleanupRules", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56671,108 +56783,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56807,63 +56918,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56882,20 +56994,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56914,19 +57025,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56945,19 +57056,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56992,167 +57104,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphManagedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57187,270 +57298,239 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDeviceOverview", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceOverview", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Beta.DeviceManagement" - }, - { - "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 - } - ], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57469,19 +57549,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57500,19 +57580,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57531,20 +57611,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57563,19 +57643,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57594,19 +57674,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57625,20 +57705,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57657,19 +57737,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57688,19 +57768,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57719,20 +57799,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57751,19 +57831,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57782,19 +57862,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57813,20 +57893,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57845,20 +57925,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57877,19 +57957,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57908,20 +57988,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57940,22 +58020,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57974,22 +58054,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "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 + } + ], "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58008,20 +58120,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58040,19 +58151,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58087,20 +58199,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58135,19 +58246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58182,20 +58294,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58214,19 +58325,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58261,20 +58373,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58309,19 +58420,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58356,33 +58467,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Command": "Get-MgBetaDeviceManagementMonitoring", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMonitoring", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Permissions": [], "Uri": "/deviceManagement/monitoring", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58401,20 +58513,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58433,19 +58544,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRecords", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58464,19 +58575,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRecords/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58495,19 +58606,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58526,20 +58638,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58558,19 +58669,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRules", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58589,19 +58700,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/monitoring/alertRules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRules/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphNdesConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58620,20 +58732,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementNdeConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNdesConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58652,19 +58763,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/ndesConnectors", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementNdeConnector", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/ndesConnectors", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58683,19 +58794,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/ndesConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/ndesConnectors/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58714,20 +58826,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58746,19 +58857,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58777,19 +58888,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58808,20 +58920,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58840,19 +58951,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58871,20 +58983,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", + "Variants": [ + "Retrieve" + ], + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58919,19 +59030,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", "Variants": [ "Retrieve" ], - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58966,19 +59077,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Variants": [ "Retrieve" ], - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphOperationApprovalRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59013,19 +59124,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOperationApprovalRequest", - "Variants": [ - "Retrieve" - ], - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ], + "OutputType": "IMicrosoftGraphOperationApprovalRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59060,35 +59172,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOperationApprovalRequest", - "Variants": [ - "Retrieve", - "RetrieveViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", + "Permissions": [], "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59123,20 +59235,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementPartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59171,19 +59282,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementPartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59218,19 +59329,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementPartnerCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59265,20 +59377,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59313,19 +59424,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteActionAudits", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/remoteActionAudits", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59360,19 +59471,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteActionAudits/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/remoteActionAudits/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59407,20 +59519,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59455,19 +59566,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59502,19 +59613,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementReport", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59581,94 +59692,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementReport", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getActiveMalwareReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getActiveMalwareReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/reports/retrieveAssignedApplicationsReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementReportCachedReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59719,20 +59831,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getCachedReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementReportCachedReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCachedReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59783,20 +59895,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59847,19 +59958,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/cachedReportConfigurations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59910,49 +60021,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60003,20 +60115,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60067,50 +60179,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60161,80 +60273,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getComplianceSettingsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getComplianceSettingsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60285,20 +60397,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60349,65 +60461,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60458,80 +60570,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60582,20 +60694,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60646,20 +60758,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60710,20 +60822,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60774,20 +60886,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60838,20 +60950,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60902,20 +61014,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60966,20 +61078,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61030,20 +61142,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61094,20 +61206,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61158,20 +61270,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61222,20 +61334,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61286,50 +61398,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportExportJob", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61380,20 +61492,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61444,19 +61555,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/exportJobs", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports/exportJobs", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReportExportJobCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61507,49 +61618,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/exportJobs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementReportExportJobCount", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports/exportJobs/$count", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementReportFilter", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61600,20 +61712,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getReportFilters", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportFilter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getReportFilters", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61632,20 +61744,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61696,35 +61808,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getHistoricalReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getHistoricalReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61759,20 +61871,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61807,20 +61919,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61871,20 +61983,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61935,20 +62047,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61999,20 +62111,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62063,65 +62175,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62156,20 +62268,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62220,185 +62332,185 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getUserInstallStatusReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getUserInstallStatusReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62417,20 +62529,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62449,20 +62561,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62481,19 +62592,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceAccessProfiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62512,20 +62624,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62544,19 +62655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62575,20 +62687,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62607,19 +62718,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceAccessProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62654,20 +62766,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementResourceOperation", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62702,19 +62813,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementResourceOperation", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceOperationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62749,19 +62860,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementResourceOperationCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62796,35 +62908,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Permissions": [], "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62843,20 +62955,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementReusableSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62875,19 +62986,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reusableSettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementReusableSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/reusableSettings", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementReusableSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62906,19 +63017,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reusableSettings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementReusableSettingCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/reusableSettings/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62953,20 +63065,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63001,19 +63112,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63048,78 +63159,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63154,20 +63266,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63202,19 +63313,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63249,19 +63360,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63296,20 +63408,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63344,19 +63455,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63391,20 +63503,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63439,20 +63551,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63487,20 +63599,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63535,93 +63646,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [], + "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Permissions": [], "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63656,19 +63767,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63703,49 +63815,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Command": "Get-MgBetaDeviceManagementScript", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementScript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementScript", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementScript", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Permissions": [], "Uri": "/deviceManagement/deviceManagementScripts", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63780,20 +63892,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementScriptAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63828,19 +63939,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementScriptAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63875,34 +63987,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementScriptCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementScriptCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceManagementScripts/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63937,20 +64049,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63985,19 +64096,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64032,20 +64144,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64080,20 +64192,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64128,20 +64240,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64176,19 +64287,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64223,20 +64335,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64271,20 +64383,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementScriptRunSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64319,20 +64431,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64367,19 +64478,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64414,20 +64526,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64462,20 +64574,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64510,19 +64621,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64541,20 +64653,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementSettingDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64573,19 +64684,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/settingDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementSettingDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/settingDefinitions", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64604,19 +64715,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64635,19 +64746,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64666,20 +64778,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64698,20 +64810,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64730,19 +64841,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64761,51 +64872,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Command": "Get-MgBetaDeviceManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64824,19 +64904,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplate", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64855,20 +64935,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64887,19 +64967,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64918,20 +64998,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64950,20 +65030,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64982,19 +65062,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65013,20 +65093,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65045,20 +65125,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65077,19 +65157,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65108,20 +65188,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65140,19 +65220,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65171,20 +65251,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65203,151 +65283,183 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "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 + } + ], "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Module": "Beta.DeviceManagement" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65366,64 +65478,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65442,20 +65554,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTemplateSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65474,19 +65585,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTemplateSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65505,20 +65617,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65553,19 +65664,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/tenantAttachRBAC/getState", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65584,20 +65696,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTermAndCondition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65616,19 +65727,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTermAndCondition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65647,20 +65759,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65679,19 +65790,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65710,20 +65822,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65742,20 +65854,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65774,20 +65886,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65806,19 +65917,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65837,20 +65949,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65869,19 +65980,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65900,20 +66012,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65932,19 +66043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65963,20 +66075,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65995,20 +66107,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66027,20 +66139,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66059,19 +66170,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66090,19 +66201,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/troubleshootingEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66137,20 +66249,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66185,62 +66296,62 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66275,19 +66386,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66322,20 +66434,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66370,19 +66481,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66417,19 +66528,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66464,20 +66576,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66512,19 +66623,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66559,20 +66671,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66607,19 +66718,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66654,19 +66765,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66701,20 +66813,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66749,19 +66860,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66796,19 +66907,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66843,20 +66955,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66891,19 +67002,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66938,19 +67049,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66985,20 +67097,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67033,19 +67144,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67080,19 +67191,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67127,19 +67238,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67174,20 +67286,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67222,19 +67333,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67269,19 +67380,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67316,20 +67428,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67364,19 +67475,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67411,19 +67522,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67458,20 +67570,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67506,19 +67617,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67553,19 +67664,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67600,20 +67712,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67648,19 +67759,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67695,19 +67806,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67742,62 +67853,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67832,20 +67944,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67880,19 +67991,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67927,20 +68039,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67975,20 +68087,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68023,20 +68135,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68071,19 +68182,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68118,20 +68230,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68166,20 +68278,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68214,20 +68326,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68262,68 +68374,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68358,19 +68422,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68405,19 +68469,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68452,19 +68516,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68499,20 +68563,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68547,19 +68611,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68594,19 +68658,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68641,20 +68705,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68689,19 +68753,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68736,19 +68800,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68783,20 +68847,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68831,19 +68895,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68878,19 +68942,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68925,20 +68989,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "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/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68973,19 +69084,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", "Variants": [ - "List" + "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "Method": "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": "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/userExperienceAnalyticsBatteryHealthModelPerformance/$count", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69020,19 +69179,66 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ - "Get" + "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "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/userExperienceAnalyticsBatteryHealthOsPerformance", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69067,114 +69273,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { - "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 - } - ], - "ApiReferenceLink": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Module": "Beta.DeviceManagement" + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69209,19 +69320,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69256,92 +69368,92 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69376,20 +69488,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69424,19 +69535,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69471,19 +69582,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69518,20 +69630,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69566,19 +69677,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69613,19 +69724,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69660,21 +69773,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69709,19 +69820,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69756,19 +69867,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69803,20 +69915,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69851,19 +69962,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69898,19 +70009,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69945,20 +70057,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69993,19 +70104,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70040,19 +70151,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70087,20 +70199,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70135,19 +70246,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70182,19 +70293,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70229,20 +70341,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70277,19 +70388,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70324,62 +70435,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70414,20 +70526,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70462,19 +70573,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70509,19 +70620,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70556,20 +70668,66 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "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/userExperienceAnalyticsImpactingProcess", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70604,66 +70762,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70698,20 +70810,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70746,19 +70857,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70793,19 +70904,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70840,20 +70952,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70888,19 +70999,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70935,19 +71046,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70982,20 +71094,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71030,19 +71141,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71077,19 +71188,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71124,19 +71235,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71171,20 +71283,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71219,19 +71330,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71266,19 +71377,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71313,20 +71425,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71361,19 +71472,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71408,19 +71519,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71455,20 +71567,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71503,19 +71614,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71550,19 +71661,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71597,19 +71708,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71644,20 +71756,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71692,19 +71803,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71739,19 +71850,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71786,20 +71898,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71834,19 +71945,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71881,20 +71993,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71929,20 +72041,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71977,19 +72088,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72024,19 +72135,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72055,20 +72167,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72087,19 +72198,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userPfxCertificates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/userPfxCertificates", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72118,33 +72229,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userPfxCertificates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/userPfxCertificates/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72163,20 +72275,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72195,19 +72306,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72226,19 +72337,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72257,62 +72368,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72331,20 +72443,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72363,19 +72474,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "GET", - "CommandAlias": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72394,20 +72506,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72426,49 +72537,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72487,50 +72599,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72549,20 +72661,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72581,19 +72692,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72612,20 +72724,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72644,19 +72755,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72675,19 +72786,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72706,19 +72817,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72737,19 +72848,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72768,20 +72880,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72800,19 +72911,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72831,62 +72942,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72905,20 +73017,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72937,19 +73048,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72968,19 +73079,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72999,20 +73111,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73031,19 +73142,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73062,19 +73173,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -73093,19 +73204,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73124,20 +73236,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73156,151 +73267,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73319,108 +73430,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReports", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcReports", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73439,138 +73551,138 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcExportJob", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73589,20 +73701,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73621,20 +73733,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73653,49 +73765,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", "Variants": [ "Retrieve" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73714,19 +73825,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73745,19 +73856,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73776,20 +73888,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73808,19 +73919,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73839,19 +73950,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73870,20 +73982,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphCloudPcSubscription", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73902,34 +74013,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSubscription", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73948,19 +74059,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73979,33 +74090,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", "Variants": [ "Retrieve" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", - "Module": "Beta.DeviceManagement.Functions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74024,20 +74136,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74056,63 +74167,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74131,19 +74242,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74162,20 +74274,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74194,137 +74305,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74343,19 +74454,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74374,20 +74486,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74406,19 +74517,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74437,19 +74548,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74468,20 +74580,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74500,20 +74612,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74532,19 +74643,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotSettings", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74563,20 +74675,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74595,19 +74706,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74626,20 +74738,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74658,19 +74769,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74689,20 +74801,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74721,19 +74832,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74752,20 +74864,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74784,19 +74895,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74815,19 +74926,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74846,20 +74958,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74878,19 +74989,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74909,19 +75020,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -74956,20 +75068,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75004,19 +75115,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75051,19 +75162,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75098,20 +75210,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75146,19 +75257,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75193,20 +75305,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75225,20 +75337,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75257,19 +75368,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75288,20 +75400,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75320,19 +75431,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75351,20 +75463,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75383,19 +75494,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", - "Method": "GET", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceMemberGroup", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75478,22 +75592,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDeviceMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75592,37 +75706,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/getMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaDeviceMemberObject", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -75657,77 +75768,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceMemberOf", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/group", - "Module": "Beta.Identity.DirectoryManagement" + "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", @@ -75762,50 +75874,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceMemberOfCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceRegisteredOwner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -75840,106 +75951,106 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredOwners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceRegisteredOwner", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -75974,19 +76085,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceRegisteredOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76021,65 +76133,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceRegisteredOwnerCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceRegisteredUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -76114,106 +76225,106 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceRegisteredUser", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/devices/{device-id}/registeredUsers/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceRegisteredUserByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76248,19 +76359,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceRegisteredUserByRef", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceRegisteredUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76295,80 +76407,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceRegisteredUserCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -76403,77 +76514,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76508,65 +76620,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDeviceUsageRights", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDeviceUsageRights", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Permissions": [], "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceUsageRights", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [ { "Name": "Device.Read.All", @@ -76601,19 +76712,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/usageRights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDeviceUsageRights", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/usageRights", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDeviceUsageRightsCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76648,49 +76760,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/usageRights/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDeviceUsageRightsCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/usageRights/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDeviceUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDeviceUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/devices/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectory", + "Command": "Get-MgBetaDirectory", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "Uri": "/directory", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76725,20 +76837,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76773,19 +76884,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76820,19 +76931,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76867,63 +76978,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76958,34 +77069,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77020,34 +77131,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77082,34 +77193,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77144,34 +77255,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77206,34 +77317,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77268,34 +77379,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77330,19 +77441,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77377,19 +77488,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77424,20 +77536,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77472,20 +77584,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77520,20 +77632,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77568,20 +77680,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77616,20 +77728,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77664,20 +77776,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77712,20 +77824,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77760,20 +77872,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77808,19 +77919,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77855,20 +77967,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77887,20 +77999,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryAttributeSet", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAttributeSet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77919,19 +78030,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/attributeSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryAttributeSet", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/attributeSets", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryAttributeSetCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77950,33 +78061,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/attributeSets/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryAttributeSetCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/attributeSets/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Command": "Get-MgBetaDirectoryCertificateAuthority", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryCertificateAuthority", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Permissions": [], "Uri": "/directory/certificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -77995,20 +78107,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78027,19 +78138,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78058,19 +78169,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78089,20 +78201,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78121,19 +78232,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78152,20 +78264,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78184,20 +78296,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78216,19 +78327,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78247,20 +78359,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAllowedValue", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78279,19 +78390,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAllowedValue", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78310,20 +78422,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78342,499 +78453,500 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryDeletedItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Uri": "/directory/deletedItems/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/directory/deletedItems/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Uri": "/directory/deletedItems/application", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directory/deletedItems/application", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/directory/deletedItems/device", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/directory/deletedItems/group", - "Module": "Beta.Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Uri": "/directory/deletedItems/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directory/deletedItems/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "Method": "GET", - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/directory/deletedItems/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryDeletedItemById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryDeletedItemById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directory/deletedItems/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/application/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/device/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/user/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "Uri": "/directory/deviceLocalCredentials", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deviceLocalCredentials/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Command": "Get-MgBetaDirectoryExternalUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryExternalUserProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Permissions": [], "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Command": "Get-MgBetaDirectoryExternalUserProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryExternalUserProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Permissions": [], "Uri": "/directory/externalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryExternalUserProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryExternalUserProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/externalUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/externalUserProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Permissions": [], + "Uri": "/directory/featureRolloutPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/featureRolloutPolicies/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78853,20 +78965,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryFederationConfiguration", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78885,19 +78996,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryFederationConfiguration", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryFederationConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78916,62 +79027,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryFederationConfigurationCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Get-MgBetaDirectoryImpactedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryImpactedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryImpactedResource", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryImpactedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/impactedResources", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [], + "Uri": "/directory/impactedResources", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryImpactedResourceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryImpactedResourceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/impactedResources/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79006,20 +79118,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79038,19 +79149,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/inboundSharedUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79069,91 +79180,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/inboundSharedUserProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObject", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObjectById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryObjectById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/getByIds", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryObjectCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryObjectCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryObjects/$count", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObjectDelta", "Variants": [ "Delta" ], - "Command": "Get-MgBetaDirectoryObjectDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/delta", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryObjectMemberGroup", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79236,22 +79350,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaDirectoryObjectMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryObjectMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Module": "Beta.DirectoryObjects" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79350,52 +79464,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaDirectoryObjectMemberObject", - "Method": "POST", + "Module": "Beta.DirectoryObjects", "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Module": "Beta.DirectoryObjects" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/getUserOwnedObjects", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79414,19 +79525,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79445,19 +79556,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/onPremisesSynchronization/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79492,20 +79604,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79540,19 +79651,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/outboundSharedUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79587,34 +79698,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/outboundSharedUserProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTenantReference", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79649,19 +79760,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTenantReference", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79696,63 +79808,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "Uri": "/directory/pendingExternalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/pendingExternalUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRecommendation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRecommendation", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79771,20 +79883,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryRecommendation", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRecommendation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRecommendation", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79803,19 +79914,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/recommendations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRecommendation", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/recommendations", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRecommendationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79834,19 +79945,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/recommendations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryRecommendationCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/recommendations/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79865,20 +79977,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79897,19 +80008,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79928,20 +80040,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -79976,20 +80088,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryRole", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRole", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80024,34 +80135,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRole", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryRoleById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryRoleById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryRoles/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80086,20 +80198,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80134,19 +80245,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryRoleCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80181,19 +80292,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaDirectoryRoleDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80228,193 +80339,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRoleMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/application", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/device", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleMemberByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80449,19 +80560,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRoleMemberByRef", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80496,159 +80608,158 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryRoleMemberCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryRoleMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryRoleMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDirectoryRoleScopedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleScopedMember", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleScopedMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80683,19 +80794,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRoleScopedMember", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80730,20 +80842,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80778,20 +80890,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectoryRoleTemplate", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80826,34 +80937,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectoryRoleTemplate", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryRoleTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryRoleTemplateById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryRoleTemplates/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDirectoryRoleTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80888,19 +80999,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectoryRoleTemplateCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectoryRoleTemplateDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80935,83 +81046,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaDirectoryRoleTemplateDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryRoles/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDirectorySetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -81046,20 +81158,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/settings/{directorySetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectorySetting", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/settings/{directorySetting-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectorySetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -81094,19 +81205,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectorySetting", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/settings", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectorySettingTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -81125,20 +81237,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDirectorySettingTemplate", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectorySettingTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -81157,34 +81268,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directorySettingTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDirectorySettingTemplate", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directorySettingTemplates", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectorySettingTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectorySettingTemplateById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directorySettingTemplates/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaDirectorySettingTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81203,19 +81314,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directorySettingTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDirectorySettingTemplateCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directorySettingTemplates/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDirectorySettingTemplateDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -81234,184 +81345,185 @@ "IsLeastPrivilege": false } ], + "Uri": "/directorySettingTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaDirectorySettingTemplateDelta", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directorySettingTemplates/delta", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directorySettingTemplates/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Command": "Get-MgBetaDirectorySharedEmailDomain", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectorySharedEmailDomain", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Permissions": [], + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectorySharedEmailDomain", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectorySharedEmailDomain", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/sharedEmailDomains", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Permissions": [], + "Uri": "/directory/sharedEmailDomains", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectorySharedEmailDomainCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectorySharedEmailDomainCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/sharedEmailDomains/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectorySubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaDirectorySubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCompanySubscription", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDirectorySubscriptionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaDirectorySubscriptionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/subscriptions/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomain", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -81438,20 +81550,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDomain", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomain", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -81478,19 +81589,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDomain", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81517,19 +81628,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaDomainCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainFederationConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Permissions": [ { "Name": "Domain.Read.All", @@ -81548,64 +81660,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDomainFederationConfiguration", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "Get-MgBetaDomainFederationConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaDomainFederationConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDomainFederationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainFederationConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/federationConfiguration/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDomainNameReference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainNameReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainNameReference", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Domain.Read.All", @@ -81624,23 +81735,24 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/domainNameReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDomainNameReference", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/domainNameReferences", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "Domain.Read.All", - "Description": "Read domains", + "Command": "Get-MgBetaDomainNameReferenceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [ + { + "Name": "Domain.Read.All", + "Description": "Read domains", "FullDescription": "Allows the app to read all domain properties without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", @@ -81655,20 +81767,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/domainNameReferences/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDomainRootDomain", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainNameReferenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -81695,35 +81807,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/rootDomain", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDomainRootDomain", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/rootDomain", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -81742,19 +81853,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81773,79 +81885,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "List" ], - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDomainVerificationDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainVerificationDnsRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainVerificationDnsRecord", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -81864,19 +81975,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDomainVerificationDnsRecord", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDomainVerificationDnsRecordCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81895,20 +82007,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDomainVerificationDnsRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -81959,34 +82071,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDrive", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaDrive", "Variants": [ "List" ], - "Command": "Get-MgBetaDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/drives", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveActivity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -82037,285 +82148,286 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/activities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDriveActivity", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/activities", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveBundle", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveBundleContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveBundleContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveBundleContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveBundleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveFollowing", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/following", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveFollowingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveFollowingContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveFollowingContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveFollowingCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/following/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -82382,34 +82494,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItem", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItem", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemActivity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -82460,34 +82571,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDriveItemActivity", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemAnalytic", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -82538,78 +82650,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemAnalytic", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -82660,20 +82772,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -82724,35 +82836,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemAnalyticTime", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemChild", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemChild", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -82803,49 +82914,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDriveItemChild", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemChildContentStream", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemChildCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -82896,20 +83008,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -82960,20 +83072,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83024,576 +83136,576 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemContentStream", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaDriveItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDriveItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemListItemVersionField", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemPermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -83644,20 +83756,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemPermission", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemPermission", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -83708,19 +83819,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDriveItemPermission", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemPermissionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83771,94 +83883,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemPermissionCount", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgBetaDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemThumbnail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [ { "Name": "Files.Read", @@ -83909,19 +84020,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDriveItemThumbnail", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemThumbnailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -83972,20 +84084,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -84036,20 +84148,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemVersion", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -84100,19 +84211,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaDriveItemVersion", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveItemVersionContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -84163,20 +84275,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveItemVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -84227,1282 +84339,1284 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveItemVersionCount", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDriveLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/drives/{drive-id}/list/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/drive", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives/{drive-id}/list/drive", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItem", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaDriveListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/delta", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "Uri": "/drives/{drive-id}/root/activities", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/allTime", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootChild", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootChildContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveRootDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -85553,760 +85667,758 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgBetaDriveRootDelta", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/delta", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaDriveRootListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootPermission", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaDriveRootPermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootThumbnail", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveRootVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveSpecial", "Variants": [ "List" ], - "Command": "Get-MgBetaDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/special", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveSpecialContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveSpecialContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveSpecialContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaDriveSpecialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/special/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86333,20 +86445,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClass", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86373,19 +86484,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClass", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86452,20 +86564,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignment", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86532,19 +86643,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignment", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86611,20 +86723,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentCategory", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86691,20 +86803,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaEducationClassAssignmentCategory", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86771,19 +86882,22 @@ "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-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86850,22 +86964,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86932,22 +87046,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87014,20 +87126,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentDefault", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87094,20 +87206,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentDefault", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87174,50 +87286,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentDelta", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87284,20 +87396,19 @@ "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-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87364,19 +87475,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87443,106 +87555,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentResourceCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { - "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.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 - } - ], "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87601,20 +87641,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87632,14 +87672,6 @@ "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", @@ -87681,20 +87713,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87761,20 +87793,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87841,79 +87873,159 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSetting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "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}/assignmentSettings", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87948,49 +88060,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88057,20 +88169,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88137,19 +88248,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88216,35 +88328,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.Read", @@ -88279,19 +88390,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -88326,20 +88438,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88406,20 +88518,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88486,19 +88597,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88565,35 +88677,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88652,19 +88763,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88723,20 +88835,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88803,20 +88915,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88883,19 +88994,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88962,35 +89074,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89057,19 +89168,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89136,20 +89248,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89176,19 +89287,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationClassCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89239,19 +89350,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaEducationClassDelta", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/delta", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89302,49 +89414,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassGroup", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/group", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89379,19 +89490,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassMemberByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationClassMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89426,19 +89537,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassMemberByRef", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89473,20 +89585,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassModule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89521,20 +89633,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassModule", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassModule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89569,19 +89680,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassModule", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassModuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89616,20 +89728,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassModuleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassModuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89664,20 +89776,19 @@ "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassModuleResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassModuleResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89712,19 +89823,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassModuleResource", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassModuleResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89759,35 +89871,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassModuleResourceCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgBetaEducationClassSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationClassSchool", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89814,19 +89925,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassSchool", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/schools", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassSchoolCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89853,20 +89965,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassSchoolCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassTeacher", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89893,19 +90004,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationClassTeacherByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationClassTeacher", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/teachers", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89932,19 +90043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationClassTeacherByRef", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationClassTeacherCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89971,20 +90083,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/teachers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationClassTeacherCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMe", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90011,34 +90122,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationMe", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgBetaEducationMeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90105,77 +90216,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationMeAssignment", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/assignments", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgBetaEducationMeAssignmentCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90242,460 +90353,460 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationMeAssignmentCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/assignments/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgBetaEducationMeAssignmentDelta", "Variants": [ "Delta" ], - "Command": "Get-MgBetaEducationMeAssignmentDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/delta", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/me/classes/{educationClass-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90722,19 +90833,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationMeClass", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/classes", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeClassCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90761,19 +90872,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationMeClassCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/classes/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeRubric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90808,20 +90920,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationMeRubric", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeRubric", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90856,19 +90967,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationMeRubric", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/rubrics", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeRubricCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90903,34 +91014,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationMeRubricCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgBetaEducationMeSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeSchool", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/me/schools/{educationSchool-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90957,19 +91068,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationMeSchool", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/schools", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeSchoolCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90996,34 +91107,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationMeSchoolCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/schools/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgBetaEducationMeTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationMeTaughtClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/me/taughtClasses/{educationClass-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeTaughtClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91050,19 +91161,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/taughtClasses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationMeTaughtClass", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/taughtClasses", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationMeTaughtClassCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91089,19 +91200,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/taughtClasses/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeUser", "Variants": [ "Get" ], - "Command": "Get-MgBetaEducationMeTaughtClassCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/taughtClasses/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91160,75 +91271,76 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationMeUser", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/user", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaEducationMeUserMailboxSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaEducationMeUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/user/mailboxSettings", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/user/serviceProvisioningErrors", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/education/me/user/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationRoot", "Variants": [ "Get" ], - "Command": "Get-MgBetaEducationRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "Uri": "/education", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchool", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91255,20 +91367,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationSchool", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91295,19 +91406,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationSchool", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91358,20 +91470,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91398,19 +91509,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationSchoolClassByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationSchoolClass", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/classes", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91437,19 +91548,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationSchoolClassByRef", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolClassCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91476,20 +91588,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationSchoolClassCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91516,19 +91627,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationSchoolCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91587,19 +91698,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaEducationSchoolDelta", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/delta", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91618,19 +91729,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationSchoolUserByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationSchoolUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/users", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91649,19 +91760,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationSchoolUserByRef", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSchoolUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91680,20 +91792,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/users/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationSynchronizationProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationSchoolUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91728,20 +91840,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationSynchronizationProfile", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSynchronizationProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91776,19 +91887,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/synchronizationProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationSynchronizationProfile", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSynchronizationProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91823,34 +91934,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/synchronizationProfiles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationSynchronizationProfileCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Command": "Get-MgBetaEducationSynchronizationProfileError", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationSynchronizationProfileError", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Permissions": [], "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91885,19 +91996,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationSynchronizationProfileError", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91932,20 +92044,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91980,20 +92092,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUser", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaEducationSynchronizationProfileStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92020,22 +92134,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaEducationUser", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92054,34 +92165,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationUser", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgBetaEducationUserAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92148,77 +92259,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationUserAssignment", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgBetaEducationUserAssignmentCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92285,462 +92397,461 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationUserAssignmentCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgBetaEducationUserAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/delta", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92767,19 +92878,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/classes", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationUserClass", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/classes", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserClassCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92806,20 +92918,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationUserClassCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/classes/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92838,19 +92949,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEducationUserCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92909,93 +93020,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaEducationUserDelta", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/delta", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaEducationUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserRubric", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserRubricCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserRubricCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserSchool", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93022,19 +93133,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/schools", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationUserSchool", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/schools", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserSchoolCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93061,64 +93173,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEducationUserSchoolCount", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/schools/$count", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaEducationUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaEducationUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEducationUserTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserTaughtClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserTaughtClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93145,19 +93256,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/taughtClasses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEducationUserTaughtClass", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEducationUserTaughtClassCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93184,20 +93296,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEducationUserTaughtClassCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93216,20 +93328,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackage", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93248,19 +93359,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackage", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93279,35 +93391,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93326,49 +93437,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93387,20 +93499,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93419,19 +93530,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93450,20 +93562,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93482,19 +93593,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93513,77 +93624,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93602,20 +93714,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93634,19 +93745,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93665,19 +93776,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93696,20 +93808,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93728,19 +93839,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93759,19 +93870,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93790,20 +93902,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93822,19 +93934,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93853,20 +93965,51 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [ + { + "Name": "EntitlementManagement.Read.All", + "Description": "Read all entitlement management resources", + "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write all entitlement management resources", + "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93885,19 +94028,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93916,19 +94059,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93947,33 +94090,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93992,19 +94136,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94023,20 +94167,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94055,19 +94199,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94086,19 +94230,50 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [ + { + "Name": "EntitlementManagement.Read.All", + "Description": "Read all entitlement management resources", + "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write all entitlement management resources", + "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94117,19 +94292,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94148,19 +94323,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94179,19 +94354,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94210,34 +94385,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94256,62 +94431,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94330,20 +94506,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94362,34 +94537,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94408,34 +94583,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94454,19 +94629,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94485,19 +94660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94516,20 +94692,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94548,34 +94723,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94594,34 +94769,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94640,20 +94816,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94672,19 +94847,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94703,19 +94878,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94734,19 +94909,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94765,19 +94940,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94796,20 +94972,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94828,19 +95003,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94859,19 +95034,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94890,20 +95066,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaEntitlementManagementSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94922,164 +95097,165 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaEntitlementManagementSetting", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Get-MgBetaEntitlementManagementSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementSubject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Get-MgBetaEntitlementManagementSubject", "Variants": [ "List" ], - "Command": "Get-MgBetaEntitlementManagementSubject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageSubject", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaEntitlementManagementSubjectCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaEntitlementManagementSubjectCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternal", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", "Permissions": [], + "Uri": "/external", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalAuthorizationSystem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaExternalAuthorizationSystem", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalAuthorizationSystem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "Uri": "/external/authorizationSystems", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaExternalAuthorizationSystemCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternalAuthorizationSystemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/authorizationSystems/$count", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/authorizationSystems/$count", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Permissions": [], "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95106,20 +95282,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalConnection", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95146,19 +95321,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaExternalConnection", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95185,19 +95360,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaExternalConnectionCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -95224,93 +95400,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalConnectionGroup", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Command": "Get-MgBetaExternalConnectionGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalConnectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/$count", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionGroupMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionGroupMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionGroupMember", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalConnectionGroupMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionGroupMemberCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnectionItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -95337,108 +95513,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalConnectionItem", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Command": "Get-MgBetaExternalConnectionItem", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalConnectionItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalConnectionItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionItemActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionItemCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items/$count", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnectionOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95465,64 +95641,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalConnectionOperation", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Get-MgBetaExternalConnectionOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalConnectionOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalConnectionOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Command": "Get-MgBetaExternalConnectionQuota", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalConnectionQuota", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/quota", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalConnectionSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95549,34 +95725,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalConnectionSchema", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Command": "Get-MgBetaExternalIndustryData", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternalIndustryData", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Permissions": [], "Uri": "/external/industryData", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95595,20 +95771,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalIndustryDataConnector", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95627,19 +95802,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/dataConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaExternalIndustryDataConnector", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/dataConnectors", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95658,34 +95833,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/dataConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaExternalIndustryDataConnectorCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/dataConnectors/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Permissions": [], "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95704,20 +95880,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95736,19 +95911,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", "Variants": [ - "List" + "Get" ], - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/inboundFlows", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95767,19 +95942,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/inboundFlows/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/inboundFlows/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95798,20 +95974,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -95830,150 +96006,150 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgBetaExternalIndustryDataOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgBetaExternalIndustryDataOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalIndustryDataOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "Uri": "/external/industryData/operations", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternalIndustryDataOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/operations/$count", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Permissions": [ { "Name": "IndustryData-ReferenceDefinition.Read.All", @@ -95992,20 +96168,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -96024,19 +96199,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/referenceDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/referenceDefinitions", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -96055,167 +96230,168 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/referenceDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/referenceDefinitions/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "Uri": "/external/industryData/roleGroups", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/roleGroups/$count", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Command": "Get-MgBetaExternalIndustryDataRun", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataRun", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Permissions": [], "Uri": "/external/industryData/runs/{industryDataRun-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Command": "Get-MgBetaExternalIndustryDataRun", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalIndustryDataRun", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Permissions": [], "Uri": "/external/industryData/runs", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", "Permissions": [], + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", "Permissions": [], + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaExternalIndustryDataRunCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaExternalIndustryDataRunCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/runs/$count", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Command": "Get-MgBetaExternalIndustryDataRunStatistics", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaExternalIndustryDataRunStatistics", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Permissions": [], "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96234,20 +96410,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96266,19 +96441,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/sourceSystems", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/sourceSystems", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96297,19 +96472,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/sourceSystems/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/sourceSystems/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataYear", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96328,20 +96504,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaExternalIndustryDataYear", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataYear", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96360,19 +96535,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/years", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaExternalIndustryDataYear", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/years", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaExternalIndustryDataYearCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96391,3907 +96566,3908 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/years/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaExternalIndustryDataYearCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/years/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinancials", + "Command": "Get-MgBetaFinancial", "Variants": [ "Get" ], - "Command": "Get-MgBetaFinancial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphFinancials", "Permissions": [], + "Uri": "/financials", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompany", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompany", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompany", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCompany", "Permissions": [], + "Uri": "/financials/companies/{company-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompany", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompany", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompany", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCompany", "Permissions": [], + "Uri": "/financials/companies", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAccount", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/accounts", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/accounts", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyAccountCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/accounts/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/accounts/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/agedAccountsPayable", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaFinancialCompanyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCountryRegion", "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/countriesRegions", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCountryRegion", "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/countriesRegions/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCurrency", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/currencies", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCurrencyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCurrencyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/currencies/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomer", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyDimension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyDimension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphDimension", "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyDimension", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyDimension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/dimensions", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphDimension", "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyDimensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyDimensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/dimensions/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimensionValue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphDimensionValue", "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimensionValue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/dimensionValues", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphDimensionValue", "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensionValues", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployee", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyEmployee", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphEmployee", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployee", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyEmployee", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphEmployee", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployeeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyEmployeeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/generalLedgerEntries", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyInformation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCompanyInformation", "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyInformation", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyInformation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCompanyInformation", "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyInformationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyInformationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyInformationPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItem", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/itemCategories", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/itemCategories", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/itemCategories/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/itemCategories/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyJournal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournal", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyJournal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournalAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyJournalAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyJournalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournalLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyJournalLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournalLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournalLine", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanyJournalLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournalLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyJournalLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyJournalLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentMethods", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentMethods/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentTerms", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentTerms", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentTerms/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentTerms/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphVendor", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemo", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemo", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesInvoice", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesInvoice", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesOrder", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrder", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleOrder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesOrder", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesOrderLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesOrderLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesQuote", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuote", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleQuote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesQuote", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphAccount", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyTaxArea", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyTaxArea", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxArea", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyTaxArea", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyTaxArea", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxAreas", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxArea", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxAreas/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxGroup", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxGroups", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxGroup", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxGroups/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphVendor", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendor", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyVendor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphVendor", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/$count", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/$count", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorCurrency", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Variants": [ "List" ], - "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", - "Module": "Beta.Financials" + "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100334,20 +100510,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroup", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100390,19 +100565,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupAcceptedSender", "Variants": [ "List" ], - "Command": "Get-MgBetaGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -100421,19 +100596,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupAcceptedSenderByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupAcceptedSender", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100452,19 +100627,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupAcceptedSenderByRef", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupAcceptedSenderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100483,35 +100659,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/acceptedSenders/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupAcceptedSenderCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaGroupAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupAppRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -100538,19 +100713,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupAppRoleAssignment", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupAppRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -100577,35 +100753,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupAppRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaGroupById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/getByIds", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaGroupByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100648,35 +100824,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupByUniqueName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/groups/{group-id}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupCalendarEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -100711,20 +100887,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupCalendarEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupCalendarEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -100743,19 +100918,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupCalendarEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupCalendarEventDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -100782,95 +100958,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaGroupCalendarEventDelta", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/delta", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgBetaGroupCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupCalendarPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupCalendarPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupCalendarPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupCalendarPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupCalendarPermissionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Command": "Get-MgBetaGroupCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaGroupCalendarSchedule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "Uri": "/groups/{group-id}/calendar/getSchedule", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupCalendarView", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupCalendarView", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/groups/{group-id}/calendar/calendarView", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100905,20 +101081,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupConversation", - "Method": "GET", - "CommandAlias": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100953,19 +101128,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupConversation", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101000,20 +101176,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101048,20 +101224,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupConversationThread", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversationThread", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101096,19 +101271,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupConversationThread", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversationThreadCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101143,20 +101319,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupConversationThreadCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101191,22 +101369,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaGroupConversationThreadPost", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversationThreadPost", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101241,34 +101416,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupConversationThreadPost", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101303,19 +101478,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101350,20 +101526,20 @@ "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101398,240 +101574,239 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupConversationThreadPostCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostMention", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupConversationThreadPostMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "Module": "Beta.Groups" - }, - { + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101674,34 +101849,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaGroupCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupCreatedOnBehalfOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/createdOnBehalfOf", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupDefaultDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -101752,20 +101928,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/drive", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupDefaultDrive", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drive", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101808,34 +101983,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaGroupDelta", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/delta", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaGroupDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupDrive", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -101886,166 +102061,167 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupDrive", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drives", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaGroupDriveActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveBundle", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveBundleContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveBundleContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveBundleContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveBundleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupDriveCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -102096,3182 +102272,3182 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/drives/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupDriveCount", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/$count", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveFollowing", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveFollowingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveFollowingContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveFollowingContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveFollowingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItem", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaGroupDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemChild", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemChildContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemThumbnail", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItem", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaGroupDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaGroupDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootChild", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootChildContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaGroupDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaGroupDriveRootDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootThumbnail", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveRootVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveSpecial", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveSpecialContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveSpecialContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveSpecialContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupDriveSpecialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [ { "Name": "Group.Read.All", @@ -105290,20 +105466,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupEndpoint", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEndpoint", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [ { "Name": "Group.Read.All", @@ -105322,19 +105497,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/endpoints", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupEndpoint", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/endpoints", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEndpointCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105353,20 +105529,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/endpoints/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEndpointCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/endpoints/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105401,20 +105577,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -105433,78 +105608,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEventCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105523,20 +105699,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupEventCount", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/$count", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEventDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -105563,373 +105739,372 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaGroupEventDelta", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/delta", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupEventExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEventInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105948,78 +106123,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupEventInstance", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupEventInstanceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -106038,255 +106214,257 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupEventInstanceCount", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupEventInstanceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/extensions/$count", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupLifecyclePolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -106305,22 +106483,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaGroupLifecyclePolicy", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupLifecyclePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -106339,19 +106514,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupLifecyclePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groupLifecyclePolicies", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -106370,19 +106545,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupLifecyclePolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106401,19 +106576,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaGroupLifecyclePolicyCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groupLifecyclePolicies/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106456,193 +106631,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupMember", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/members", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/members/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/members/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/members/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "Uri": "/groups/{group-id}/members/orgContact", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/groups/{group-id}/members/user", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupMemberByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106685,19 +106860,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupMemberByRef", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/members/$ref", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106740,110 +106916,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/application/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/device/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/group/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/orgContact/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaGroupMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/user/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -106926,22 +107104,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaGroupMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaGroupMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/getMemberGroups", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -107040,37 +107218,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/getMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaGroupMemberObject", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/getMemberObjects", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107105,77 +107280,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupMemberOf", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Groups" - }, - { + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/groups/{group-id}/memberOf/group", - "Module": "Beta.Groups" + "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-MgBetaGroupMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107210,358 +107386,358 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseError", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberOfCountAsGroup", - "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiReferenceLink": null, + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/group/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupMemberWithLicenseError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberWithLicenseError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -107604,20 +107780,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupOnenoteNotebook", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteNotebook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -107660,19 +107835,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupOnenoteNotebook", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteNotebookCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -107715,20 +107891,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaGroupOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -107771,22 +107949,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaGroupOnenoteNotebookSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -107829,19 +108004,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -107884,19 +108059,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -107939,35 +108115,82 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteOperationCount", - "Method": "GET", + "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": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/operations/$count", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenotePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -108002,82 +108225,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { - "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 - } - ], + "OutputType": null, + "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupOnenotePage", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenotePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -108112,20 +108288,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -108168,35 +108344,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteRecentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -108231,35 +108407,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -108302,20 +108478,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupOnenoteSection", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -108358,19 +108533,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupOnenoteSection", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteSectionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -108413,20 +108589,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -108469,20 +108645,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupOnenoteSectionGroup", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -108525,20 +108701,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaGroupOnenoteSectionGroup", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -108581,22 +108759,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -108639,19 +108814,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -108686,19 +108861,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwner", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108741,193 +108916,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupOwner", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupOwnerAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOwnerAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/owners/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOwnerAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/owners/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOwnerAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/owners/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/owners/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/owners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/groups/{group-id}/owners/user", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108970,19 +109145,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupOwnerByRef", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109025,110 +109201,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/application/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/device/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/group/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/user/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -109155,35 +109331,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "Get-MgBetaGroupPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupPermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109218,19 +109393,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupPermissionGrant", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109265,20 +109441,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupPhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109305,22 +109483,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaGroupPhoto", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPhoto", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109347,19 +109522,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photos", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupPhoto", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photos", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPhotoContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109386,52 +109564,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaGroupPhotoContent", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo/$value", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerGroup", + "Command": "Get-MgBetaGroupPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupPlanner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerGroup", "Permissions": [], + "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupPlannerPlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPlannerPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -109482,63 +109657,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupPlannerPlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Command": "Get-MgBetaGroupPlannerPlanBucket", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupPlannerPlanBucket", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPlannerPlanCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109589,20 +109765,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/planner/plans/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupPlannerPlanCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupPlannerPlanDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -109621,64 +109797,63 @@ "IsLeastPrivilege": true } ], + "Uri": "/groups/{group-id}/planner/plans/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaGroupPlannerPlanDelta", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/delta", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Command": "Get-MgBetaGroupPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupPlannerPlanDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupPlannerPlanTask", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupPlannerPlanTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupRejectedSender", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -109697,19 +109872,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupRejectedSenderByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupRejectedSender", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/rejectedSenders", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109728,19 +109903,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupRejectedSenderByRef", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupRejectedSenderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109759,20 +109935,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/rejectedSenders/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupRejectedSenderCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -109807,20 +109983,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupSetting", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -109855,19 +110030,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupSetting", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupSettingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -109902,8737 +110078,8737 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupSettingCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSite", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteAnalyticTime", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentModel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentModel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentModel", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteContentModel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentModel", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentModelUsage", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Command": "Get-MgBetaGroupSiteContentModelByName", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentModelByName", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentModel", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentModelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentModelCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentModelUsage", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteDefaultDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaGroupSiteDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaGroupSiteDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteDrive", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteDriveCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteExternalColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPath", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaGroupSiteGetByPathColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathContentModel", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathContentModel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathDrive", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathItem", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathOnenote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathPage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBin", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathSite", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteGetByPathSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetByPathTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBitlocker", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItem", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteList", "Variants": [ "List1" ], - "Command": "Get-MgBetaGroupSiteList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItem", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemActivityListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemActivityListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaGroupSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenotePage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenotePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteResource", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSection", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageCountAsSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Get-MgBetaGroupSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePermission", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSitePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSitePermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBin", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBin", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBin", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBinItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItem", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBinItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSet", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupSubSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSubSite", "Variants": [ "List2" ], - "Command": "Get-MgBetaGroupSubSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupSubSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [], + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannel", "Variants": [ "List1" ], - "Command": "Get-MgBetaGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMember", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMessageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelTab", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/group", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/group", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamIncomingChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamIncomingChannel", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamIncomingChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/incomingChannels", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/incomingChannels", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamIncomingChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/incomingChannels/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamInstalledApp", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamMember", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/team/operations/$count", - "Module": "Beta.Teams" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOwner", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamOwner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners/{user-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/team/owners/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOwner", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamOwner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/team/owners", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamOwnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/owners/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPermissionGrant", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPhotoContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleDayNote", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/dayNotes", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleShift", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeCards", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTag", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamTagCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamTagMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTagMember", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTeamTagMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamTagMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/template", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/template", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTeamTemplateDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/team/templateDefinition", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupThread", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118667,20 +118843,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupThread", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupThread", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118715,19 +118890,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupThread", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupThreadCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118762,20 +118938,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaGroupThreadCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118810,22 +118988,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaGroupThreadPost", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupThreadPost", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118860,34 +119035,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupThreadPost", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaGroupThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupThreadPostAttachment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118922,19 +119097,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupThreadPostAttachment", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupThreadPostAttachmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118969,20 +119145,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -119017,255 +119193,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupThreadPostCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgBetaGroupThreadPostExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupThreadPostExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostMention", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupThreadPostMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupThreadPostMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupThreadPostMentionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMember", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupTransitiveMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119308,193 +119483,194 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupTransitiveMember", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/application", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/application", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/device", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/group", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/user", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupTransitiveMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119537,125 +119713,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMembers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupTransitiveMemberCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119690,77 +119865,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaGroupTransitiveMemberOf", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaGroupTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119795,108 +119971,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaGroupTransitiveMemberOfCount", - "Method": "GET", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaGroupUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaGroupUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/getUserOwnedObjects", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgBetaIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityApiConnector", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgBetaIdentityApiConnector", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityApiConnector", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityApiConnectorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityApiConnectorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/apiConnectors/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119915,20 +120091,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119947,34 +120122,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119993,209 +120168,209 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120214,19 +120389,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120245,34 +120420,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120291,19 +120466,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120322,50 +120498,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120384,20 +120560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventListener", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120416,19 +120591,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventListener", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120447,19 +120622,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventListeners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120478,20 +120654,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2CUserFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120510,19 +120685,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2CUserFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120541,80 +120716,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityProvider", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120633,20 +120809,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120665,19 +120840,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120696,20 +120872,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120728,20 +120904,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120760,19 +120935,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120791,20 +120967,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120823,20 +120999,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120855,20 +121031,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120887,19 +121062,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120918,20 +121094,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120950,20 +121126,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120982,20 +121158,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121014,19 +121189,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121045,20 +121221,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121077,35 +121253,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121124,20 +121300,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2XUserFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121156,34 +121331,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2XUserFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121202,80 +121377,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121294,20 +121470,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121326,19 +121501,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121357,20 +121533,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121389,20 +121565,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121421,19 +121596,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121452,20 +121628,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121484,20 +121660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121516,20 +121692,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121548,19 +121723,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121579,20 +121755,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121611,95 +121787,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121718,20 +121894,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121750,19 +121925,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121781,20 +121957,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121813,50 +121989,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121875,19 +122050,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121906,306 +122081,307 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Get1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "List1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", "Variants": [ "Get1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "List1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", "Variants": [ "Get1" ], - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/namedLocations/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/policies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/policies/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "Uri": "/identity/conditionalAccess/templates", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/templates/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Permissions": [], "Uri": "/identity/continuousAccessEvaluationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122224,20 +122400,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122256,19 +122431,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122287,400 +122462,401 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122699,20 +122875,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122731,19 +122906,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122762,19 +122937,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122793,20 +122969,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122825,34 +123000,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122871,19 +123046,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122902,20 +123078,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122934,20 +123110,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122966,20 +123142,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122998,19 +123173,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123029,94 +123205,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123135,20 +123311,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123167,19 +123342,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123198,20 +123374,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123230,20 +123406,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123262,19 +123437,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123293,151 +123469,150 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -123456,19 +123631,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/policy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/policy", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123487,20 +123663,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123519,19 +123694,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123550,19 +123725,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123581,20 +123757,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123613,78 +123788,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123703,20 +123879,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123735,20 +123911,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123767,19 +123942,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123798,78 +123973,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123888,20 +124064,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Beta.Identity.Governance" + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123920,19 +124095,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123951,151 +124126,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124114,20 +124290,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124146,19 +124321,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124177,238 +124352,238 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124427,19 +124602,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124458,93 +124634,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124563,20 +124739,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124595,19 +124770,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124626,35 +124802,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124673,19 +124848,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124704,94 +124880,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124810,20 +124986,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124842,19 +125017,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124873,94 +125049,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124979,19 +125154,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125010,34 +125185,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125056,19 +125231,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125087,20 +125263,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125119,20 +125295,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125151,19 +125326,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125182,34 +125357,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125228,19 +125403,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125259,109 +125435,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125380,19 +125555,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125411,65 +125587,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125488,19 +125663,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125519,94 +125695,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125625,20 +125801,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125657,19 +125832,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125688,196 +125863,196 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125896,19 +126071,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125927,94 +126103,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126033,19 +126208,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126064,20 +126240,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126096,19 +126271,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126127,138 +126303,138 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126277,20 +126453,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126309,19 +126484,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126340,770 +126516,770 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Permissions": [], "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationSystem", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationSystem", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationSystem", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsManagement", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagement", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagement", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionsManagement", + "Permissions": [], "Uri": "/identityGovernance/permissionsManagement", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Permissions": [], "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Permissions": [], "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127122,20 +127298,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127154,34 +127329,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127200,63 +127375,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127275,20 +127451,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127307,34 +127482,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127353,93 +127528,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127458,20 +127634,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127490,34 +127665,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127536,93 +127711,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127641,20 +127817,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127673,19 +127848,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127704,63 +127879,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127779,20 +127955,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127811,19 +127986,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127842,93 +128017,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127947,20 +128123,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127979,19 +128154,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -128010,93 +128185,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128115,20 +128291,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128147,19 +128322,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128178,22 +128356,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128212,34 +128387,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Permissions": [], "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128258,19 +128433,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128289,19 +128464,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128320,22 +128498,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128354,19 +128529,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128385,19 +128560,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128416,20 +128592,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128448,19 +128623,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128479,20 +128655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128511,315 +128687,315 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/operations", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/operations", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityProvider", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128838,20 +129014,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityProvider", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityProvider", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128870,19 +129045,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityProvider", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityProviderCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128901,19 +129076,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityProviderCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128932,20 +129108,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlows/{identityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityUserFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityUserFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128964,19 +129139,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityUserFlow", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlows", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128995,20 +129171,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaIdentityUserFlowAttribute", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129027,19 +129202,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaIdentityUserFlowAttribute", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlowAttributes", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaIdentityUserFlowAttributeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129058,19 +129233,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlowAttributes/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaIdentityUserFlowCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaIdentityUserFlowAttributeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/userFlowAttributes/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129089,47 +129264,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlows/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaIdentityUserFlowCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlows/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgBetaInformationProtection", "Variants": [ "Get" ], - "Command": "Get-MgBetaInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionBitlocker", "Variants": [ "Get" ], - "Command": "Get-MgBetaInformationProtectionBitlocker", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBitlocker", + "Permissions": [], "Uri": "/informationProtection/bitlocker", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129148,20 +129324,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129180,19 +129355,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129211,76 +129386,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaInformationProtectionPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "Uri": "/informationProtection/policy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129299,20 +129475,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129331,19 +129506,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/policy/labels", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129362,62 +129537,63 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/policy/labels/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/policy/labels/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Permissions": [], "Uri": "/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129436,20 +129612,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129468,19 +129643,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129499,1433 +129674,1434 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitation", "Variants": [ "List" ], - "Command": "Get-MgBetaInvitation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInvitation", "Permissions": [], + "Uri": "/invitations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaInvitationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/invitations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/mailboxSettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/serviceProvisioningErrors", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/invitations/invitedUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationInvitedUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationInvitedUserSponsor", "Variants": [ "List" ], - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUserSponsors", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/invitations/invitedUserSponsors", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUserSponsors/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/invitations/invitedUserSponsors/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/alerts/{alert-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessAlert", "Permissions": [], + "Uri": "/networkAccess/alerts/{alert-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessAlert", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/alerts", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessAlert", "Permissions": [], + "Uri": "/networkAccess/alerts", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessAlertCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessAlertCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/alerts/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/alerts/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessAlertPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessAlertPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/alerts/{alert-id}/policy", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", "Permissions": [], + "Uri": "/networkAccess/alerts/{alert-id}/policy", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivity", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessConnectivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Permissions": [], "Uri": "/networkAccess/connectivity", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranch", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranch", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta", + "Uri": "/networkAccess/connectivity/remoteNetworks/$count", + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Permissions": [], "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessFilteringPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Permissions": [], "Uri": "/networkAccess/filteringPolicies", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Permissions": [], "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Command": "Get-MgBetaNetworkAccessFilteringProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Permissions": [], "Uri": "/networkAccess/filteringProfiles", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessForwardingPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Permissions": [], "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessForwardingPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Permissions": [], "Uri": "/networkAccess/forwardingPolicies", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Get-MgBetaNetworkAccessForwardingProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles/$count", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessLog", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessLog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/logs", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessLogs", "Permissions": [], + "Uri": "/networkAccess/logs", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", "Permissions": [], + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/logs/remoteNetworks", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", "Permissions": [], + "Uri": "/networkAccess/logs/remoteNetworks", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/logs/remoteNetworks/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/logs/remoteNetworks/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessLogTraffic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessLogTraffic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Permissions": [], "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Command": "Get-MgBetaNetworkAccessLogTraffic", "Variants": [ "List" ], - "Command": "Get-MgBetaNetworkAccessLogTraffic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Permissions": [], "Uri": "/networkAccess/logs/traffic", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaNetworkAccessLogTrafficCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessLogTrafficCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/logs/traffic/$count", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/logs/traffic/$count", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessReport", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/reports", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary", "Permissions": [], + "Uri": "/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary", "Permissions": [], + "Uri": "/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary", "Permissions": [], + "Uri": "/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport", "Permissions": [], + "Uri": "/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", "Permissions": [], + "Uri": "/networkAccess", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaNetworkAccessSetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessSetting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Permissions": [], "Uri": "/networkAccess/settings", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Permissions": [], "Uri": "/networkAccess/settings/conditionalAccess", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Permissions": [], "Uri": "/networkAccess/settings/crossTenantAccess", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Permissions": [], "Uri": "/networkAccess/settings/enrichedAuditLogs", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Permissions": [], "Uri": "/networkAccess/settings/forwardingOptions", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Command": "Get-MgBetaNetworkAccessTenantStatus", "Variants": [ "Get" ], - "Command": "Get-MgBetaNetworkAccessTenantStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Permissions": [], "Uri": "/networkAccess/tenantStatus", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOauth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -130952,20 +131128,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOauth2PermissionGrant", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOauth2PermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -130992,19 +131167,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaOauth2PermissionGrant", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOauth2PermissionGrantCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131031,19 +131206,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaOauth2PermissionGrantCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOauth2PermissionGrantDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -131070,186 +131245,178 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaOauth2PermissionGrantDelta", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/delta", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Command": "Get-MgBetaOnPremisePublishingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "List", "List1", "List2" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", "Variants": [ "Get", "Get1", @@ -131258,494 +131425,503 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPublishedResource", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPublishedResource", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphIPApplicationSegment", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphIPApplicationSegment", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnector", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnector", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnectorGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnectorGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnector", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnectorGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaOnPremisePublishingProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -131780,20 +131956,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOrganization", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -131868,19 +132043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganization", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaOrganization", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationBranding", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "User.Read", @@ -131931,95 +132107,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBranding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingBannerLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingCustomCss", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingFavicon", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -132070,20 +132246,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOrganizationBrandingLocalization", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -132134,19 +132309,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaOrganizationBrandingLocalization", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132181,20 +132357,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132229,20 +132405,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -132293,20 +132469,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132341,20 +132517,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132389,20 +132565,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132437,20 +132613,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132485,20 +132661,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132533,65 +132709,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingSquareLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaOrganizationById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaOrganizationById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/organization/getByIds", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -132610,20 +132786,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -132642,19 +132817,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132673,20 +132849,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -132761,112 +132936,113 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaOrganizationCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaOrganizationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaOrganizationExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaOrganizationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaOrganizationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaOrganizationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaOrganizationMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/getMemberObjects", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerInformation", + "Method": "POST" + }, + { + "Command": "Get-MgBetaOrganizationPartnerInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationPartnerInformation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnerInformation", + "Permissions": [], "Uri": "/organization/{organization-id}/partnerInformation", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaOrganizationSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOrganizationSettings", "Permissions": [ { "Name": "User.Read", @@ -132885,20 +133061,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationSettingContactInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.Read.All", @@ -132917,20 +133093,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationSettingContactInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/contactInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "User.Read.All", @@ -132949,20 +133125,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationSettingItemInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/itemInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Permissions": [ { "Name": "Organization.Read.All", @@ -132981,20 +133157,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "User.Read.All", @@ -133013,237 +133189,237 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaOrganizationSettingPersonInsight", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaOrganizationUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaOrganizationUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/organization/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgBetaPlaceAsRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlaceAsRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/room", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoom", "Variants": [ "List" ], - "Command": "Get-MgBetaPlaceAsRoom", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "Uri": "/places/room", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoomList", + "Command": "Get-MgBetaPlaceAsRoomList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlaceAsRoomList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoomList", "Permissions": [], + "Uri": "/places/{place-id}/roomList", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomList", "Variants": [ "List" ], - "Command": "Get-MgBetaPlaceAsRoomList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/roomList", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoomList", "Permissions": [], + "Uri": "/places/roomList", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomListRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlaceAsRoomListRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomListRoom", "Variants": [ "List" ], - "Command": "Get-MgBetaPlaceAsRoomListRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomListRoomCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlaceAsRoomListRoomCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphWorkspace", "Permissions": [], + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "List" ], - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/workspaces", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphWorkspace", "Permissions": [], + "Uri": "/places/{place-id}/roomList/workspaces", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/workspaces/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}/roomList/workspaces/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPlaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceCountAsRoom", "Variants": [ "Get" ], - "Command": "Get-MgBetaPlaceCountAsRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/room/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/room/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlaceCountAsRoomList", "Variants": [ "Get" ], - "Command": "Get-MgBetaPlaceCountAsRoomList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/roomList/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/roomList/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlanner", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlanner", "Variants": [ "Get" ], - "Command": "Get-MgBetaPlanner", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "Uri": "/planner", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerBucket", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133294,20 +133470,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerBucket", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerBucket", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133358,19 +133533,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerBucket", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/buckets", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerBucketCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133421,19 +133596,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPlannerBucketCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/buckets/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerBucketDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133484,19 +133659,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaPlannerBucketDelta", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/buckets/delta", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerBucketTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -133547,19 +133722,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerBucketTask", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerPlan", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -133610,20 +133786,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerPlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -133674,19 +133849,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", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlannerPlanBucket", "Variants": [ "List" ], - "Command": "Get-MgBetaPlannerPlan", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/plans", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133737,21 +133912,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerPlanBucket", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [ - { + "Command": "Get-MgBetaPlannerPlanCount", + "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.", @@ -133800,19 +133975,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPlannerPlanCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerPlanDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -133863,19 +134038,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaPlannerPlanDelta", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/delta", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerPlanDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -133926,20 +134102,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerPlanDetail", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerPlanTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -133990,19 +134165,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerPlanTask", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerRoster", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerRoster", "Permissions": [ { "Name": "Tasks.Read", @@ -134037,48 +134213,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerRoster", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Command": "Get-MgBetaPlannerRoster", "Variants": [ "List" ], - "Command": "Get-MgBetaPlannerRoster", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/rosters", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerRoster", "Permissions": [], + "Uri": "/planner/rosters", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlannerRosterCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPlannerRosterCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/planner/rosters/$count", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerRosterMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [ { "Name": "Tasks.Read", @@ -134113,20 +134289,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerRosterMember", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerRosterMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [ { "Name": "Tasks.Read", @@ -134161,19 +134336,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/rosters/{plannerRoster-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerRosterMember", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerRosterMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134208,35 +134384,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerRosterMemberCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaPlannerRosterPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlannerRosterPlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerRosterPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -134271,19 +134446,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/rosters/{plannerRoster-id}/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerRosterPlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/plans", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerRosterPlanCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134318,20 +134494,83 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlannerRosterPlanCount", - "Method": "GET", + "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/tasks/{plannerTask-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -134382,20 +134621,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", + "Uri": "/planner/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlannerTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -134446,83 +134685,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPlannerTask", - "Method": "GET", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -134573,20 +134749,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerTaskCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134637,19 +134812,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPlannerTaskCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerTaskDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -134668,19 +134843,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/planner/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaPlannerTaskDelta", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks/delta", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPlannerTaskDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -134731,20 +134907,20 @@ "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", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPlannerTaskDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -134795,20 +134971,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAccessReviewPolicy", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134827,19 +135002,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyAccessReviewPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/accessReviewPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134866,20 +135042,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -134906,63 +135081,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -134989,19 +135164,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135036,19 +135211,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135075,20 +135251,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyAppManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135115,34 +135290,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyAppManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -135177,19 +135352,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -135224,20 +135400,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAppManagementPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135264,19 +135439,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyAppManagementPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135295,76 +135470,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135391,20 +135567,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135431,63 +135606,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135514,34 +135689,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Permissions": [], "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135560,19 +135735,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authorizationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135591,77 +135766,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authorizationPolicy/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authorizationPolicy/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Permissions": [], "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135688,20 +135864,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135728,34 +135903,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -135798,19 +135973,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135853,20 +136029,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135893,33 +136068,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/conditionalAccessPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/conditionalAccessPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135938,19 +136113,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Permissions": [ { "Name": "Policy.Read.All", @@ -135969,19 +136144,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -136000,20 +136176,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -136032,19 +136207,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136063,19 +136238,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -136094,20 +136270,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphPolicyTemplate", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -136126,47 +136301,47 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136193,19 +136368,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -136232,33 +136407,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/deviceRegistrationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/deviceRegistrationPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", "Permissions": [], + "Uri": "/policies/directoryRoleAccessReviewPolicy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136277,119 +136452,120 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/externalIdentitiesPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyExternalIdentityPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/externalIdentitiesPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Permissions": [], "Uri": "/policies/federatedTokenValidationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136416,20 +136592,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136456,34 +136631,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -136526,19 +136701,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136581,20 +136757,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136621,33 +136796,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Permissions": [], "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136666,20 +136842,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136698,19 +136873,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileAppManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136729,19 +136904,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileAppManagementPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Policy.Read.All", @@ -136760,19 +136935,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136791,19 +136966,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136822,49 +136998,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136883,20 +137059,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136915,19 +137090,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileDeviceManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136946,19 +137121,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileDeviceManagementPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Policy.Read.All", @@ -136977,19 +137152,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137008,19 +137183,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137039,49 +137215,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137100,20 +137276,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137132,19 +137307,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137163,34 +137338,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137209,19 +137384,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137240,35 +137416,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137287,19 +137462,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137318,63 +137494,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Permissions": [], "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Permissions": [], "Uri": "/policies/permissionGrantPreApprovalPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPreApprovalPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137417,20 +137593,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137473,19 +137648,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137528,20 +137704,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137584,19 +137759,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137639,34 +137814,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicyAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137709,34 +137884,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137779,19 +137954,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137834,20 +138010,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137890,20 +138066,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137946,19 +138121,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138001,151 +138177,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "List" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138172,20 +138348,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138212,34 +138387,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -138282,19 +138457,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138337,20 +138513,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138377,19 +138552,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138416,20 +138592,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138456,34 +138631,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -138526,19 +138701,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138581,20 +138757,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138621,33 +138796,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Get-MgBetaPrint", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "Uri": "/print", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138666,20 +138842,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintConnector", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138698,19 +138873,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintConnector", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/connectors", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138729,19 +138904,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/connectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPrintConnectorCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/connectors/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintOperation", "Permissions": [ { "Name": "Printer.Create", @@ -138768,48 +138944,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintOperation", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/operations/{printOperation-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Get-MgBetaPrintOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/operations", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintOperation", "Permissions": [], + "Uri": "/print/operations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrintOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/operations/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -138860,20 +139036,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinter", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinter", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -138900,19 +139075,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintPrinter", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterCapability", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrinterCapabilities", "Permissions": [ { "Name": "Printer.Read.All", @@ -138939,35 +139115,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/getCapabilities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterCapabilities", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterCapability", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/getCapabilities", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Get-MgBetaPrintPrinterConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterConnector", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138986,19 +139161,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintPrinterConnector", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/connectors", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterConnectorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139017,20 +139193,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/connectors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterConnectorCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/connectors/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139057,19 +139232,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPrintPrinterCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139136,20 +139312,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterJob", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139216,19 +139391,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintPrinterJob", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterJobCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139295,20 +139471,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [ { "Name": "PrintJob.Read", @@ -139343,34 +139519,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterJobDocument", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgBetaPrintPrinterJobDocument", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterJobDocument", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterJobDocumentContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -139405,113 +139581,104 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterJobDocumentContent", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaPrintPrinterJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterJobDocumentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterJobTask", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterJobTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShare", "Variants": [ "Get", "Get1", @@ -139520,187 +139687,197 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgBetaPrintPrinterShare", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShare", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaPrintPrinterShare", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [], + "Uri": "/print/printerShares", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedUser", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterShareCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139727,213 +139904,212 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/shares/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterShareCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/shares/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Get-MgBetaPrintPrinterShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJob", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobTask", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintPrinterShareJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterSharePrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterSharePrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrinter", + "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}/printer", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -139960,20 +140136,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -140000,19 +140175,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -140039,35 +140215,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintService", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140238,20 +140414,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintService", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/{printService-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintService", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140422,19 +140597,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintService", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintServiceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140605,19 +140780,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPrintServiceCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintServiceEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140788,20 +140964,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintServiceEndpoint", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintServiceEndpoint", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140972,19 +141147,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintServiceEndpoint", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintServiceEndpointCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141155,20 +141331,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}/endpoints/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShare", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintServiceEndpointCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/services/{printService-id}/endpoints/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141195,20 +141371,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintShare", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShare", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141235,19 +141410,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareAllowedGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShare", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141266,19 +141441,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShareAllowedGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141297,19 +141472,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintShareAllowedGroupByRef", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareAllowedGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141328,49 +141504,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintShareAllowedGroupCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareAllowedUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141389,19 +141564,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareAllowedUserByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShareAllowedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141420,19 +141595,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintShareAllowedUserByRef", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareAllowedUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141451,64 +141627,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintShareAllowedUserCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141535,19 +141710,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPrintShareCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141614,20 +141790,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintShareJob", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141694,19 +141869,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrintShareJob", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintShareJobCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141773,153 +141949,153 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintShareJobCount", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgBetaPrintShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobDocument", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobDocument", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShareJobDocument", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobDocumentContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobDocumentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobTask", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintShareJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintShareJobTaskTrigger", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrintSharePrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -141946,124 +142122,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/printer", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrintSharePrinter", - "Method": "GET", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/printer", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintTaskDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaPrintTaskDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgBetaPrintTaskDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintTaskDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaPrintTaskDefinitionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrintTaskDefinitionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/taskDefinitions/$count", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintTaskDefinitionTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintTaskDefinitionTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgBetaPrintTaskDefinitionTask", "Variants": [ "List" ], - "Command": "Get-MgBetaPrintTaskDefinitionTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142082,20 +142258,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrivacySubjectRightsRequest", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142114,195 +142289,195 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrivacySubjectRightsRequest", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142321,34 +142496,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142367,19 +142542,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142398,1159 +142574,1158 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", - "Method": "GET", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccess", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccess", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccess", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccess", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Permissions": [], + "Uri": "/privilegedAccess", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrivilegedAccessCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResource", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceParent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApproval", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Permissions": [], + "Uri": "/privilegedApproval", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrivilegedApprovalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedApproval/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApprovalRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/request", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/request", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedOperationEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedOperationEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Permissions": [], + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedOperationEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedOperationEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedOperationEvents", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Permissions": [], + "Uri": "/privilegedOperationEvents", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedOperationEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrivilegedOperationEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedOperationEvents/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedOperationEvents/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRole", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoles", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoles", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Permissions": [ { "Name": "Directory.Read.All", @@ -143569,19 +143744,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/privilegedRoleAssignmentRequests", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -143600,288 +143775,288 @@ "IsLeastPrivilege": false } ], + "Uri": "/privilegedRoleAssignmentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaPrivilegedRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoles/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoles/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaPrivilegedRoleSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", + "Method": "GET" + }, + { + "Command": "Get-MgBetaProgram", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaProgram", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "Uri": "/programs/{program-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaProgram", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProgram", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -143900,23 +144075,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/programs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaProgram", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/programs", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "Get-MgBetaProgramControl", "Variants": [ "Get", "Get1", @@ -143925,13 +144092,23 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgBetaProgramControl", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProgramControl", + "Permissions": [], "Uri": "/programControls/{programControl-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaProgramControl", + "Variants": [ + "List", + "List1", + "List2" + ], + "OutputType": "IMicrosoftGraphProgramControl", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -143950,21 +144127,23 @@ "IsLeastPrivilege": false } ], + "Uri": "/programControls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", - "Variants": [ - "List", - "List1", - "List2" - ], - "Command": "Get-MgBetaProgramControl", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/programControls", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaProgramControlCount", + "Variants": [ + "Get", + "Get1", + "Get2", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -143983,55 +144162,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/programControls/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "Get2", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaProgramControlCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/programControls/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Get-MgBetaProgramControlProgram", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaProgramControlProgram", - "Method": "GET", - "CommandAlias": null, - "Uri": "/programControls/{programControl-id}/program", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphProgram", "Permissions": [], + "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaProgramControlType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaProgramControlType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProgramControlType", + "Permissions": [], "Uri": "/programControlTypes/{programControlType-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaProgramControlType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProgramControlType", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144050,19 +144225,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/programControlTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaProgramControlType", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/programControlTypes", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaProgramControlTypeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144081,19 +144256,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/programControlTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaProgramCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaProgramControlTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/programControlTypes/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144112,161 +144287,162 @@ "IsLeastPrivilege": false } ], + "Uri": "/programs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaProgramCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/programs/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Permissions": [], "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Permissions": [], "Uri": "/reports/appCredentialSignInActivities", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/appCredentialSignInActivities/$count", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Permissions": [], "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Permissions": [], "Uri": "/reports/applicationSignInDetailedSummary", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/applicationSignInDetailedSummary/$count", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Permissions": [], "Uri": "/reports/getAttackSimulationRepeatOffenders", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Permissions": [], "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgBetaReportAttackSimulationUserCoverage", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportAttackSimulationUserCoverage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Permissions": [], "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Command": "Get-MgBetaReportAuthenticationMethod", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportAuthenticationMethod", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Permissions": [], "Uri": "/reports/authenticationMethods", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144285,20 +144461,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144317,19 +144492,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144348,3213 +144523,3214 @@ "IsLeastPrivilege": false } ], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", - "Method": "GET", + "Module": "Beta.Reports", "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "Module": "Beta.Reports" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Permissions": [], "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportBrowserDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportBrowserDistributionUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportBrowserUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportBrowserUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getBrowserUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getBrowserUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportBrowserUserDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportBrowserUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getBrowserUserDetail(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Command": "Get-MgBetaReportCredentialUsageSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportCredentialUsageSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Permissions": [], "Uri": "/reports/getCredentialUsageSummary(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Command": "Get-MgBetaReportCredentialUserRegistrationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportCredentialUserRegistrationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Permissions": [], "Uri": "/reports/getCredentialUserRegistrationCount", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Permissions": [], "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Permissions": [], "Uri": "/reports/credentialUserRegistrationDetails", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/credentialUserRegistrationDetails/$count", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsage", + "Command": "Get-MgBetaReportDailyPrintUsage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportDailyPrintUsage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsage/{printUsage-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsage", "Permissions": [], + "Uri": "/reports/dailyPrintUsage/{printUsage-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsage", "Variants": [ "List" ], - "Command": "Get-MgBetaReportDailyPrintUsage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsage", + "Permissions": [], "Uri": "/reports/dailyPrintUsage", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Variants": [ "List" ], - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByPrinter", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByUser", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageByUser/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/dailyPrintUsageByUser/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportDailyPrintUsageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsage/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/dailyPrintUsage/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Variants": [ "List" ], - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageSummariesByPrinter", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByPrinter", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageSummariesByUser", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByUser", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/deviceConfigurationDeviceActivity", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/deviceConfigurationDeviceActivity", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", "Variants": [ "Device" ], - "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/deviceConfigurationUserActivity", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/deviceConfigurationUserActivity", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportEmailActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportEmailActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportEmailActivityUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailActivityUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailAppUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportEmailAppUsageUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailAppUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportEmailAppUsageUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportFormUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportFormUserActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportFormUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportFormUserActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportFormUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportFormUserActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgBetaReportGroupArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportGroupArchivedPrintJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportM365AppPlatformUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportM365AppPlatformUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportM365AppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportM365AppUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportM365AppUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportM365AppUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getM365AppUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getM365AppUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMailboxUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMailboxUsageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMailboxUsageMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMailboxUsageMailboxCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMailboxUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMailboxUsageStorage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", "Variants": [ "Detail", "DetailViaIdentity" ], - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", "Variants": [ "Managed", "ManagedViaIdentity" ], - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", "Variants": [ "Managed" ], - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentFailureTrends", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentFailureTrends", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentTopFailures", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Variants": [ "List" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByPrinter", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByUser", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageByUser/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/monthlyPrintUsageByUser/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Variants": [ "List" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageSummariesByUser", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByUser", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365ActivationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportOffice365ActivationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365ActivationCounts", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOffice365ActivationCounts", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365ActivationUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportOffice365ActivationUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365ActivationsUserCounts", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOffice365ActivationsUserCounts", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365ActivationUserDetail", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportOffice365ActivationUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365ActivationsUserDetail", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOffice365ActivationsUserDetail", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365ActiveUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOffice365ActiveUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", "Permissions": [], + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365ActiveUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportOffice365ActiveUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", "Permissions": [], + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365GroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOffice365GroupActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", "Permissions": [], + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365GroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportOffice365GroupActivityDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", "Permissions": [], + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", "Permissions": [], + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", "Permissions": [], + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365GroupActivityStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOffice365GroupActivityStorage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", "Permissions": [], + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOffice365ServiceUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOffice365ServiceUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", "Permissions": [], + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOneDriveActivityFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOneDriveActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportOneDriveActivityUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveUsageAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOneDriveUsageAccountCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOneDriveUsageFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportOneDriveUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportOneDriveUsageStorage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartners", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartner", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartners", "Permissions": [], + "Uri": "/reports/partners", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBilling", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBilling", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBilling", + "Permissions": [], "Uri": "/reports/partners/billing", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgBetaReportPartnerBillingManifest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportPartnerBillingManifest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgBetaReportPartnerBillingManifest", "Variants": [ "List" ], - "Command": "Get-MgBetaReportPartnerBillingManifest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", "Permissions": [], + "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingManifestCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingManifestCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/partners/billing/manifests/$count", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgBetaReportPartnerBillingOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportPartnerBillingOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgBetaReportPartnerBillingOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaReportPartnerBillingOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", "Permissions": [], + "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingReconciliation", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingReconciliation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingUsage", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingUsage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", "Permissions": [], + "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingUsageBilled", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/billed", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgBetaReportPrinterArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportPrinterArchivedPrintJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Permissions": [], "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportSecurity", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportSecurity", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/security", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Permissions": [], "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Permissions": [], "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Permissions": [], "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportServiceActivity", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportServiceActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/serviceActivity", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Permissions": [], "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Permissions": [], "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Permissions": [], "Uri": "/reports/servicePrincipalSignInActivities", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/servicePrincipalSignInActivities/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/servicePrincipalSignInActivities/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointActivityFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointActivityPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointActivityPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointActivityPages(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportSharePointActivityUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointSiteUsageDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportSharePointSiteUsageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointSiteUsagePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointSiteUsagePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSharePointSiteUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSharePointSiteUsageStorage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportSla", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportSla", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "Permissions": [], "Uri": "/reports/sla", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Command": "Get-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportSlaAzureAdAuthentication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Permissions": [], "Uri": "/reports/sla/azureADAuthentication", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportTeamActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportTeamActivityDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamActivityDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamActivityDistributionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityTotalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityTotalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportTeamUserActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportTeamUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportTeamUserActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgBetaReportUserArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserArchivedPrintJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Permissions": [], "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Permissions": [], "Uri": "/reports/userCredentialUsageDetails", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userCredentialUsageDetails/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userCredentialUsageDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInsightsRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsight", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphUserInsightsRoot", "Permissions": [], + "Uri": "/reports/userInsights", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDaily", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDaily", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", "Permissions": [], + "Uri": "/reports/userInsights/daily", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/activeUsers", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/activeUsers/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/activeUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/authentications", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/authentications/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/authentications/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", "Permissions": [], + "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/inactiveUsers", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", "Permissions": [], + "Uri": "/reports/userInsights/daily/inactiveUsers", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", "Permissions": [], + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", "Permissions": [], + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/inactiveUsers/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/inactiveUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/mfaCompletions", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/mfaCompletions/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/mfaCompletions/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailySignUp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailySignUp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Command": "Get-MgBetaReportUserInsightDailySignUp", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailySignUp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/signUps", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightDailySignUpCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailySignUpCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/signUps/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/signUps/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailySummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphInsightSummary", "Permissions": [], + "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailySummary", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/summary", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphInsightSummary", "Permissions": [], + "Uri": "/reports/userInsights/daily/summary", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailySummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightDailySummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily/summary/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily/summary/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserCountMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightDailyUserCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserCountMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserCountMetric", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserCountMetric", + "Permissions": [], "Uri": "/reports/userInsights/daily/userCount", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Command": "Get-MgBetaReportUserInsightMonthly", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthly", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", "Permissions": [], + "Uri": "/reports/userInsights/monthly", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/activeUsers", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/activeUsers/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/activeUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/authentications", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/authentications/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/authentications/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", "Permissions": [], + "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/inactiveUsers", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", "Permissions": [], + "Uri": "/reports/userInsights/monthly/inactiveUsers", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", "Permissions": [], + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", "Permissions": [], + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/mfaCompletions", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/requests", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/requests/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/requests/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Permissions": [], "Uri": "/reports/userInsights/monthly/signUps", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/signUps/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/signUps/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlySummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphInsightSummary", "Permissions": [], + "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlySummary", "Variants": [ "List" ], - "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/summary", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphInsightSummary", "Permissions": [], + "Uri": "/reports/userInsights/monthly/summary", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly/summary/$count", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly/summary/$count", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportYammerActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportYammerActivityUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportYammerActivityUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerActivityUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerGroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportYammerGroupActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerGroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaReportYammerGroupActivityDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "Module": "Beta.Reports" + "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgBetaRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRiskDetection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskDetection", "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", - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRiskDetection", "Variants": [ "List" ], - "Command": "Get-MgBetaRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "Uri": "/identityProtection/riskDetections", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaRiskDetectionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRiskDetectionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskDetections/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147573,20 +147749,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRiskyServicePrincipal", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147605,19 +147780,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRiskyServicePrincipal", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyServicePrincipalCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147636,34 +147811,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRiskyServicePrincipalCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147682,19 +147857,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147713,63 +147889,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgBetaRiskyUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRiskyUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgBetaRiskyUser", "Variants": [ "List" ], - "Command": "Get-MgBetaRiskyUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "Uri": "/identityProtection/riskyUsers", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaRiskyUserCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRiskyUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyUsers/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyUserHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147788,20 +147964,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRiskyUserHistory", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyUserHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147820,19 +147995,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRiskyUserHistory", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRiskyUserHistoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147851,20 +148027,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRiskyUserHistoryCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagement", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -147899,150 +148074,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleManagement", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagement", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Command": "Get-MgBetaRoleManagementCloudPc", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementCloudPc", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Permissions": [], + "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148077,20 +148253,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148125,63 +148300,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleAssignments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148216,122 +148391,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148438,20 +148614,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148558,19 +148733,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148677,48 +148852,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagement", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -148753,136 +148928,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagement", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148917,20 +149093,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148965,63 +149140,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149056,122 +149231,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149278,20 +149454,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149398,19 +149573,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149517,62 +149692,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectory", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementDirectory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "Uri": "/roleManagement/directory", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149599,20 +149775,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149639,19 +149814,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149678,19 +149853,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149717,20 +149893,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149757,34 +149932,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149811,35 +149987,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149882,20 +150058,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149938,121 +150113,121 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150095,65 +150270,74 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -150185,31 +150369,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -150241,60 +150424,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -150326,45 +150509,46 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -150396,31 +150580,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -150452,60 +150635,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -150537,98 +150720,83 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all active role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150652,22 +150820,29 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all active role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -150702,49 +150877,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -150779,94 +150954,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150909,20 +151085,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150965,19 +151140,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Beta.Identity.Governance" + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151020,64 +151195,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "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", @@ -151109,31 +151293,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "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", @@ -151165,45 +151348,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", + "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", @@ -151235,45 +151418,46 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "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", @@ -151305,31 +151489,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "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", @@ -151361,45 +151544,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "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", @@ -151431,98 +151614,83 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ - { - "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": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151547,6 +151715,14 @@ "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 + }, { "Name": "RoleEligibilitySchedule.Read.Directory", "Description": "Read all eligible role assignments for your company's directory", @@ -151556,20 +151732,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151612,34 +151787,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151682,109 +151857,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151819,34 +151994,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151881,1439 +152056,1440 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagement", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153372,20 +153548,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153444,121 +153619,121 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153617,433 +153792,434 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154150,20 +154326,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154270,19 +154445,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154389,504 +154564,505 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchange", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementExchange", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Permissions": [], "Uri": "/roleManagement/exchange", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCustomAppScope", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -154913,20 +155089,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAppScope", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCustomAppScope", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -154953,19 +155128,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/customAppScopes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAppScope", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/customAppScopes", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -154992,136 +155167,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/customAppScopes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/customAppScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Permissions": [], "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155164,20 +155340,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155220,34 +155395,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155290,64 +155465,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155406,20 +155582,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155478,19 +155653,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155549,151 +155724,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/exchange/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSchemaExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -155712,20 +155888,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSchemaExtension", - "Method": "GET", + "Module": "Beta.SchemaExtensions", "CommandAlias": null, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "Beta.SchemaExtensions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSchemaExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -155744,19 +155919,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSchemaExtension", - "Method": "GET", + "Module": "Beta.SchemaExtensions", "CommandAlias": null, - "Uri": "/schemaExtensions", - "Module": "Beta.SchemaExtensions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSchemaExtensionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -155775,19 +155950,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/schemaExtensions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSchemaExtensionCount", - "Method": "GET", + "Module": "Beta.SchemaExtensions", "CommandAlias": null, - "Uri": "/schemaExtensions/$count", - "Module": "Beta.SchemaExtensions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchAcronym", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155806,20 +155982,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSearchAcronym", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/acronyms/{acronym-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchAcronym", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155838,19 +156013,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/acronyms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSearchAcronym", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/acronyms", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchAcronymCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155869,19 +156044,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/acronyms/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSearchAcronymCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/acronyms/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchBookmark", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155900,20 +156076,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSearchBookmark", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchBookmark", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155932,19 +156107,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSearchBookmark", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/bookmarks", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchBookmarkCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155963,33 +156138,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSearchBookmarkCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/bookmarks/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Get-MgBetaSearchEntity", "Variants": [ "Get" ], - "Command": "Get-MgBetaSearchEntity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "Uri": "/search", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchQna", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156008,20 +156184,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSearchQna", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/qnas/{qna-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchQna", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156040,19 +156215,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSearchQna", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/qnas", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSearchQnaCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156071,19 +156246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSearchQnaCount", - "Method": "GET", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/qnas/$count", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityAction", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156102,20 +156278,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/securityActions/{securityAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityAction", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/securityActions/{securityAction-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAction", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityAction", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156134,19 +156309,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/securityActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityAction", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/securityActions", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityActionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156165,19 +156340,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/securityActions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityActionCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/securityActions/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156196,20 +156372,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityAlert", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/alerts/{alert-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAlert", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156228,19 +156403,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityAlert", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/alerts", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAlertCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156259,19 +156434,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityAlertCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/alerts/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAlertV2", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156290,20 +156466,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityAlertV2", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAlertV2", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156322,19 +156497,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts_v2", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityAlertV2", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/alerts_v2", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAlertV2Count", + "Variants": [ + "Get1" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156353,603 +156528,604 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts_v2/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get1" - ], - "Command": "Get-MgBetaSecurityAlertV2Count", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/alerts_v2/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Command": "Get-MgBetaSecurityAttackSimulation", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Permissions": [], "Uri": "/security/attackSimulation", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "Get-MgBetaSecurityAttackSimulation", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "Uri": "/security/attackSimulation/simulations", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulations/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulations/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "Uri": "/security/attackSimulation/landingPages", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "Uri": "/security/attackSimulation/loginPages", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/attackSimulation/loginPages/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Permissions": [], + "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "Uri": "/security/attackSimulation/payloads", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/payloads/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTraining", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "Uri": "/security/attackSimulation/trainings", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "Uri": "/security/attackSimulation/trainingCampaigns", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainingCampaigns/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainingCampaigns/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityAuditLog", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityAuditLog", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Permissions": [], "Uri": "/security/auditLog", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAuditLogQuery", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157008,20 +157184,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityAuditLogQuery", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAuditLogQuery", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157080,19 +157255,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/auditLog/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityAuditLogQuery", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/auditLog/queries", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAuditLogQueryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157151,34 +157326,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/auditLog/queries/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityAuditLogQueryCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/auditLog/queries/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Permissions": [], "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157237,19 +157412,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157308,34 +157484,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Command": "Get-MgBetaSecurityCase", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityCase", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "Uri": "/security/cases", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157354,20 +157530,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157386,19 +157561,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157417,19 +157592,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157448,20 +157624,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157480,19 +157655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157511,20 +157687,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157543,35 +157719,34 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157590,19 +157765,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157621,50 +157797,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157683,19 +157858,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157714,79 +157890,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157805,19 +157980,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157836,20 +158012,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157868,20 +158044,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157900,19 +158075,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157931,94 +158107,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158037,19 +158212,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158068,20 +158244,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158100,79 +158276,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158191,19 +158366,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158222,20 +158398,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158254,20 +158430,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158286,19 +158461,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158317,20 +158493,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158349,20 +158525,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158381,34 +158556,35 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158427,20 +158603,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158459,35 +158635,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158506,49 +158682,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158567,20 +158743,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158599,19 +158774,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158630,20 +158806,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158662,20 +158838,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158694,78 +158869,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158784,64 +158960,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158860,64 +159036,64 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158936,20 +159112,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158968,20 +159144,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159000,63 +159175,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159075,92 +159251,92 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cloudAppSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cloudAppSecurityProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityCollaboration", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityCollaboration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Permissions": [], "Uri": "/security/collaboration", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159179,20 +159355,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159211,19 +159386,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/collaboration/analyzedEmails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/collaboration/analyzedEmails", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159242,320 +159417,321 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/collaboration/analyzedEmails/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/collaboration/analyzedEmails/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Permissions": [], + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/domainSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Permissions": [], + "Uri": "/security/domainSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/domainSecurityProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/domainSecurityProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityFileSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityFileSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Permissions": [], + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityFileSecurityProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityFileSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/fileSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Permissions": [], + "Uri": "/security/fileSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityFileSecurityProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityFileSecurityProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/fileSecurityProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/fileSecurityProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityHostSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityHostSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Permissions": [], + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityHostSecurityProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityHostSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/hostSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Permissions": [], + "Uri": "/security/hostSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityHostSecurityProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityHostSecurityProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/hostSecurityProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/hostSecurityProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentity", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIdentity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Permissions": [], "Uri": "/security/identities", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "Uri": "/security/identities/healthIssues", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/healthIssues/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIdentitySensor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors/{sensor-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensor", "Permissions": [], + "Uri": "/security/identities/sensors/{sensor-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensor", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityIdentitySensor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensor", "Permissions": [], + "Uri": "/security/identities/sensors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIdentitySensorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/sensors/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors/getDeploymentAccessKey", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/sensors/getDeploymentAccessKey", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors/getDeploymentPackageUri", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage", "Permissions": [], + "Uri": "/security/identities/sensors/getDeploymentPackageUri", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Permissions": [], + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Permissions": [], + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityIncident", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159574,20 +159750,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityIncident", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityIncident", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159606,78 +159781,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/incidents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityIncident", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/incidents", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Get-MgBetaSecurityIncidentAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIncidentAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIncidentAlert", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityIncidentAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIncidentAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIncidentAlertCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/incidents/{incident-id}/alerts/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityIncidentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159696,33 +159871,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/incidents/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityInformationProtection", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIncidentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Permissions": [], + "Uri": "/security/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/informationProtection", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159741,19 +159916,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159772,20 +159948,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159804,19 +159979,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159835,365 +160010,366 @@ "IsLeastPrivilege": true } ], + "Uri": "/security/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIPSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityIPSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Permissions": [], + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIPSecurityProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityIPSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/ipSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Permissions": [], + "Uri": "/security/ipSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityIPSecurityProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityIPSecurityProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/ipSecurityProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/ipSecurityProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabel", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityLabel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Permissions": [], "Uri": "/security/labels", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgBetaSecurityLabelAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelAuthority", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgBetaSecurityLabelAuthority", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelAuthority", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "Uri": "/security/labels/authorities", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelAuthorityCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityLabelAuthorityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/authorities/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelCategoryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityLabelCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/categories/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgBetaSecurityLabelCitation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelCitation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgBetaSecurityLabelCitation", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelCitation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "Uri": "/security/labels/citations", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelCitationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityLabelCitationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/citations/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgBetaSecurityLabelDepartment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelDepartment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgBetaSecurityLabelDepartment", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelDepartment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "Uri": "/security/labels/departments", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelDepartmentCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityLabelDepartmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/departments/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/filePlanReferences/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/filePlanReferences/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionEventType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160212,20 +160388,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160244,19 +160419,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/labels/retentionLabels", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160275,167 +160450,168 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/labels/retentionLabels/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerSecurity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityPartner", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityPartner", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnerSecurity", + "Permissions": [], "Uri": "/security/partner", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160454,20 +160630,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityPartnerSecurityAlert", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160486,19 +160661,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/partner/securityAlerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityPartnerSecurityAlert", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/partner/securityAlerts", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160517,76 +160692,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/partner/securityAlerts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/partner/securityAlerts/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityProviderTenantSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Permissions": [], + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityProviderTenantSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/providerTenantSettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Permissions": [], + "Uri": "/security/providerTenantSettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityProviderTenantSettingCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityProviderTenantSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/providerTenantSettings/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/providerTenantSettings/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityRule", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Permissions": [], "Uri": "/security/rules", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityDetectionRule", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160605,20 +160781,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityRuleDetectionRule", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityDetectionRule", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160637,19 +160812,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/rules/detectionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityRuleDetectionRule", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/rules/detectionRules", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160668,19 +160843,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/rules/detectionRules/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/rules/detectionRules/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySecureScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160699,20 +160875,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecuritySecureScore", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySecureScore", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160731,19 +160906,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScores", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecuritySecureScore", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/secureScores", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160762,20 +160938,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160794,19 +160969,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160825,19 +161000,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScoreControlProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySecureScoreCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160856,19 +161031,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScores/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecuritySecureScoreCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/secureScores/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -160887,20 +161063,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecuritySubjectRightsRequest", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -160919,195 +161094,195 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecuritySubjectRightsRequest", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Variants": [ "List" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161126,19 +161301,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161157,50 +161333,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161219,19 +161394,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161250,675 +161426,666 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligence", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligence", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Permissions": [], "Uri": "/security/threatIntelligence", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "Uri": "/security/threatIntelligence/articles", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/articles/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/articleIndicators/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPair", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPort", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Get", "Get1", @@ -161927,849 +162094,858 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubdomain", "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityThreatSubmission", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityThreatSubmission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Permissions": [], "Uri": "/security/threatSubmission", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162804,20 +162980,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162852,19 +163027,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/emailThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreats", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162899,19 +163074,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/emailThreats/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreats/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162954,20 +163130,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163010,19 +163185,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163065,19 +163240,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163112,20 +163288,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163160,19 +163335,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/fileThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/fileThreats", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163207,19 +163382,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/fileThreats/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/fileThreats/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163254,20 +163430,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163302,19 +163477,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/urlThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/urlThreats", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163349,76 +163524,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/urlThreats/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/urlThreats/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Get-MgBetaSecurityTiIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityTiIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Get-MgBetaSecurityTiIndicator", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityTiIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "Uri": "/security/tiIndicators", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSecurityTiIndicatorCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityTiIndicatorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/tiIndicators/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/tiIndicators/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityTrigger", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityTrigger", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Permissions": [], "Uri": "/security/triggers", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163437,20 +163613,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163469,19 +163644,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163500,19 +163675,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163531,34 +163707,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityTriggerRetentionEventType", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Get-MgBetaSecurityTriggerType", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityTriggerType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Permissions": [], "Uri": "/security/triggerTypes", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163577,20 +163753,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163609,19 +163784,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163640,309 +163815,310 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggerTypes/retentionEventTypes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "Get-MgBetaSecurityUserSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSecurityUserSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Permissions": [], + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityUserSecurityProfile", "Variants": [ "List" ], - "Command": "Get-MgBetaSecurityUserSecurityProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/userSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Permissions": [], + "Uri": "/security/userSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSecurityUserSecurityProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSecurityUserSecurityProfileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/userSecurityProfiles/$count", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "List" ], - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "List" ], - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgBetaServiceAnnouncementIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementIssue", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgBetaServiceAnnouncementIssue", "Variants": [ "List" ], - "Command": "Get-MgBetaServiceAnnouncementIssue", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementIssueCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaServiceAnnouncementIssueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues/$count", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgBetaServiceAnnouncementMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgBetaServiceAnnouncementMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaServiceAnnouncementMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServiceAnnouncementMessageCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaServiceAnnouncementMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/$count", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -163985,20 +164161,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipal", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -164041,78 +164216,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipal", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -164155,19 +164330,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164210,35 +164386,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -164281,23 +164456,24 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", + "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", @@ -164336,20 +164512,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -164392,35 +164568,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalByAppId", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaServicePrincipalById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/getByIds", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -164463,19 +164638,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164518,19 +164693,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164573,20 +164749,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalClaimPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphCustomClaimsPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -164605,20 +164781,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomClaimsPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalClaimPolicy", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164661,34 +164836,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaServicePrincipalCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalCreatedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -164731,48 +164906,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalCreatedObject", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164815,50 +164991,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [ { "Name": "Application.Read.All", @@ -164885,19 +165060,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164924,20 +165100,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164980,63 +165155,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaServicePrincipalDelta", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/delta", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgBetaServicePrincipalEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalEndpointCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -165079,19 +165254,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165134,19 +165309,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165189,79 +165365,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalMemberGroup", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165344,22 +165522,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaServicePrincipalMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165458,37 +165636,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaServicePrincipalMemberObject", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -165531,106 +165706,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalMemberOf", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165673,80 +165849,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalMemberOfCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -165773,19 +165948,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -165812,35 +165988,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOwnedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -165883,135 +166058,136 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalOwnedObject", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166054,80 +166230,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOwner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -166170,106 +166345,106 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalOwner", - "Method": "GET", - "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Module": "Beta.Applications" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166312,19 +166487,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalOwnerByRef", - "Method": "GET", - "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166367,65 +166543,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166460,66 +166638,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application.Read.All", @@ -166570,20 +166746,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -166634,107 +166810,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgBetaServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgBetaServicePrincipalRiskDetection", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166753,22 +166931,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166795,20 +166971,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166835,49 +167010,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166904,20 +167080,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -166960,79 +167136,79 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", - "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167059,20 +167235,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167099,19 +167274,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167138,20 +167314,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167178,123 +167354,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -167337,19 +167512,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -167392,35 +167568,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -167455,106 +167630,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -167589,80 +167765,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaServicePrincipalUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaServicePrincipalUserOwnedObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/getUserOwnedObjects", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -167697,151 +167872,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/settings/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSettingCount", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/settings/$count", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgBetaShareContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaShareCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaShareDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -167868,20 +168044,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -167932,20 +168108,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -167996,1198 +168172,1198 @@ "IsLeastPrivilege": false } ], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaShareDriveItemContentStream", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaShareItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItem", "Variants": [ "List" ], - "Command": "Get-MgBetaShareItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaShareListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/drive", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItem", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemActivity", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemAnalytic", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemCreatedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaShareListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemDriveItemContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemDriveItemContentStream", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemPermission", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemVersion", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaShareListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListItemVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaShareListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaShareListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSharePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSharePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/root", - "Module": "Beta.Files" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareRootContentStream", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -169214,49 +169390,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "List" ], - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [], + "Uri": "/shares", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaShareSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaShareSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/site", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSite", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -169275,20 +169451,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSite", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -169307,34 +169482,35 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSite", - "Method": "GET", - "CommandAlias": null, "Uri": "/sites", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaSiteActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteAnalytic", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -169385,153 +169561,153 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalytic", - "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -169582,20 +169758,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -169646,20 +169822,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/analytics/allTime", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/allTime", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -169694,35 +169870,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -169757,20 +169933,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -169805,19 +169980,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/columns", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169852,35 +170028,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentModelAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModelUsage", "Permissions": [ { "Name": "Sites.Read.All", @@ -169907,20 +170083,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentModelByName", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentModelAppliedDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModel", "Permissions": [ { "Name": "Sites.Read.All", @@ -169947,35 +170123,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentModelByName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModelUsage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -170010,20 +170186,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteContentType", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteContentType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -170058,85 +170233,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteContentType", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteContentTypeColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -170171,20 +170347,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteContentTypeColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteContentTypeColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -170219,19 +170394,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteContentTypeColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteContentTypeColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170266,123 +170442,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteContentTypeColumnCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -170401,20 +170577,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170449,20 +170625,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteContentTypeCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteCount", + "Variants": [ + "Get1" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170481,19 +170656,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get1" - ], - "Command": "Get-MgBetaSiteCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteDefaultDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -170544,20 +170720,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/drive", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteDefaultDrive", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/drive", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -170576,34 +170751,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaSiteDelta", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/delta", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgBetaSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/sites/{site-id}/drives/{drive-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteDrive", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -170654,19 +170829,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/drives", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteDrive", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/drives", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteDriveCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -170717,398 +170893,398 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteDriveCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/drives/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/externalColumns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteExternalColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/externalColumns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPath", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteGetByPathAnalytic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgBetaSiteGetByPathColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathDrive", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteGetByPathOnenote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathPage", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathSite", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteGetByPathSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteGetByPathTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteList", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -171127,20 +171303,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteList", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteList", + "Variants": [ + "List1" + ], + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -171159,19 +171334,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Variants": [ - "List1" - ], - "Command": "Get-MgBetaSiteList", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListActivity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -171222,19 +171397,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListActivity", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -171269,20 +171445,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -171317,19 +171492,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171364,35 +171540,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -171427,20 +171603,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListContentType", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListContentType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -171475,19 +171650,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListContentType", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListContentTypeColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -171522,20 +171698,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListContentTypeColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListContentTypeColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -171570,19 +171745,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListContentTypeColumn", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListContentTypeColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171617,123 +171793,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListContentTypeColumnCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -171752,20 +171928,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171800,20 +171976,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171832,94 +172008,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListCreatedByUser", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -171946,20 +172122,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListItem", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItem", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -171978,34 +172153,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListItem", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Command": "Get-MgBetaSiteListItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemActivity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [ { "Name": "Files.Read", @@ -172056,34 +172231,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListItemActivity", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaSiteListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemActivityCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -172134,80 +172310,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivityDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemActivityListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemActivityListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -172258,79 +172434,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListItemAnalytic", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -172349,22 +172527,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgBetaSiteListItemDelta", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -172407,20 +172583,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -172463,19 +172638,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172518,35 +172694,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -172597,65 +172773,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -172690,20 +172866,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListItemPermission", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemPermission", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -172738,19 +172913,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListItemPermission", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemPermissionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172785,20 +172961,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -172817,20 +172993,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListItemVersion", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -172849,19 +173024,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListItemVersion", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListItemVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172880,35 +173056,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -172943,20 +173119,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListOperation", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -172991,19 +173166,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListOperation", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173038,20 +173214,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -173086,20 +173262,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteListPermission", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListPermission", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -173134,19 +173309,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListPermission", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListPermissionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173181,64 +173357,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListPermissionCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteListSubscription", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteListSubscription", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -173281,20 +173457,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteOnenoteNotebook", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteOnenoteNotebook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -173337,19 +173512,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteOnenoteNotebook", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteOnenoteNotebookCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -173392,20 +173568,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaSiteOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -173448,22 +173626,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", - "Method": "POST", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaSiteOnenoteNotebookSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -173506,19 +173681,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -173561,19 +173736,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -173616,83 +173792,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteOnenoteOperation", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/onenote/operations/$count", - "Module": "Beta.Notes" - }, - { - "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 - } - ], "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -173727,34 +173855,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteOnenotePage", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteOnenotePage", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgBetaSiteOnenotePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -173789,35 +173902,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -173852,40 +173965,40 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/$count", - "Module": "Beta.Notes" - }, - { + "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.", + "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 @@ -173913,30 +174026,37 @@ "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/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteSection", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -173979,19 +174099,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSection", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteOnenoteSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -174034,20 +174154,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -174090,20 +174210,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -174146,20 +174266,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -174202,22 +174322,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -174260,24 +174380,24 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "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 @@ -174305,116 +174425,77 @@ "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/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "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.", + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", "IsAdmin": false, - "PermissionType": "Application", + "PermissionType": "DelegatedPersonal", "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.", + "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": "Application", + "PermissionType": "DelegatedWork", "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.", + "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": "Application", + "PermissionType": "DelegatedWork", "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.", + "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": "Application", + "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { - "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta", - "ApiVersion": "beta", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/operations", - "Module": "Beta.Sites" - }, - { "Permissions": [ { "Name": "Sites.Read.All", @@ -174449,20 +174530,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteOperationCount", - "Method": "GET", + "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, - "Uri": "/sites/{site-id}/operations/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -174479,22 +174559,86 @@ "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 } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePage", - "Method": "GET", + "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}/operations/$count", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSitePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -174513,34 +174657,65 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePage", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "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 + } + ], "Uri": "/sites/{site-id}/pages", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgBetaSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSitePageAsSitePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -174559,387 +174734,388 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/sitePage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSitePageAsSitePage", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/sitePage", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageWebPart", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSitePageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174958,20 +175134,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174990,227 +175166,227 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSitePageCountAsSitePage", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/sitePage/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgBetaSitePermission", "Variants": [ "List" ], - "Command": "Get-MgBetaSitePermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSitePermissionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/permissions/$count", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -175253,20 +175429,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteRecentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175285,20 +175461,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175317,20 +175493,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreGroup", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175349,19 +175524,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreGroup", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175380,35 +175556,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreGroupCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreGroupSet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175427,185 +175602,186 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreGroupSet", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreGroupSetCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175624,124 +175800,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", - "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175760,301 +175936,301 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -176073,51 +176249,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreSet", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSet", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChild", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetChild", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -176136,794 +176312,793 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaSiteTermStoreSetChild", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetRelation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -176942,19 +177117,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreSetRelation", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetRelationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176973,65 +177149,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177050,49 +177226,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreSetTerm", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTerm", "Variants": [ "List" ], - "Command": "Get-MgBetaSiteTermStoreSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177111,19 +177286,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177142,154 +177318,153 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177308,19 +177483,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177339,1281 +177515,1340 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSiteTermStoreSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSiteTermStoreSetTermSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Command": "Get-MgBetaSolutionBackupRestore", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestore", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Permissions": [], "Uri": "/solutions/backupRestore", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphDriveProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveInclusionRules", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphDriveProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveInclusionRules/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/driveProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphExchangeRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphExchangeRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Method": "GET", + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", "Permissions": [], - "ApiReferenceLink": null, + "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", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxInclusionRules", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/mailboxProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestorePoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestorePoint", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestorePoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestorePointCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestorePointCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphProtectionUnitBase", "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphProtectionPolicyBase", "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/protectionPolicies", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphProtectionPolicyBase", "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/protectionPolicies/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Permissions": [], "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/protectionUnits", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphProtectionUnitBase", "Permissions": [], + "Uri": "/solutions/backupRestore/protectionUnits", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/protectionUnits/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], "Uri": "/solutions/backupRestore/serviceApps", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/serviceApps/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Get-MgBetaSolutionBackupRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Get-MgBetaSolutionBackupRestoreSession", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], "Uri": "/solutions/backupRestore/restoreSessions", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restoreSessions/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/restoreSessions/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSharePointRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSharePointRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSiteProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/siteInclusionRules", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSiteProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/siteInclusionRules/$count", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/$count", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/siteProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178648,20 +178883,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSolutionBusinessScenario", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenario", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178696,19 +178930,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSolutionBusinessScenario", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178743,20 +178978,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSolutionBusinessScenarioByUniqueName", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178791,19 +179025,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaSolutionBusinessScenarioCount", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios/$count", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioPlanner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178838,20 +179073,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlanner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178886,20 +179121,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178934,20 +179169,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178982,19 +179216,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179029,20 +179264,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179061,20 +179296,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179093,49 +179327,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", - "Method": "GET", + "Module": "Beta.BusinessScenario", "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Module": "Beta.BusinessScenario" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Permissions": [], "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Beta.BusinessScenario" + "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179170,20 +179405,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179202,50 +179437,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaSubscribedSku", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -179280,20 +179515,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaSubscribedSku", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSubscribedSku", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -179328,63 +179562,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/subscribedSkus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaSubscribedSku", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/subscribedSkus", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "Uri": "/subscriptions/{subscription-id}", - "Module": "Beta.ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgBetaSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaSubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "Uri": "/subscriptions", - "Module": "Beta.ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgBetaSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaSubSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/sites/{site-id}/sites/{site-id1}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSubSite", + "Variants": [ + "List2" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -179403,19 +179637,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List2" - ], - "Command": "Get-MgBetaSubSite", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/sites", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaSubSiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -179434,20 +179669,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaSubSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/sites/$count", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -179522,20 +179757,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -179562,19 +179796,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannel", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179649,20 +179884,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaTeamChannel", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannel", + "Variants": [ + "List1" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179737,19 +179971,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List1" - ], - "Command": "Get-MgBetaTeamChannel", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179824,20 +180059,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read.All", @@ -179912,50 +180147,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelFileFolderContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179990,20 +180225,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Group.Read.All", @@ -180030,19 +180264,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -180069,20 +180304,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelMessage", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180117,22 +180354,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaTeamChannelMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180167,19 +180401,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180214,20 +180449,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelMessageCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180262,20 +180497,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelMessageDelta", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180310,22 +180547,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180360,19 +180594,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180407,20 +180642,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180455,20 +180690,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelMessageReply", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageReply", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180503,19 +180737,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelMessageReply", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageReplyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180550,20 +180785,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelMessageReplyCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180598,20 +180833,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelMessageReplyDelta", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180646,22 +180883,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180696,19 +180930,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180743,35 +180978,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamChannelRetainedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180790,22 +181027,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180824,34 +181058,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180870,19 +181104,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180901,20 +181136,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180933,20 +181168,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181045,20 +181280,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelTab", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelTab", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181157,19 +181391,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamChannelTab", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamChannelTabCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181268,35 +181503,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamChannelTabCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgBetaTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -181323,63 +181557,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgBetaTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamIncomingChannel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamIncomingChannel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -181406,19 +181640,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/incomingChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamIncomingChannel", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/incomingChannels", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamIncomingChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -181445,20 +181680,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/incomingChannels/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamIncomingChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/incomingChannels/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -181613,20 +181848,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -181773,19 +182007,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamInstalledAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -181932,50 +182167,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182002,20 +182237,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182042,19 +182276,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/members", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182081,20 +182316,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamMemberCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/members/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamOpenShift", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -182169,166 +182403,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/getOpenShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamOpenShift", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/getOpenShifts", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgBetaTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOwner", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamOwner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners/{user-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/teams/{team-id}/owners/{user-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOwner", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamOwner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/teams/{team-id}/owners", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamOwnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/owners/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOwnerMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamOwnerMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamPermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182419,19 +182653,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamPermissionGrant", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamPermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182522,50 +182757,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPhotoContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -182608,468 +182843,468 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamPrimaryChannel", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMember", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelTab", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183104,20 +183339,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleDayNote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183136,20 +183371,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleDayNote", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleDayNote", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183168,19 +183402,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/dayNotes", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleDayNote", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/dayNotes", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleDayNoteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183199,20 +183434,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/dayNotes/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleDayNoteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183247,20 +183482,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -183279,19 +183513,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -183310,20 +183545,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183358,20 +183593,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleOpenShift", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleOpenShift", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183406,19 +183640,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleOpenShift", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183453,20 +183688,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183501,19 +183735,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183548,20 +183783,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183596,20 +183831,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShifts/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleOpenShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183644,20 +183879,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183692,19 +183926,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183739,20 +183974,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Group.Read.All", @@ -183787,20 +184022,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleShift", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleShift", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183835,19 +184069,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleShift", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleShiftCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183882,20 +184117,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shifts/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183922,20 +184157,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183962,19 +184196,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184001,35 +184236,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184064,19 +184298,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184111,20 +184346,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184143,20 +184378,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleTimeCard", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeCard", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184175,19 +184409,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeCards", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleTimeCard", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeCards", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeCardCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184206,20 +184441,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeCards/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleTimeCardCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeCards/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184254,20 +184489,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleTimeOff", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeOff", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184302,19 +184536,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleTimeOff", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeOffCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184349,20 +184584,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleTimeOffCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184397,20 +184632,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184445,19 +184679,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184492,20 +184727,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "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/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -184540,20 +184822,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184588,67 +184870,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", - "Method": "GET", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaTeamShift", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -184723,19 +184957,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/getShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamShift", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/getShifts", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184770,20 +185005,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamTag", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184818,19 +185052,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamTag", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamTagCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184865,20 +185100,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamTagCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184913,20 +185148,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamTagMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamTagMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -184961,19 +185195,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamTagMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamTagMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185008,50 +185243,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamTagMemberCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/template", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/template", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamTemplateDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "Uri": "/teams/{team-id}/templateDefinition", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamTimeOff", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -185126,628 +185360,629 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/getTimesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamTimeOff", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/getTimesOff", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamwork", + "Command": "Get-MgBetaTeamwork", "Variants": [ "Get" ], - "Command": "Get-MgBetaTeamwork", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamwork", + "Permissions": [], "Uri": "/teamwork", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaTeamworkDeletedChat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedChat", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedChat", + "Command": "Get-MgBetaTeamworkDeletedChat", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedChat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDeletedChat", "Permissions": [], + "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedChatCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTeamworkDeletedChatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeam", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Get-MgBetaTeamworkDeletedTeam", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeam", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "Uri": "/teamwork/deletedTeams", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeletedTeamCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTeamworkDeletedTeamCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamworkDevice", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185766,20 +186001,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamworkDevice", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamworkDevice", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185798,19 +186032,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamworkDevice", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDeviceActivity", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185829,20 +186064,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeviceActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185861,20 +186096,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamworkDeviceConfiguration", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185893,19 +186127,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamworkDeviceCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDeviceHealth", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185924,20 +186159,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkDeviceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkDeviceHealth", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185956,20 +186191,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamworkDeviceOperation", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDeviceOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -185988,19 +186222,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamworkDeviceOperation", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkDeviceOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186019,20 +186254,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamworkDeviceOperationCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkTeamAppSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphTeamsAppSettings", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -186051,34 +186285,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamworkTeamAppSetting", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/teamsAppSettings", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Command": "Get-MgBetaTeamworkTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkTeamTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamTemplate", + "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkTeamTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamTemplate", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186097,19 +186331,19 @@ "IsLeastPrivilege": true } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamworkTeamTemplate", - "Method": "GET", - "CommandAlias": null, "Uri": "/teamwork/teamTemplates", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkTeamTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186128,19 +186362,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/teamwork/teamTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamworkTeamTemplateCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/teamTemplates/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186159,49 +186394,49 @@ "IsLeastPrivilege": true } ], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186220,20 +186455,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTeamworkWorkforceIntegration", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186252,19 +186486,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTeamworkWorkforceIntegration", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/workforceIntegrations", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186283,19 +186517,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/workforceIntegrations/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/workforceIntegrations/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186314,20 +186549,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186346,19 +186580,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186377,34 +186611,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186423,19 +186657,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186454,20 +186689,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186486,20 +186721,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186518,19 +186752,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186549,20 +186784,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186581,19 +186815,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186612,20 +186847,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186644,19 +186878,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186675,20 +186910,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186707,19 +186941,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186738,20 +186973,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186770,20 +187005,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186802,19 +187036,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "GET", + "Module": "Beta.Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Beta.Identity.Partner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186833,20 +187068,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186865,20 +187100,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenant", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186897,34 +187131,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenant", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenants", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -186943,19 +187177,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -186974,492 +187208,493 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/appPerformances", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187478,48 +187713,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/auditEvents", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187538,20 +187773,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187570,19 +187804,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187601,19 +187835,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187632,20 +187867,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187664,19 +187898,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187695,19 +187929,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187726,20 +187961,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187758,19 +187992,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187789,19 +188023,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Permissions": [ { "Name": "Policy.Read.All", @@ -187828,20 +188063,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Permissions": [ { "Name": "Policy.Read.All", @@ -187868,19 +188102,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -187907,19 +188141,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187938,62 +188172,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenants/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188012,20 +188247,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188044,19 +188278,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188075,19 +188309,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188106,20 +188341,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188138,19 +188372,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188169,62 +188403,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -188243,20 +188478,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188275,19 +188509,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188306,120 +188540,121 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188438,20 +188673,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188470,19 +188704,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188501,19 +188735,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188532,20 +188767,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188564,19 +188798,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188595,19 +188829,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188626,20 +188861,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188658,19 +188892,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188689,19 +188923,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188720,20 +188955,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188752,19 +188986,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActions", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188783,19 +189017,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementActions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActions/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188814,20 +189049,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188846,19 +189080,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188877,19 +189111,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188908,20 +189143,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188940,19 +189174,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementIntents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188971,19 +189205,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189002,20 +189237,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189034,154 +189268,154 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189200,292 +189434,292 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189504,19 +189738,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/myRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/myRoles", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189535,19 +189769,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/myRoles/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/myRoles/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189566,20 +189801,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189598,19 +189832,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189629,62 +189863,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189703,20 +189938,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189735,19 +189969,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189766,19 +190000,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189797,20 +190032,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189829,19 +190063,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Method": "GET", + "Module": "Beta.ManagedTenants", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Module": "Beta.ManagedTenants" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189860,19 +190094,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganization", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -189899,19 +190133,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "GET" + }, + { + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Get" ], - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -189930,34 +190164,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -189984,19 +190218,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -190023,33 +190257,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFramework", + "Command": "Get-MgBetaTrustFramework", "Variants": [ "Get" ], - "Command": "Get-MgBetaTrustFramework", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFramework", + "Permissions": [], "Uri": "/trustFramework", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkKeySet", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190068,20 +190303,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTrustFrameworkKeySet", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkKeySet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190100,19 +190334,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/keySets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTrustFrameworkKeySet", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/keySets", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190131,20 +190366,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkKeySetCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190163,63 +190397,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/keySets/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTrustFrameworkKeySetCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/keySets/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaTrustFrameworkKeySetKey", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTrustFrameworkKeySetKey", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "Variants": [ "List" ], - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190238,20 +190473,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTrustFrameworkPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -190270,19 +190504,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaTrustFrameworkPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/policies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkPolicyContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190301,20 +190536,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaTrustFrameworkPolicyContent", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaTrustFrameworkPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190333,19 +190567,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/trustFramework/policies/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaTrustFrameworkPolicyCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/trustFramework/policies/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -190468,20 +190703,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUser", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -190588,166 +190822,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUser", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Get-MgBetaUserActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserActivityHistoryItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityHistoryItem", "Variants": [ "List" ], - "Command": "Get-MgBetaUserActivityHistoryItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityHistoryItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserActivityHistoryItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityHistoryItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserActivityHistoryItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityStatistics", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserActivityStatistics", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphActivityStatistics", "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserActivityStatistics", "Variants": [ "List" ], - "Command": "Get-MgBetaUserActivityStatistics", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/analytics/activityStatistics", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphActivityStatistics", "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAgreementAcceptance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -190766,19 +191000,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/agreementAcceptances", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAgreementAcceptance", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/users/{user-id}/agreementAcceptances", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAgreementAcceptanceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -190797,50 +191032,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/agreementAcceptances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAgreementAcceptanceCount", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/$count", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAppRoleAssignedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAppRoleAssignedResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAppRoleAssignedResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Directory.Read.All", @@ -190859,19 +191093,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignedResources", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAppRoleAssignedResource", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignedResources", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Directory.Read.All", @@ -190890,20 +191125,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -190922,35 +191157,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignedResources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignedResources/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgBetaUserAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAppRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -190969,19 +191203,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAppRoleAssignment", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAppRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191000,20 +191235,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAppRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191048,20 +191283,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationEmailMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191096,19 +191330,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationEmailMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191143,20 +191378,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/emailMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationFido2Method", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191191,20 +191426,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationFido2Method", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationFido2Method", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191239,19 +191473,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/fido2Methods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationFido2Method", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191286,20 +191521,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191334,20 +191569,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191382,19 +191616,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191429,20 +191664,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/methods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191477,20 +191712,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191525,19 +191759,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191572,35 +191807,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191635,49 +191870,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationOperation", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Get-MgBetaUserAuthenticationOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaUserAuthenticationOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/authentication/operations/$count", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191712,20 +191947,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191760,19 +191994,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191807,35 +192042,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191870,20 +192105,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191918,19 +192152,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordMethods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191965,20 +192200,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192013,20 +192248,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192061,19 +192295,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192108,94 +192343,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Permissions": [], + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", "Permissions": [], + "Uri": "/users/{user-id}/authentication/platformCredentialMethods", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationSignInPreference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSignInPreferences", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSignInPreferences", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationSignInPreference", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/signInPreferences", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192230,20 +192465,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192278,19 +192512,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192325,20 +192560,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192373,20 +192608,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192421,19 +192655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192468,20 +192703,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192516,20 +192751,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192564,19 +192798,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192611,65 +192846,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaUserById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/getByIds", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgBetaUserCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendar", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192704,19 +192938,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserCalendar", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendars", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendarCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192751,20 +192986,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendars/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserCalendarCount", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendars/$count", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendarEvent", + "Variants": [ + "List1" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192791,19 +193025,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List1" - ], - "Command": "Get-MgBetaUserCalendarEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendarEventDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -192830,22 +193067,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgBetaUserCalendarEventDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/events/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendarGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192864,20 +193099,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserCalendarGroup", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendarGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192904,19 +193138,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCalendarGroupCalendar", "Variants": [ "List" ], - "Command": "Get-MgBetaUserCalendarGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192951,19 +193185,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserCalendarGroupCalendar", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCalendarGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192990,86 +193225,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserCalendarGroupCount", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/$count", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgBetaUserCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserCalendarPermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgBetaUserCalendarPermission", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaUserCalendarPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCalendarPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserCalendarPermissionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Command": "Get-MgBetaUserCalendarSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Command": "Get-MgBetaUserCalendarSchedule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaUserCalendarView", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -193096,20 +193331,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendar/calendarView", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgBetaUserCalendarView", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/calendarView", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193192,20 +193427,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserChat", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193248,19 +193482,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserChat", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChatCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193303,109 +193538,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/$count", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChatInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserChatInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatLastMessagePreview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -193504,20 +193739,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserChatMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChatMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -193616,19 +193850,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserChatMember", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChatMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193727,20 +193962,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -193799,75 +194034,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserChatMessage", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "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": "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaUserChatMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -193910,20 +194089,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -193941,22 +194120,6 @@ "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", @@ -193982,20 +194145,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageDelta", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -194054,22 +194217,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserChatMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -194128,19 +194291,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -194199,259 +194362,331 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, + "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": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageReply", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgBetaUserChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatPermissionGrant", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserChatPinnedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatPinnedMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaUserChatPinnedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatPinnedMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChatRetainedMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -194470,109 +194705,109 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatRetainedMessage", - "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserChatTab", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserChatTab", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCloudPcConnectivityHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserChatTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCloudPcConnectivityHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -194591,20 +194826,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCloudPcLaunchInfo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -194623,65 +194858,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaUserCloudPcRemoteActionResult", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaUserCloudPcRemoteActionResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaUserCloudPcReviewStatus", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Command": "Get-MgBetaUserCloudPcReviewStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -194700,20 +194935,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContact", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -194732,19 +194966,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserContact", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194763,20 +194998,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactCount", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/$count", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -194795,64 +195030,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserContactDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "Module": "Beta.PersonalContacts" + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -194871,20 +195106,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolder", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -194903,34 +195137,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserContactFolder", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Get-MgBetaUserContactFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderChildFolder", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "Beta.PersonalContacts" + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderChildFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -194949,19 +195183,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserContactFolderChildFolder", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -194980,20 +195215,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderChildFolderContact", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -195012,19 +195246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserContactFolderChildFolderContact", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195043,20 +195278,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -195075,94 +195310,94 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderChildFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195181,35 +195416,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderChildFolderCount", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Get-MgBetaUserContactFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderChildFolderDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -195228,20 +195463,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderContact", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -195260,19 +195494,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserContactFolderContact", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderContactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195291,20 +195526,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderContactCount", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderContactDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -195323,94 +195558,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderContactDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserContactFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderContactExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserContactFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderContactExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderContactPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactFolderContactPhotoContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195429,20 +195664,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderCount", - "Method": "GET", + "Module": "Beta.PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/$count", - "Module": "Beta.PersonalContacts" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserContactFolderDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -195461,50 +195696,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserContactFolderDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgBetaUserContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserContactPhotoContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" + "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -195611,34 +195845,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaUserCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCreatedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCreatedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -195689,48 +195923,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/createdObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserCreatedObject", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserCreatedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -195781,50 +196016,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/createdObjects/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserCreatedObjectCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDefaultCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDefaultCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/calendar", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDefaultCalendarEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -195851,19 +196085,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserDefaultCalendarEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/events", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDefaultCalendarSchedule", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphScheduleInformation", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -195890,22 +196127,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST" + }, + { + "Command": "Get-MgBetaUserDefaultDrive", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBetaUserDefaultCalendarSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/getSchedule", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -195956,20 +196191,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/drive", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserDefaultDrive", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drive", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.Read.All", @@ -196004,1001 +196238,1001 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Delta" - ], - "Command": "Get-MgBetaUserDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/devices", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceByDeviceId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceCommand", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceCommand", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphCommand", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceCommand", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceCommand", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphCommand", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceCommandCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceCommandCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceCommandResponsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceCommandResponsepayload", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/devices/$count", - "Module": "Beta.CrossDeviceExperiences" + "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserDeviceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserDeviceDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/users/{user-id}/devices/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceMemberOf", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOf", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceMemberOf", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwner", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUser", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceUsageRights", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceUsageRights", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceUsageRights", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDeviceUsageRights", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDeviceUsageRightsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDeviceUsageRightsCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDirectReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDirectReport", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -197041,77 +197275,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/directReports", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserDirectReport", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/directReports", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/orgContact", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDirectReportAsUser", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/users/{user-id}/directReports/user", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDirectReportCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -197154,65 +197389,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/directReports/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserDirectReportCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDirectReportCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/user/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/directReports/user/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDrive", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -197263,166 +197497,167 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDrive", - "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDriveBundle", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveBundle", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserDriveBundle", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserDriveBundleContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveBundleContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveBundleContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveBundleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveContentTypeBase", - "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserDriveContentTypeBaseType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -197473,3197 +197708,3197 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/drives/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserDriveCount", - "Method": "GET", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives/$count", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveFollowing", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveFollowingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveFollowingContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveFollowingContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveFollowingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItem", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaUserDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemChild", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemChildContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaUserDriveItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemThumbnail", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDriveLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentType", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItem", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgBetaUserDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaUserDriveListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListOperation", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgBetaUserDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgBetaUserDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootChild", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootChildContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgBetaUserDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgBetaUserDriveRootDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemActivity", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootListItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootListItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootPermission", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootSubscription", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootThumbnail", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootVersion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveRootVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveSpecial", "Variants": [ "List" ], - "Command": "Get-MgBetaUserDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveSpecialContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveSpecialContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveSpecialContentStream", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserDriveSpecialCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Permissions": [], "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200682,20 +200917,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200722,78 +200956,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserEvent", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/calendar", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserEventCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200820,20 +201055,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserEventCount", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/$count", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserEventDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -200860,373 +201095,372 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserEventDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/events/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrence", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserEventInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201245,78 +201479,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserEventInstance", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserEventInstanceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201335,285 +201570,284 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserEventInstanceCount", - "Method": "GET", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventInstanceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserEventInstanceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserFollowedSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserFollowedSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/users/{user-id}/followedSites/{site-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserFollowedSite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -201632,19 +201866,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/followedSites", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserFollowedSite", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/users/{user-id}/followedSites", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserFollowedSiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -201663,212 +201898,212 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/followedSites/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserFollowedSiteCount", - "Method": "GET", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/users/{user-id}/followedSites/$count", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Command": "Get-MgBetaUserInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInferenceClassification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassification", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInferenceClassificationOverride", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInferenceClassificationOverride", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInferenceClassificationOverride", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionBitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionBitlocker", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/bitlocker", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphBitlocker", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/bitlocker", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/policy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -201887,20 +202122,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -201919,19 +202153,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/informationProtection/policy/labels", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -201950,241 +202185,240 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphItemInsights", "Permissions": [], + "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInsightShared", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightShared", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Permissions": [], "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInsightShared", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -202203,19 +202437,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedInsight", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserInsightShared", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInsightSharedCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202234,65 +202469,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/shared/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserInsightSharedCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInsightSharedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightSharedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrending", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInsightTrending", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightTrending", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrending", + "Permissions": [], "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInsightTrending", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTrending", "Permissions": [ { "Name": "Sites.Read.All", @@ -202311,19 +202545,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrending", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserInsightTrending", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInsightTrendingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202342,20 +202577,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/trending/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInsightTrendingResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightTrendingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202374,35 +202609,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserInsightTrendingResource", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Get-MgBetaUserInsightUsed", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightUsed", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Permissions": [], "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInsightUsed", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -202421,19 +202655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsedInsight", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserInsightUsed", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserInsightUsedCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202452,20 +202687,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/used/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserInsightUsedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInsightUsedCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202484,49 +202719,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserInsightUsedResource", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserInvitedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserInvitedBy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/invitedBy", - "Module": "Beta.Users" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserJoinedGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserJoinedGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/users/{user-id}/joinedGroups", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserJoinedTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -202585,34 +202819,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/joinedTeams", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserJoinedTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/joinedTeams", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Get-MgBetaUserLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserLicenseDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserLicenseDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [ { "Name": "User.Read", @@ -202655,19 +202889,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/licenseDetails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserLicenseDetail", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserLicenseDetailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -202710,20 +202945,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/licenseDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserLicenseDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/$count", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", "Permissions": [ { "Name": "User.Read", @@ -202758,35 +202993,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserLoggedOnManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserLoggedOnManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/getLoggedOnManagedDevices", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -202805,20 +203040,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202853,20 +203088,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolder", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202901,34 +203135,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMailFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders", - "Module": "Beta.Mail" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolder", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderChildFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202963,19 +203197,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMailFolderChildFolder", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderChildFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203010,329 +203245,329 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolderChildFolderCount", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Get-MgBetaUserMailFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphUserConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphUserConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203367,20 +203602,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolderCount", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/$count", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203415,20 +203650,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolderDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -203455,20 +203690,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolderMessage", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203503,63 +203737,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMailFolderMessage", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203594,20 +203829,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolderMessageCount", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailFolderMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203642,196 +203877,198 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserMailFolderMessageDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserMailFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageMention", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderMessageMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageMentionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageRule", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderMessageRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphUserConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphUserConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMailTip", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMailTips", "Permissions": [ { "Name": "Mail.Read", @@ -203850,22 +204087,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getMailTips", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailTips", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaUserMailTip", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/getMailTips", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaUserManagedAppBlockedUser", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -203900,19 +204134,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/getManagedAppBlockedUsers", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBetaUserManagedAppBlockedUser", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/getManagedAppBlockedUsers", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -203931,20 +204166,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -203963,652 +204198,652 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedAppPolicies", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserManagedAppPolicy", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedAppPolicies", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Command": "Get-MgBetaUserManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedAppRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedAppRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedAppRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedAppRegistrations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedAppRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedAppRegistrationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceUser", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204627,20 +204862,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204659,20 +204894,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManager", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read.All", @@ -204707,20 +204942,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserManagerByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserManager", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/manager", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read.All", @@ -204755,20 +204990,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaUserManagerByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/manager/$ref", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -204851,22 +205088,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaUserMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaUserMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/getMemberGroups", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -204965,22 +205202,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getMemberObjects", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgBetaUserMemberOf", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/getMemberObjects", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -204999,20 +205234,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMemberOf", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -205047,34 +205281,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMemberOf", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -205093,34 +205327,34 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -205139,34 +205373,34 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/directoryRole", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgBetaUserMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Users" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMemberOfAsGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "User.Read", @@ -205185,19 +205419,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMemberOfAsGroup", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/group", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -205232,20 +205467,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -205264,20 +205499,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -205296,20 +205531,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -205328,20 +205563,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/group/$count", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -205368,20 +205603,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMessage", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -205416,63 +205650,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMessage", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/messages", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMessageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.Read", @@ -205499,20 +205734,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -205547,20 +205782,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMessageCount", - "Method": "GET", + "Module": "Beta.Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/$count", - "Module": "Beta.Mail" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -205587,108 +205822,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserMessageDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageMention", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMessageMention", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMessageMentionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205707,20 +205942,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMobileAppIntentAndState", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205739,19 +205973,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserMobileAppIntentAndState", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205770,167 +206005,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", - "Method": "GET", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "List" ], - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/notifications/{notification-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphNotification", "Permissions": [], + "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserNotification", "Variants": [ "List" ], - "Command": "Get-MgBetaUserNotification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/notifications", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphNotification", "Permissions": [], + "Uri": "/users/{user-id}/notifications", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserNotificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/notifications/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/notifications/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOauth2PermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -205949,19 +206183,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOauth2PermissionGrant", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOauth2PermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -205980,20 +206215,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOauth2PermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -206036,20 +206271,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnenoteNotebook", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteNotebook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -206092,19 +206326,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnenoteNotebook", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteNotebookCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -206147,20 +206382,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBetaUserOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -206203,22 +206440,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaUserOnenoteNotebookSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -206261,19 +206495,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -206316,19 +206550,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -206371,35 +206606,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/operations/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -206434,20 +206669,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnenotePage", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenotePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -206482,19 +206716,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnenotePage", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenotePageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -206529,20 +206764,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenotePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -206577,20 +206812,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -206633,35 +206868,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteRecentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -206696,35 +206931,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -206767,20 +207002,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnenoteSection", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -206823,19 +207057,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnenoteSection", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteSectionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -206878,20 +207113,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/$count", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -206934,20 +207169,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnenoteSectionGroup", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -206990,20 +207225,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteSectionGroupCount", "Variants": [ - "List", - "List1" + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaUserOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -207046,22 +207283,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaUserOnenoteSectionGroupCount", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnenoteSectionGroupSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -207104,19 +207338,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -207151,19 +207385,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnenoteSectionPage", - "Method": "GET", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeeting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207198,20 +207433,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnlineMeeting", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeeting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207246,19 +207480,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnlineMeeting", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -207301,145 +207536,145 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List", "List1" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207474,20 +207709,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207522,20 +207757,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207570,20 +207805,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -207626,81 +207863,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaUserOnlineMeetingRecording", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeetingRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMeetingRegistration", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207735,20 +207970,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207767,64 +208002,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207851,19 +208085,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207890,109 +208125,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", - "Method": "GET", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -208043,475 +208278,474 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "Get-MgBetaUserOutlookMasterCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookMasterCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookMasterCategory", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookMasterCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookMasterCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookMasterCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTask", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgBetaUserOutlookTaskAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolder", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskFolderCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOwnedDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -208554,77 +208788,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOwnedDevice", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/device", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/device", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "Uri": "/users/{user-id}/ownedDevices/endpoint", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOwnedDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208667,65 +208902,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserOwnedDeviceCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/device/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserOwnedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -208768,121 +209002,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedObjects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserOwnedObject", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/application", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/application", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/group", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/group", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserOwnedObjectByType", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgBetaUserOwnedObjectByType", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/getUserOwnedObjects", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Get-MgBetaUserOwnedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -208925,65 +209160,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedObjects/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/application/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/application/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/group/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -209010,35 +209245,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPerson", + "Command": "Get-MgBetaUserPerson", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPerson", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPerson", + "Permissions": [], "Uri": "/users/{user-id}/people/{person-id}", - "Module": "Beta.People" + "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPerson", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPerson", "Permissions": [ { "Name": "People.Read", @@ -209057,19 +209291,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/people", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPerson", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPerson", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/people", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPersonCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "People.Read", @@ -209088,20 +209323,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/people/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserPhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgBetaUserPersonCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/people/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -209144,22 +209381,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaUserPhoto", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/photo", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPhoto", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -209202,19 +209436,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photos", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPhoto", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/photos", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPhotoContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -209257,22 +209494,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserPlanner", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserPhotoContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo/$value", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.Read", @@ -209315,51 +209552,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerUser", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgBetaUserPlanner", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerDelta", + "Command": "Get-MgBetaUserPlanner", "Variants": [ "List" ], - "Command": "Get-MgBetaUserPlanner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/planner/all", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerDelta", "Permissions": [], + "Uri": "/users/{user-id}/planner/all", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserPlannerAllCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPlannerAllCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/planner/all/$count", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerAllDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -209394,35 +209629,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/all/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerDelta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserPlannerAllDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/all/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerFavoritePlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPlannerFavoritePlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerFavoritePlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -209449,19 +209683,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/favoritePlans", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPlannerFavoritePlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/favoritePlans", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerFavoritePlanCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209488,35 +209723,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/favoritePlans/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserPlannerFavoritePlanCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/favoritePlans/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaUserPlannerMyDayTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPlannerMyDayTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerMyDayTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -209551,19 +209785,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/myDayTasks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPlannerMyDayTask", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/myDayTasks", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerMyDayTaskCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209598,20 +209833,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/myDayTasks/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserPlannerMyDayTaskCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/myDayTasks/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -209646,94 +209880,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/plans", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPlannerPlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/plans", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Command": "Get-MgBetaUserPlannerPlanBucketDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserPlannerPlanBucketDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerPlanDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserPlannerPlanDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Command": "Get-MgBetaUserPlannerPlanTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgBetaUserPlannerPlanTaskDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerRecentPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPlannerRecentPlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerRecentPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -209760,19 +209994,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/recentPlans", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPlannerRecentPlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/recentPlans", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerRecentPlanCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209799,35 +210034,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/recentPlans/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserPlannerRecentPlanCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/recentPlans/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Get-MgBetaUserPlannerRosterPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPlannerRosterPlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerRosterPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -209862,19 +210096,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/rosterPlans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPlannerRosterPlan", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/rosterPlans", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerRosterPlanCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209909,20 +210144,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/rosterPlans/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserPlannerRosterPlanCount", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/rosterPlans/$count", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -209973,19 +210207,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/tasks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserPlannerTask", - "Method": "GET", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/tasks", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPlannerTaskDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -210004,20 +210239,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/planner/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserPlannerTaskDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/tasks/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserPresence", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -210044,20 +210279,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserPresence", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphProfile", "Permissions": [ { "Name": "User.Read", @@ -210100,20 +210335,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfile", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.Read", @@ -210156,20 +210391,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileAccount", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAccount", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.Read", @@ -210212,19 +210446,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/account", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileAccount", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/account", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAccountCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -210267,20 +210502,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/account/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileAddress", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileAccountCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/account/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.Read", @@ -210323,20 +210558,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAddress", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileAddress", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAddress", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.Read", @@ -210379,19 +210613,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/addresses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAddress", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileAddress", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/addresses", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAddressCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -210434,20 +210669,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/addresses/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileAnniversary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileAddressCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/addresses/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.Read", @@ -210490,20 +210725,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileAnniversary", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAnniversary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.Read", @@ -210546,19 +210780,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/anniversaries", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileAnniversary", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/anniversaries", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAnniversaryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -210601,20 +210836,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/anniversaries/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileAward", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileAnniversaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/anniversaries/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.Read", @@ -210657,20 +210892,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAward", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileAward", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAward", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.Read", @@ -210713,19 +210947,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/awards", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAward", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileAward", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/awards", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileAwardCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -210768,20 +211003,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/awards/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileCertification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileAwardCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/awards/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.Read", @@ -210824,20 +211059,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonCertification", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileCertification", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileCertification", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.Read", @@ -210880,19 +211114,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/certifications", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonCertification", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileCertification", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/certifications", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileCertificationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -210935,20 +211170,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/certifications/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileEducationalActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileCertificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/certifications/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.Read", @@ -210991,20 +211226,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileEducationalActivity", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileEducationalActivity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.Read", @@ -211047,19 +211281,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/educationalActivities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileEducationalActivity", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/educationalActivities", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileEducationalActivityCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211102,20 +211337,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/educationalActivities/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileEducationalActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/educationalActivities/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.Read", @@ -211158,20 +211393,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemEmail", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileEmail", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileEmail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.Read", @@ -211214,19 +211448,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/emails", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemEmail", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileEmail", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/emails", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileEmailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211269,20 +211504,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/emails/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileInterest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileEmailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/emails/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.Read", @@ -211325,20 +211560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileInterest", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileInterest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.Read", @@ -211381,19 +211615,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/interests", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileInterest", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/interests", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileInterestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211436,20 +211671,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/interests/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileInterestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/interests/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphLanguageProficiency", "Permissions": [ { "Name": "User.Read", @@ -211492,20 +211727,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileLanguage", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileLanguage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLanguageProficiency", "Permissions": [ { "Name": "User.Read", @@ -211548,19 +211782,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/languages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileLanguage", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/languages", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileLanguageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211603,20 +211838,75 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/languages/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileName", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileLanguageCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphPersonName", + "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/{personName-id}", + "ApiReferenceLink": null, + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/languages/$count", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileName", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPersonName", "Permissions": [ { "Name": "User.Read", @@ -211659,20 +211949,76 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/names", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileNameCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileName", - "Method": "GET", + "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, - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileNote", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.Read", @@ -211715,19 +212061,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileNote", "Variants": [ "List" ], - "Command": "Get-MgBetaUserProfileName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/names", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.Read", @@ -211770,20 +212116,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/notes", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileNameCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/names/$count", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211826,20 +212172,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/notes/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePatent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileNote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.Read", @@ -211882,19 +212228,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePatent", "Variants": [ "List" ], - "Command": "Get-MgBetaUserProfileNote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/notes", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.Read", @@ -211937,20 +212283,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/patents", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePatentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileNoteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/notes/$count", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -211993,20 +212339,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/patents/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePhone", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfilePatent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.Read", @@ -212049,19 +212395,75 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePhone", "Variants": [ "List" ], - "Command": "Get-MgBetaUserProfilePatent", - "Method": "GET", + "OutputType": "IMicrosoftGraphItemPhone", + "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/phones", + "ApiReferenceLink": null, + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/patents", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfilePhoneCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -212104,20 +212506,75 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/phones/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfilePatentCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphWorkPosition", + "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/positions/{workPosition-id}", + "ApiReferenceLink": null, + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/patents/$count", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfilePosition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWorkPosition", "Permissions": [ { "Name": "User.Read", @@ -212160,20 +212617,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/positions", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfilePhone", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -212216,75 +212673,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/positions/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPhone", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfilePhone", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/phones", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserProfileProject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfilePhoneCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/phones/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.Read", @@ -212327,20 +212729,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfilePosition", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileProject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.Read", @@ -212383,19 +212784,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/projects", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfilePosition", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/positions", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileProjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -212438,20 +212840,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/projects/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfilePublication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfilePositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/positions/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.Read", @@ -212494,20 +212896,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileProject", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfilePublication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.Read", @@ -212550,19 +212951,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/publications", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileProject", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/projects", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfilePublicationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -212605,20 +213007,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/publications/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileSkill", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileProjectCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/projects/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.Read", @@ -212661,20 +213063,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPublication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfilePublication", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileSkill", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.Read", @@ -212717,19 +213118,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/skills", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPublication", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfilePublication", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/publications", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileSkillCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -212772,20 +213174,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/skills/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileWebAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfilePublicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/publications/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.Read", @@ -212828,20 +213230,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileSkill", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileWebAccount", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.Read", @@ -212884,19 +213285,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/webAccounts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileSkill", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/skills", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileWebAccountCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -212939,20 +213341,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/webAccounts/$count", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserProfileWebsite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileSkillCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/skills/$count", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.Read", @@ -212995,20 +213397,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileWebAccount", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileWebsite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.Read", @@ -213051,19 +213452,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/websites", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileWebAccount", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/webAccounts", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserProfileWebsiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -213106,202 +213508,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/websites/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileWebAccountCount", - "Method": "GET", + "Module": "Beta.People", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/webAccounts/$count", - "Module": "Beta.People" + "ApiVersion": "beta", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", + "Command": "Get-MgBetaUserRegisteredDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserProfileWebsite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "Beta.People" - }, - { - "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 - } - ], + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserProfileWebsite", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/profile/websites", - "Module": "Beta.People" - }, - { - "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 - } - ], - "ApiReferenceLink": null, "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserProfileWebsiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/websites/$count", - "Module": "Beta.People" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserRegisteredDevice", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgBetaUserRegisteredDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -213344,77 +213578,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/registeredDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserRegisteredDevice", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/device", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/device", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "Uri": "/users/{user-id}/registeredDevices/endpoint", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserRegisteredDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -213457,65 +213692,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/registeredDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserRegisteredDeviceCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/device/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserScopedRoleMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserScopedRoleMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "Directory.Read.All", @@ -213534,19 +213768,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserScopedRoleMemberOf", - "Method": "GET", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserScopedRoleMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -213565,50 +213800,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSecurity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserScopedRoleMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurity1", "Permissions": [], + "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurity1", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSecurityInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSecurity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/security", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSecurityInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213627,20 +213862,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213659,20 +213894,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213691,19 +213925,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213722,35 +213957,35 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.Read.All", @@ -213769,20 +214004,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphContactMergeSuggestions", "Permissions": [ { "Name": "User.Read", @@ -213801,20 +214036,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingContactMergeSuggestion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Permissions": [ { "Name": "User.Read", @@ -213833,35 +214068,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingItemInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", "Permissions": [], + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingShiftPreference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.Read.All", @@ -213896,35 +214131,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingShiftPreference", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserStorage", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingStorageQuota", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingStorage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", "Permissions": [ { "Name": "Files.Read", @@ -213959,20 +214194,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingStorageQuotaService", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingStorageQuota", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [ { "Name": "Files.Read", @@ -214007,20 +214242,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserSettingStorageQuotaService", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserSettingStorageQuotaService", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [ { "Name": "Files.Read", @@ -214055,19 +214289,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserSettingStorageQuotaService", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -214102,123 +214337,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota/services/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "Get-MgBetaUserSettingWindows", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingWindows", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingWindows", "Variants": [ "List" ], - "Command": "Get-MgBetaUserSettingWindows", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingWindowsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingWindowsCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingWindowsInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingWindowsInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingWindowsInstance", "Variants": [ "List" ], - "Command": "Get-MgBetaUserSettingWindowsInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSettingWindowsInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSettingWindowsInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSponsor", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserSponsor", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -214245,19 +214479,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/sponsors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserSponsor", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/sponsors", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserSponsorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -214284,20 +214519,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/sponsors/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserSponsorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/sponsors/$count", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserTeamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -214316,37 +214551,36 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserTeamwork", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTeamwork", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -214373,19 +214607,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -214412,20 +214647,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTeamworkInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214548,20 +214783,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTeamworkInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTeamworkInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214684,19 +214918,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTeamworkInstalledApp", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTeamworkInstalledAppChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214771,20 +215006,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChat", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTeamworkInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTeamworkInstalledAppChat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214907,50 +215142,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/installedApps/$count", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTeamworkInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -214985,20 +215220,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoList", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoList", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -215033,19 +215267,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTodoList", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoListCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215080,20 +215315,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoListCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoListDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -215120,64 +215355,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/delta", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserTodoListDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserTodoListExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoListExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoListExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserTodoListExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoListExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoListExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -215212,20 +215447,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTask", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -215260,19 +215494,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTodoTask", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -215307,20 +215542,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTaskAttachment", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskAttachment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -215355,19 +215589,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTodoTaskAttachment", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215402,20 +215637,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskAttachmentContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215450,79 +215685,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskAttachmentCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachmentSession", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentSession", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -215557,20 +215792,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTaskChecklistItem", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -215605,19 +215839,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTodoTaskChecklistItem", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215652,20 +215887,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215700,20 +215935,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTaskCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -215748,64 +215983,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTaskDelta", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserTodoTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskExtension", "Variants": [ "List" ], - "Command": "Get-MgBetaUserTodoTaskExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTodoTaskExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTodoTaskExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -215840,20 +216075,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -215888,19 +216122,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215935,35 +216170,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -216014,106 +216248,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgBetaUserTransitiveMemberOf", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/users/{user-id}/transitiveMemberOf/group", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBetaUserTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -216164,2559 +216399,2559 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBetaUserTransitiveMemberOfCount", - "Method": "GET", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserTransitiveReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgBetaUserTransitiveReport", "Variants": [ "List" ], - "Command": "Get-MgBetaUserTransitiveReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/transitiveReports", - "Module": "Beta.Users" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaUserTransitiveReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserTransitiveReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveReports/$count", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveReports/$count", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [], + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [], + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEvent", "Variants": [ "Get1", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEvent", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaVirtualEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenter", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenterSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventPresenterSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenterSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventPresenterSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventPresenterSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventPresenterSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionPresenter", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventSessionPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventSessionRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgBetaVirtualEventTownhall", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhall", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgBetaVirtualEventTownhall", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhall", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallByUserRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallByUserRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaVirtualEventTownhallCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/$count", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinar", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgBetaVirtualEventWebinarByUserRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarByUserRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaVirtualEventWebinarCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarSession", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "List" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuCatalogEntry", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuCatalogEntry", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Permissions": [], "Uri": "/admin/windows/updates/catalog/entries", - "Module": "Beta.WindowsUpdates" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuCatalogEntryCount", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/catalog/entries/$count", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuCatalogEntryCount", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeployment", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeployment", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeployment", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesDeployment", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeployment", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], "Uri": "/admin/windows/updates/deployments", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeployment", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuDeploymentCount", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/$count", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuDeploymentCount", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicy", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicy", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesPolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicy", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicy", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudience", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudience", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "Module": "Beta.WindowsUpdates" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", - "Module": "Beta.WindowsUpdates" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaWindowsUpdatesPolicyCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuPolicyCount", - "Uri": "/admin/windows/updates/updatePolicies/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuPolicyCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProduct", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProduct", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProduct", - "Uri": "/admin/windows/updates/products/{product-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProduct", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProduct", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesProduct", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProduct", - "Uri": "/admin/windows/updates/products", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", "Permissions": [], + "Uri": "/admin/windows/updates/products", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProduct", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaWindowsUpdatesProductCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductCount", - "Uri": "/admin/windows/updates/products/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductEdition", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductEdition", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductEdition", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductEdition", - "Uri": "/admin/windows/updates/products/{product-id}/editions", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/editions", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductEdition", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductEditionCount", - "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductEditionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Permissions": [], "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductRevision", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductRevision", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductRevision", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductRevision", - "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductRevision", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductRevisionCount", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductRevisionCount", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET" + }, + { + "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Permissions": [], "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuResourceConnection", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuResourceConnection", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], "Uri": "/admin/windows/updates/resourceConnections", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuResourceConnectionCount", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/resourceConnections/$count", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuResourceConnectionCount", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", "Variants": [ "Get" ], - "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", - "Method": "GET", - "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/$count", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Get-MgBookingBusiness", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218751,20 +218986,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusiness", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusiness", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.Read.All", @@ -218799,19 +219033,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusiness", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessAppointment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218846,20 +219081,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessAppointment", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessAppointment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218894,19 +219128,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusinessAppointment", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessAppointmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218941,35 +219176,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessAppointmentCount", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Command": "Get-MgBookingBusinessCalendarView", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBookingBusinessCalendarView", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Permissions": [], "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCalendarView", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219004,19 +219238,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusinessCalendarView", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCalendarViewCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219051,20 +219286,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessCalendarViewCount", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219099,19 +219333,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBookingBusinessCount", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/$count", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219146,20 +219381,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessCustomer", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCustomer", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingCustomerBase", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219194,19 +219428,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomerBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusinessCustomer", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCustomerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219241,20 +219476,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBookingBusinessCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBookingBusinessCustomerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219289,20 +219524,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessCustomQuestion", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCustomQuestion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219337,19 +219571,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusinessCustomQuestion", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessCustomQuestionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219384,20 +219619,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBookingBusinessService", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBookingBusinessCustomQuestionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219432,20 +219667,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingService", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessService", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessService", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219480,19 +219714,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingService", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusinessService", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessServiceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219527,20 +219762,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBookingBusinessStaffAvailability", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgBookingBusinessServiceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219583,22 +219820,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST" + }, + { + "Command": "Get-MgBookingBusinessStaffMember", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgBookingBusinessStaffAvailability", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219633,20 +219868,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingBusinessStaffMember", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessStaffMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingStaffMemberBase", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219681,19 +219915,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingStaffMemberBase", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingBusinessStaffMember", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingBusinessStaffMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219728,20 +219963,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgBookingCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgBookingBusinessStaffMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219776,20 +220011,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgBookingCurrency", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingCurrency", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -219824,19 +220058,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingCurrencies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Variants": [ - "List" - ], - "Command": "Get-MgBookingCurrency", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingCurrencies", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgBookingCurrencyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219871,19 +220105,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/bookingCurrencies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgBookingCurrencyCount", - "Method": "GET", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/bookingCurrencies/$count", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -219950,20 +220185,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChat", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220014,19 +220248,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "List" - ], - "Command": "Get-MgChat", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220077,123 +220311,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatInstalledApp", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgChatCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [ + { + "Name": "TeamsAppInstallation.ReadForChat", + "Description": "Read installed Teams apps in chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadForChat.All", + "Description": "Read installed Teams apps for all chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForChat", + "Description": "Allow the Teams app to manage itself in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteForChat", + "Description": "Manage installed Teams apps in chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", + "Description": "Allow the Teams app to manage itself for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteForChat.All", + "Description": "Manage Teams apps for all chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "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.ManageSelectedForChat.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "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}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/$count", - "Module": "Teams" - }, - { - "Permissions": [ - { - "Name": "TeamsAppInstallation.ReadForChat", - "Description": "Read installed Teams apps in chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadForChat.All", - "Description": "Read installed Teams apps for all chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat", - "Description": "Allow the Teams app to manage itself in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat", - "Description": "Manage installed Teams apps in chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", - "Description": "Allow the Teams app to manage itself for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat.All", - "Description": "Manage Teams apps for all chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "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.ManageSelectedForChat.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Manage.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChatInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220316,19 +220550,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgChatInstalledApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatInstalledAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220451,65 +220686,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatLastMessagePreview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220640,20 +220875,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChatMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220752,19 +220986,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgChatMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/members", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220863,20 +221098,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatMessage", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Command": "Get-MgChatMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -220927,76 +221163,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Command": "Get-MgChatMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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": "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgChatMessage", "Variants": [ "List" ], - "Command": "Get-MgChatMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -221039,20 +221218,76 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatMessageCount", - "Method": "GET", - "CommandAlias": null, + "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": "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/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -221103,20 +221338,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgChatMessageDelta", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/delta", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -221175,22 +221412,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgChatMessageHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatMessageHostedContent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -221249,19 +221483,20 @@ "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" - ], - "Command": "Get-MgChatMessageHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatMessageHostedContentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -221320,140 +221555,139 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChatMessageHostedContentCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgChatMessageReply", "Variants": [ "List" ], - "Command": "Get-MgChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgChatMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgChatMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatPermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatPermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -221560,19 +221794,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgChatPermissionGrant", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatPermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -221679,37 +221914,36 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChatPermissionGrantCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Command": "Get-MgChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgChatPinnedMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Permissions": [], "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatPinnedMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "Chat.Read", @@ -221752,19 +221986,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Variants": [ - "List" - ], - "Command": "Get-MgChatPinnedMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatPinnedMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -221807,20 +222042,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChatPinnedMessageCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatRetainedMessage", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -221887,19 +222121,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/getAllRetainedMessages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get" - ], - "Command": "Get-MgChatRetainedMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/getAllRetainedMessages", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatTab", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -221966,20 +222201,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgChatTab", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatTab", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222030,19 +222264,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "List" - ], - "Command": "Get-MgChatTab", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgChatTabCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222093,35 +222328,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCall", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgChatTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222140,20 +222375,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCall", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCall", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222172,20 +222407,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222204,19 +222438,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222235,20 +222470,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallContentSharingSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222283,20 +222518,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgCommunicationCallContentSharingSession", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallContentSharingSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222331,19 +222565,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentSharingSession", - "Variants": [ - "List" - ], - "Command": "Get-MgCommunicationCallContentSharingSession", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallContentSharingSessionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222378,78 +222613,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgCommunicationCallContentSharingSessionCount", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgCommunicationCallCount", "Variants": [ "Get" ], - "Command": "Get-MgCommunicationCallCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/$count", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgCommunicationCallOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", + "Command": "Get-MgCommunicationCallOperation", "Variants": [ "List" ], - "Command": "Get-MgCommunicationCallOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCommsOperation", "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/operations/$count", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallParticipant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222468,20 +222703,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgCommunicationCallParticipant", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallParticipant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222500,19 +222734,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", - "Variants": [ - "List" - ], - "Command": "Get-MgCommunicationCallParticipant", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationCallParticipantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222531,184 +222766,183 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgCommunicationCallParticipantCount", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/$count", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Command": "Get-MgCommunicationCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgCommunicationCallRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgCommunicationCallRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallRecordOrganizerV2", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecordOrganizerV2", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallRecordParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecordParticipant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallRecordParticipantV2", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecordParticipantV2", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Command": "Get-MgCommunicationCallRecordParticipantV2", "Variants": [ "List" ], - "Command": "Get-MgCommunicationCallRecordParticipantV2", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "CloudCommunications" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgCommunicationCallRecordSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecordSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Command": "Get-MgCommunicationCallRecordSession", "Variants": [ "List" ], - "Command": "Get-MgCommunicationCallRecordSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "CloudCommunications" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgCommunicationCallRecordSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecordSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeeting", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeeting", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationOnlineMeeting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -222743,122 +222977,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/onlineMeetings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "List" - ], - "Command": "Get-MgCommunicationOnlineMeeting", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/onlineMeetings", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationOnlineMeetingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -222893,182 +223127,214 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/onlineMeetings/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgCommunicationOnlineMeetingCount", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/onlineMeetings/$count", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgCommunicationOnlineMeetingRecording", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingRecording", "Variants": [ "List" ], - "Command": "Get-MgCommunicationOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationOnlineMeetingRecordingDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Variants": [ "List" ], - "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationOnlineMeetingTranscriptDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", + "Command": "Get-MgCommunicationPresence", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgCommunicationPresence", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "Uri": "/communications/presences/{presence-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationPresence", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -223095,19 +223361,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/presences", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Variants": [ - "List" - ], - "Command": "Get-MgCommunicationPresence", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/presences", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgCommunicationPresenceByUserId", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read.All", @@ -223126,20 +223393,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/getPresencesByUserId", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgCommunicationPresenceByUserId", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/getPresencesByUserId", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgCommunicationPresenceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Presence.Read", @@ -223166,33 +223432,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/presences/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgCommunicationPresenceCount", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/presences/$count", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompliance", + "Command": "Get-MgCompliance", "Variants": [ "Get" ], - "Command": "Get-MgCompliance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompliance", + "Permissions": [], "Uri": "/compliance", - "Module": "Compliance" + "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223219,20 +223486,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgContact", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223259,34 +223525,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "List" - ], - "Command": "Get-MgContact", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgContactById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgContactCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223313,19 +223579,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgContactCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223352,34 +223618,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "Delta" - ], - "Command": "Get-MgContactDelta", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/delta", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactDirectReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactDirectReport", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223414,77 +223680,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/directReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgContactDirectReport", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgContactDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgContactDirectReportAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgContactDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgContactDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgContactDirectReportAsUser", "Variants": [ "List" ], - "Command": "Get-MgContactDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/user", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactDirectReportCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223519,50 +223786,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/directReports/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactDirectReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactDirectReportCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactManager", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactDirectReportCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223597,20 +223864,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgContactMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgContactManager", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/manager", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -223693,22 +223962,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgContactMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgContactMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -223807,37 +224076,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgContactMemberObject", - "Method": "POST", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContactMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223872,77 +224138,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgContactMemberOf", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgContactMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgContactMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgContactMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/group", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223977,94 +224244,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/memberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgContactMemberOfCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgContactServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgContactServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgContactTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224091,77 +224357,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgContactTransitiveMemberOf", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContactTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224188,50 +224455,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactTransitiveMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgContract", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -224250,20 +224517,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgContract", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContract", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -224282,34 +224548,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", - "Variants": [ - "List" - ], - "Command": "Get-MgContract", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgContractById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgContractById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/contracts/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgContractCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224328,19 +224594,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgContractCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgContractDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -224359,53 +224625,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/contracts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Delta" - ], - "Command": "Get-MgContractDelta", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/contracts/delta", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgContractMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgContractMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgContractMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgContractMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/{contract-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgDataPolicyOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [ { "Name": "User.Export.All", @@ -224424,48 +224691,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDataPolicyOperation", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Command": "Get-MgDataPolicyOperation", "Variants": [ "List" ], - "Command": "Get-MgDataPolicyOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/dataPolicyOperations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [], + "Uri": "/dataPolicyOperations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDataPolicyOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgDataPolicyOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/dataPolicyOperations/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -224500,20 +224767,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDevice", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -224548,19 +224814,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgDevice", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagement", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224595,19 +224861,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagement", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgt", "Uri": "/deviceAppManagement", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgt", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224626,20 +224893,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224658,19 +224924,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224705,20 +224972,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224753,19 +225019,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224800,20 +225067,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224848,20 +225115,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224896,19 +225162,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224943,20 +225210,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224975,19 +225241,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225022,20 +225289,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225070,20 +225337,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225118,19 +225384,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225165,20 +225432,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225213,19 +225479,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225260,20 +225527,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225308,19 +225574,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225355,20 +225622,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225387,20 +225654,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225419,19 +225685,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225466,20 +225733,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225514,19 +225780,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225561,20 +225828,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225609,20 +225876,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225657,19 +225923,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225704,20 +225971,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225736,19 +226002,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225783,20 +226050,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225831,20 +226098,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225879,19 +226145,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225926,19 +226192,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225973,20 +226240,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226021,19 +226287,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226068,20 +226335,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226116,19 +226382,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226163,20 +226430,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226211,19 +226477,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226258,20 +226525,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226306,19 +226572,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226353,20 +226620,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226401,20 +226668,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226449,19 +226715,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226496,20 +226763,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226544,19 +226810,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226591,20 +226858,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226639,19 +226905,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226686,19 +226952,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppStatuses/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", - "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBook", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226717,20 +226984,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedEBook", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226749,19 +227015,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBook", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedEBook", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Devices.CorporateManagement" + "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" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226780,20 +227047,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement" + "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" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226812,19 +227078,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226843,20 +227110,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226875,19 +227141,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", - "Uri": "/deviceAppManagement/managedEBooks/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226906,20 +227173,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226938,19 +227204,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226969,20 +227236,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227001,20 +227268,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227033,20 +227300,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227065,19 +227331,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227096,20 +227363,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227128,20 +227395,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227160,19 +227426,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227191,20 +227458,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227223,20 +227490,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227255,19 +227521,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227302,20 +227569,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227350,19 +227616,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227397,20 +227664,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227429,19 +227695,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227476,20 +227743,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227524,19 +227790,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227571,20 +227838,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227619,20 +227886,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227667,19 +227933,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227714,20 +227981,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227746,20 +228013,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement" + "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" }, { + "Command": "Get-MgDeviceAppManagementMobileApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227778,34 +228044,34 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", "Uri": "/deviceAppManagement/mobileApps", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227824,254 +228090,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228090,122 +228356,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidStoreApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "OutputType": "IMicrosoftGraphIosLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228224,254 +228490,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "OutputType": "IMicrosoftGraphIosStoreApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228490,122 +228756,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosStoreApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "OutputType": "IMicrosoftGraphIosVppApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228624,122 +228890,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosVppApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228758,254 +229024,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMacOSDmgApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229024,254 +229290,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMacOSLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229290,254 +229556,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedIosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229556,254 +229822,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedIosLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229822,254 +230088,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230088,107 +230354,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230207,20 +230474,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230239,19 +230505,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230270,35 +230537,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWin32LobApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWin32LobApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230317,254 +230583,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWin32LobApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "OutputType": "IMicrosoftGraphWindowsAppX", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230583,254 +230849,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAppX", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230849,254 +231115,254 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsMobileMsi", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231115,298 +231381,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileContainedApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231425,107 +231691,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsWebApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "List" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231544,22 +231813,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231578,20 +231845,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231610,20 +231877,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppCategories/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", - "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231642,20 +231909,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement" + "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" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231674,19 +231940,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Devices.CorporateManagement" + "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" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231705,20 +231972,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231737,19 +232003,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231768,20 +232035,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231800,19 +232066,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231831,20 +232098,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231863,19 +232129,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231894,20 +232161,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231926,20 +232193,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231958,20 +232225,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231990,19 +232256,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232021,20 +232288,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232053,20 +232320,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementMobileAppCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232085,19 +232351,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", - "Uri": "/deviceAppManagement/mobileApps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232116,19 +232382,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232147,19 +232413,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232178,19 +232444,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232209,19 +232475,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232240,19 +232506,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232271,19 +232537,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232302,19 +232568,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232333,19 +232599,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232364,19 +232630,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232395,19 +232661,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232426,19 +232692,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232457,19 +232723,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232488,19 +232754,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232519,19 +232785,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232550,19 +232816,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", "Variants": [ "Get" ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232581,19 +232847,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232612,20 +232879,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232644,19 +232910,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232691,20 +232958,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232739,19 +233005,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232786,20 +233053,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232834,20 +233101,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232882,19 +233148,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232929,20 +233196,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232961,19 +233227,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233008,20 +233275,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementVppToken", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233056,20 +233323,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementVppToken", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementVppToken", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233104,19 +233370,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementVppToken", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementVppTokenCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233151,19 +233417,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementVppTokenCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", - "Uri": "/deviceAppManagement/vppTokens/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233198,20 +233465,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233246,19 +233512,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233293,20 +233560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233341,19 +233607,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233388,20 +233655,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233436,19 +233702,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233483,20 +233750,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233531,19 +233797,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233578,20 +233845,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233626,20 +233893,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233674,19 +233940,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", + "Module": "Devices.CorporateManagement", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233721,20 +233988,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -233769,35 +234036,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceByDeviceId", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDeviceById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/devices/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -233832,77 +234098,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgDeviceDelta", "Variants": [ "Delta" ], - "Command": "Get-MgDeviceDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/devices/delta", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceExtension", "Variants": [ "List" ], - "Command": "Get-MgDeviceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagement", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233985,19 +234251,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -234032,19 +234298,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234063,20 +234330,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuditEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementAuditEvent", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementAuditEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234095,19 +234361,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuditEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementAuditEvent", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234126,20 +234393,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", - "Method": "GET", + "Module": "DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "Module": "DeviceManagement.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234158,19 +234424,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementAuditEventCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementAuditEventAuditCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "Module": "DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234189,19 +234455,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/auditEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementAuditEventCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234236,20 +234503,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234284,19 +234550,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234331,19 +234597,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234378,19 +234644,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementConditionalAccessSetting", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDetectedApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234425,20 +234692,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDetectedApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDetectedApp", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDetectedApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234473,19 +234739,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDetectedAppCount", "Variants": [ - "List" + "Get" ], - "Command": "Get-MgDeviceManagementDetectedApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234520,19 +234786,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementDetectedAppCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234551,20 +234818,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234583,19 +234849,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234614,20 +234881,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234662,20 +234929,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDeviceCategory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceCategory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234710,19 +234976,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementDeviceCategory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceCategoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234757,51 +235023,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementDeviceCategoryCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234820,19 +235055,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234851,20 +235086,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234883,19 +235118,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234914,20 +235149,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234946,19 +235181,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234977,20 +235212,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235009,19 +235244,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235040,20 +235275,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235072,19 +235307,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235103,20 +235338,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235135,19 +235370,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235166,20 +235401,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235198,20 +235433,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235230,20 +235465,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235262,19 +235497,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235293,20 +235528,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235325,20 +235560,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235357,19 +235592,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235388,20 +235623,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235420,20 +235655,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235452,19 +235687,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235483,19 +235718,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235514,20 +235749,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235546,19 +235781,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235577,20 +235812,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235609,20 +235844,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235641,19 +235876,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235672,20 +235907,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235704,20 +235939,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235736,20 +235971,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235768,19 +236003,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235799,20 +236034,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235831,19 +236066,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235862,20 +236097,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235894,19 +236129,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235925,20 +236160,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceConfigurations/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235957,19 +236192,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235988,20 +236223,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236020,19 +236255,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236051,20 +236286,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236083,19 +236318,51 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "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 + } + ], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "DeviceManagement" + "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" }, { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236114,20 +236381,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236146,20 +236413,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236178,20 +236445,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "ApiReferenceLink": null, + "Module": "DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "Module": "DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236210,20 +236477,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236242,19 +236508,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236273,20 +236540,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236305,20 +236572,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236353,20 +236620,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236401,19 +236667,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236448,20 +236715,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236496,19 +236762,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236543,20 +236810,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236591,19 +236857,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementEffectivePermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRolePermission", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -236622,20 +236889,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRolePermission", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementEffectivePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", - "Module": "DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236670,20 +236937,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementExchangeConnector", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementExchangeConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236718,19 +236984,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementExchangeConnector", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementExchangeConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236765,19 +237031,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementExchangeConnectorCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236796,20 +237063,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236828,19 +237094,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236859,19 +237125,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236890,20 +237157,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementIoUpdateStatus", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236922,19 +237188,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementIoUpdateStatus", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementIoUpdateStatusCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236953,67 +237219,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/iosUpdateStatuses/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementIoUpdateStatusCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Command": "Get-MgDeviceManagementManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237048,122 +237267,169 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDevice", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementManagedDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "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/managedDevices", - "Module": "DeviceManagement" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementManagedDeviceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237198,63 +237464,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementManagedDeviceCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphManagedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237289,92 +237555,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDeviceOverview", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementManagedDeviceOverview", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceOverview", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDeviceManagementManagedDeviceUser", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementManagedDeviceUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237393,20 +237660,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237425,19 +237691,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237472,20 +237739,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237520,19 +237786,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237567,20 +237834,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237599,19 +237865,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237646,20 +237913,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237694,19 +237960,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237741,19 +238007,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237772,20 +238039,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237804,19 +238070,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237835,19 +238101,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237866,20 +238133,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237898,19 +238164,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237929,20 +238196,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237977,20 +238244,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementPartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238025,19 +238291,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementPartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238072,19 +238338,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementPartnerCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238119,20 +238386,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238167,19 +238433,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238214,19 +238480,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementReport", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238293,19 +238559,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementReport", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/deviceManagement/reports", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementReportCachedReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238356,20 +238623,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportCachedReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCachedReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238420,20 +238687,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238484,20 +238751,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238548,20 +238815,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238612,20 +238879,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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238676,20 +238943,20 @@ "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238740,20 +239007,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238804,20 +239071,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238868,20 +239135,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238932,20 +239199,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238996,84 +239263,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Command": "Get-MgDeviceManagementReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementReportExportJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239124,19 +239327,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementReportExportJob", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementReportExportJob", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/exportJobs", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239187,19 +239390,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementReportExportJobCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementReportExportJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/exportJobs/$count", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239250,20 +239453,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", + "Uri": "/deviceManagement/reports/exportJobs/$count", + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementReportFilter", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportFilter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getReportFilters", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239314,20 +239517,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportHistoricalReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getHistoricalReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239378,20 +239581,84 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", - "Method": "POST", - "CommandAlias": null, + "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/getNoncompliantDevicesAndSettingsReport", - "Module": "DeviceManagement.Actions" + "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" }, { + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "Variants": [ + "Get", + "GetExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239442,20 +239709,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239506,20 +239773,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239570,20 +239837,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239634,20 +239901,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceManagementResourceOperation", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239682,20 +239949,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementResourceOperation", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementResourceOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239730,19 +239996,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementResourceOperation", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementResourceOperationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239777,19 +240043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementResourceOperationCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239824,20 +240091,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementRoleAssignment", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239872,19 +240138,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementRoleAssignment", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239919,34 +240185,82 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementRoleAssignmentCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", - "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Permissions": [ + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, 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": "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/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239981,67 +240295,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementRoleDefinition", - "Method": "GET", + "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, 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": "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Command": "Get-MgDeviceManagementRoleDefinitionCount", "Variants": [ - "List" + "Get" ], - "Command": "Get-MgDeviceManagementRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240076,19 +240342,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementRoleDefinitionCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240123,20 +240390,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240171,19 +240437,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240218,20 +240485,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240266,20 +240533,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -240298,19 +240564,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240329,20 +240596,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240361,19 +240627,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240392,19 +240658,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndCondition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240423,20 +240690,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementTermAndCondition", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndCondition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240455,19 +240721,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementTermAndCondition", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240486,20 +240753,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240518,19 +240784,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240549,20 +240816,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240581,20 +240848,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240613,20 +240880,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240645,19 +240911,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240676,20 +240943,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTermAndConditionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240708,19 +240974,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/termsAndConditions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementTermAndConditionCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240739,20 +241006,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240771,19 +241037,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementTroubleshootingEventCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240802,19 +241068,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/troubleshootingEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementTroubleshootingEventCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240849,20 +241116,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240897,19 +241163,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240944,20 +241211,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240992,19 +241258,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241039,19 +241305,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241086,20 +241353,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241134,19 +241400,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241181,19 +241447,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241228,20 +241495,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241276,19 +241542,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241323,19 +241589,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241370,19 +241636,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241417,20 +241684,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241465,19 +241731,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241512,19 +241778,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "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/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241559,20 +241873,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241607,19 +241920,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241654,19 +241968,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241701,20 +242015,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241749,19 +242062,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241796,19 +242110,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241843,20 +242157,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241891,19 +242204,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241938,19 +242251,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241985,62 +242342,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "DeviceManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242075,20 +242389,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242123,19 +242437,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242170,20 +242485,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242218,20 +242533,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242266,20 +242580,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242314,19 +242628,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242361,20 +242676,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242409,20 +242724,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242457,20 +242772,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242505,20 +242820,92 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Variants": [ + "List" + ], "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242553,92 +242940,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "DeviceManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "Module": "DeviceManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "DeviceManagement" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242673,20 +242987,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242721,19 +243034,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242768,19 +243082,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242815,20 +243129,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242863,66 +243176,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242957,20 +243224,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243005,19 +243271,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243052,19 +243318,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243099,20 +243366,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243147,19 +243413,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243194,19 +243460,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243241,20 +243508,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243289,19 +243555,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243336,19 +243602,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243383,20 +243650,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243431,19 +243697,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243478,19 +243744,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243525,20 +243792,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243573,19 +243839,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243620,19 +243886,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243667,19 +243933,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243714,20 +243981,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243762,19 +244028,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243809,19 +244075,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243856,19 +244122,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243903,20 +244170,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243951,19 +244217,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243998,19 +244264,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244045,20 +244312,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244093,19 +244359,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244140,20 +244407,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244188,20 +244455,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244236,19 +244502,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244283,33 +244549,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Command": "Get-MgDeviceManagementVirtualEndpoint", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementVirtualEndpoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244328,20 +244595,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244360,19 +244626,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244391,19 +244657,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "Module": "DeviceManagement.Functions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244422,19 +244688,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244453,20 +244720,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPc", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244485,19 +244751,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPc", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244516,19 +244782,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244547,20 +244814,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244579,19 +244845,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244610,19 +244876,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", "Variants": [ "Get" ], - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244641,19 +244907,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", - "Method": "GET", + "Module": "DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "Module": "DeviceManagement.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244672,20 +244939,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244704,19 +244970,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244735,19 +245001,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244766,20 +245033,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244798,19 +245064,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244829,19 +245095,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244860,20 +245127,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244892,151 +245158,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245055,19 +245321,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245086,20 +245353,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245118,63 +245384,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245193,19 +245459,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", - "Method": "GET", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245224,20 +245491,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245256,19 +245522,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245287,19 +245553,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245318,20 +245585,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245350,19 +245616,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245381,19 +245647,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245412,20 +245679,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245444,19 +245710,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245475,19 +245741,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245522,20 +245789,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245570,19 +245836,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245617,19 +245883,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245664,20 +245931,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245712,19 +245978,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "GET", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245759,20 +246026,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -245855,22 +246124,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDeviceMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -245969,37 +246238,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgDeviceMemberObject", - "Method": "POST", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -246034,77 +246300,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceMemberOf", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgDeviceMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/group", - "Module": "Identity.DirectoryManagement" + "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" }, { + "Command": "Get-MgDeviceMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246139,50 +246406,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceMemberOfCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/memberOf/group/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceRegisteredOwner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -246217,135 +246483,135 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredOwners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceRegisteredOwner", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/endpoint", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/user", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceRegisteredOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246380,19 +246646,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceRegisteredOwnerByRef", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceRegisteredOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246427,80 +246694,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceRegisteredOwnerCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceRegisteredUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -246535,135 +246801,135 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceRegisteredUser", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/endpoint", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "Command": "Get-MgDeviceRegisteredUserAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/devices/{device-id}/registeredUsers/user", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceRegisteredUserByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246698,19 +246964,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceRegisteredUserByRef", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceRegisteredUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246745,95 +247012,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceRegisteredUserCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceRegisteredUserCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDeviceTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -246868,77 +247134,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDeviceTransitiveMemberOf", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "Module": "Identity.DirectoryManagement" + "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" }, { + "Command": "Get-MgDeviceTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246973,64 +247240,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDeviceTransitiveMemberOfCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectory", + "Method": "GET" + }, + { + "Command": "Get-MgDirectory", "Variants": [ "Get" ], - "Command": "Get-MgDirectory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "Uri": "/directory", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247065,20 +247332,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryAdministrativeUnit", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247113,19 +247379,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnit", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247160,19 +247426,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryAdministrativeUnitCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247207,63 +247473,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/delta", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Delta" - ], - "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/delta", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Variants": [ "List" ], - "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247298,34 +247564,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMember", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApplication", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247360,34 +247626,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247422,34 +247688,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247484,34 +247750,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247546,34 +247812,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247608,34 +247874,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247670,19 +247936,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ "List" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247717,19 +247983,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247764,20 +248031,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247812,20 +248079,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247860,20 +248127,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247908,20 +248175,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247956,20 +248223,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248004,20 +248271,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248052,20 +248319,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248100,20 +248367,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248148,19 +248414,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248195,20 +248462,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248227,20 +248494,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttributeSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryAttributeSet", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAttributeSet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248259,19 +248525,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/attributeSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttributeSet", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryAttributeSet", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryAttributeSetCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248290,19 +248556,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/attributeSets/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryAttributeSetCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/attributeSets/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248321,20 +248588,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248353,19 +248619,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248384,20 +248651,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAllowedValue", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248416,19 +248682,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAllowedValue", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248447,20 +248714,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248479,384 +248745,385 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/customSecurityAttributeDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryDeletedItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Uri": "/directory/deletedItems/administrativeUnit", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/directory/deletedItems/administrativeUnit", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedApplication", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsApplication", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeletedItemAsApplication", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Uri": "/directory/deletedItems/application", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directory/deletedItems/application", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedApplication", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItemAsDevice", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedDevice", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsDevice", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeletedItemAsDevice", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedDevice", + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/directory/deletedItems/device", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgDirectoryDeletedItemAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItemAsGroup", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsGroup", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeletedItemAsGroup", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedGroup", + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/directory/deletedItems/group", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Uri": "/directory/deletedItems/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directory/deletedItems/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeletedItemAsUser", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedUser", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedUser", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemAsUser", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeletedItemAsUser", - "Method": "GET", - "CommandAlias": "Get-MgDirectoryDeletedUser", + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/directory/deletedItems/user", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": "Get-MgDirectoryDeletedUser", + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryDeletedItemById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDirectoryDeletedItemById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directory/deletedItems/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemCountAsApplication", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeletedItemCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/application/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/application/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemCountAsDevice", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeletedItemCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/device/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/device/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemCountAsGroup", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeletedItemCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/group/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/group/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/deletedItems/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryDeletedItemCountAsUser", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeletedItemCountAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/user/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryDeletedItemMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryDeletedItemMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryDeletedItemMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Get-MgDirectoryDeviceLocalCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryDeviceLocalCredential", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Get-MgDirectoryDeviceLocalCredential", "Variants": [ "List" ], - "Command": "Get-MgDirectoryDeviceLocalCredential", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Permissions": [], "Uri": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryDeviceLocalCredentialCount", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryDeviceLocalCredentialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deviceLocalCredentials/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryFederationConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -248875,20 +249142,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryFederationConfiguration", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryFederationConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -248907,19 +249173,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryFederationConfiguration", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryFederationConfigurationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -248938,106 +249204,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryFederationConfigurationCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObject", "Variants": [ "List" ], - "Command": "Get-MgDirectoryObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects", - "Module": "DirectoryObjects" + "ApiReferenceLink": null, + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExtensionProperty", + "Permissions": [], "Uri": "/directoryObjects/getAvailableExtensionProperties", - "Module": "DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObjectById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDirectoryObjectById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/getByIds", - "Module": "DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryObjectCount", "Variants": [ "Get" ], - "Command": "Get-MgDirectoryObjectCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryObjects/$count", - "Module": "DirectoryObjects" + "ApiReferenceLink": null, + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryObjectDelta", "Variants": [ "Delta" ], - "Command": "Get-MgDirectoryObjectDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/delta", - "Module": "DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryObjectMemberGroup", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -249120,22 +249389,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgDirectoryObjectMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryObjectMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Module": "DirectoryObjects" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -249234,37 +249503,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgDirectoryObjectMemberObject", - "Method": "POST", + "Module": "DirectoryObjects", "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Module": "DirectoryObjects" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "Get-MgDirectoryOnPremiseSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryOnPremiseSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -249283,19 +249549,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryOnPremiseSynchronization", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -249314,19 +249580,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/onPremisesSynchronization/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249361,20 +249628,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryRole", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRole", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249409,34 +249675,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryRole", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryRoleById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDirectoryRoleById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryRoles/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgDirectoryRoleByRoleTemplateId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249471,20 +249738,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryRoleByRoleTemplateId", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249519,19 +249785,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryRoleCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249566,19 +249832,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "Delta" - ], - "Command": "Get-MgDirectoryRoleDelta", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/delta", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249613,193 +249879,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryRoleMember", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgDirectoryRoleMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsApplication", "Variants": [ "List" ], - "Command": "Get-MgDirectoryRoleMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/application", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsDevice", "Variants": [ "List" ], - "Command": "Get-MgDirectoryRoleMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/device", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsGroup", "Variants": [ "List" ], - "Command": "Get-MgDirectoryRoleMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/group", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberAsUser", "Variants": [ "List" ], - "Command": "Get-MgDirectoryRoleMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleMemberByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249834,19 +250100,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryRoleMemberByRef", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249881,159 +250148,158 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryRoleMemberCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryRoleMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryRoleMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryRoleMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "Get-MgDirectoryRoleScopedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleScopedMember", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleScopedMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250068,19 +250334,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryRoleScopedMember", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleScopedMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250115,20 +250382,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectoryRoleScopedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250163,20 +250430,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDirectoryRoleTemplate", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250211,34 +250477,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgDirectoryRoleTemplate", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgDirectoryRoleTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgDirectoryRoleTemplateById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryRoleTemplates/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgDirectoryRoleTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250273,19 +250539,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDirectoryRoleTemplateCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDirectoryRoleTemplateDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250320,111 +250586,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryRoleTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Delta" - ], - "Command": "Get-MgDirectoryRoleTemplateDelta", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directoryRoleTemplates/delta", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectoryRoleTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgDirectoryRoleTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgDirectorySubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectorySubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgDirectorySubscription", "Variants": [ "List" ], - "Command": "Get-MgDirectorySubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDirectorySubscriptionCount", "Variants": [ "Get" ], - "Command": "Get-MgDirectorySubscriptionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/subscriptions/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomain", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -250451,20 +250718,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDomain", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomain", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -250491,19 +250757,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain", - "Variants": [ - "List" - ], - "Command": "Get-MgDomain", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250530,19 +250796,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgDomainCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainFederationConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Permissions": [ { "Name": "Domain.Read.All", @@ -250561,64 +250828,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDomainFederationConfiguration", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "Get-MgDomainFederationConfiguration", "Variants": [ "List" ], - "Command": "Get-MgDomainFederationConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDomainFederationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDomainFederationConfigurationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/federationConfiguration/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgDomainNameReference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDomainNameReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainNameReference", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Domain.Read.All", @@ -250637,19 +250903,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/domainNameReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgDomainNameReference", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/domainNameReferences", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainNameReferenceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250668,35 +250935,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/domainNameReferences/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDomainNameReferenceCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgDomainServiceConfigurationRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDomainServiceConfigurationRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainServiceConfigurationRecord", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -250715,19 +250981,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Variants": [ - "List" - ], - "Command": "Get-MgDomainServiceConfigurationRecord", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainServiceConfigurationRecordCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250746,35 +251013,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDomainServiceConfigurationRecordCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "Get-MgDomainVerificationDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDomainVerificationDnsRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Permissions": [], "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainVerificationDnsRecord", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -250793,19 +251059,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Variants": [ - "List" - ], - "Command": "Get-MgDomainVerificationDnsRecord", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDomainVerificationDnsRecordCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250824,20 +251091,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDomainVerificationDnsRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -250888,270 +251155,270 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDrive", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgDrive", "Variants": [ "List" ], - "Command": "Get-MgDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveBundle", "Variants": [ "List" ], - "Command": "Get-MgDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveBundleContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveBundleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgDriveContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveFollowing", "Variants": [ "List" ], - "Command": "Get-MgDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/following", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveFollowingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveFollowingCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/following/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -251218,51 +251485,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItem", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveItem", "Variants": [ "List" ], - "Command": "Get-MgDriveItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemAnalytic", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -251313,78 +251580,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemAnalytic", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -251435,20 +251702,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -251499,35 +251766,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemAnalyticTime", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemChild", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemChild", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -251578,34 +251844,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "List" - ], - "Command": "Get-MgDriveItemChild", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemChildContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemChildCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -251656,20 +251923,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -251720,505 +251987,505 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemContent", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgDriveItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveItemListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemListItemVersionField", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemPermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -252269,20 +252536,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemPermission", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemPermission", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.Read", @@ -252333,19 +252599,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List" - ], - "Command": "Get-MgDriveItemPermission", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemPermissionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -252396,94 +252663,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemPermissionCount", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Command": "Get-MgDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemSubscription", "Variants": [ "List" ], - "Command": "Get-MgDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemThumbnail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [ { "Name": "Files.Read", @@ -252534,19 +252800,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Variants": [ - "List" - ], - "Command": "Get-MgDriveItemThumbnail", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemThumbnailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -252597,20 +252864,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -252661,20 +252928,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemVersion", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -252725,19 +252991,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgDriveItemVersion", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveItemVersionContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -252788,20 +253055,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveItemVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -252852,1111 +253119,1113 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgDriveItemVersionCount", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListColumn", "Variants": [ "List" ], - "Command": "Get-MgDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentType", "Variants": [ "List" ], - "Command": "Get-MgDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/drive", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives/{drive-id}/list/drive", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItem", "Variants": [ "List" ], - "Command": "Get-MgDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgDriveListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/delta", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListOperation", "Variants": [ "List" ], - "Command": "Get-MgDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgDriveListSubscription", "Variants": [ "List" ], - "Command": "Get-MgDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/root", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgDriveRootActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveRootActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/allTime", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootChild", "Variants": [ "List" ], - "Command": "Get-MgDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgDriveRootDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -254007,674 +254276,672 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgDriveRootDelta", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/delta", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgDriveRootListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootPermission", "Variants": [ "List" ], - "Command": "Get-MgDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootSubscription", "Variants": [ "List" ], - "Command": "Get-MgDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootThumbnail", "Variants": [ "List" ], - "Command": "Get-MgDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootVersion", "Variants": [ "List" ], - "Command": "Get-MgDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveRootVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgDriveSpecial", "Variants": [ "List" ], - "Command": "Get-MgDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/special", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveSpecialContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgDriveSpecialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/special/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254701,20 +254968,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClass", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254741,19 +255007,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClass", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254820,20 +255087,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignment", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254900,19 +255166,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignment", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254979,20 +255246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentCategory", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentCategory", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255059,20 +255326,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgEducationClassAssignmentCategory", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255139,19 +255405,22 @@ "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentCategoryByRef", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentCategoryCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255218,22 +255487,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgEducationClassAssignmentCategoryCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255300,22 +255569,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgEducationClassAssignmentCategoryDelta", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255382,20 +255649,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentDefault", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255462,20 +255729,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentDefault", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255542,35 +255809,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentDelta", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationClassAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentGradingCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255637,20 +255904,19 @@ "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255717,19 +255983,20 @@ "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255796,20 +256063,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255876,20 +256143,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255956,20 +256223,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentRubricByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256036,64 +256303,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentSetting", - "Method": "GET", + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEducationClassAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256160,20 +256427,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentSubmission", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmission", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256240,19 +256506,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentSubmission", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256319,35 +256586,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.Read", @@ -256382,19 +256648,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -256429,20 +256696,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256509,20 +256776,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256589,19 +256855,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256668,20 +256935,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256748,20 +257015,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256828,19 +257094,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256907,20 +257174,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256947,19 +257213,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationClassCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257010,19 +257276,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "Delta" - ], - "Command": "Get-MgEducationClassDelta", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/delta", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257073,49 +257340,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/group", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassGroup", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/group", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgEducationClassGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgEducationClassGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257150,19 +257416,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassMemberByRef", "Variants": [ "List" ], - "Command": "Get-MgEducationClassMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257197,19 +257463,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassMemberByRef", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257244,20 +257511,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/members/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassModule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -257292,20 +257559,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassModule", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassModule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -257340,19 +257606,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassModule", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassModuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257387,20 +257654,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassModuleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassModuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -257435,20 +257702,19 @@ "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-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassModuleResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassModuleResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -257483,19 +257749,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationClassModuleResource", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationClassModuleResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257530,74 +257797,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationClassModuleResourceCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationClassSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassSchool", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduRoster.Read.All", - "Description": "Read the organization's roster", - "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduRoster.ReadWrite.All", - "Description": "Read and write the organization's roster", - "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationClassSchool", "Variants": [ "List" ], - "Command": "Get-MgEducationClassSchool", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/schools", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257624,20 +257851,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassSchoolCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/schools/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257664,19 +257891,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "Uri": "/education/classes/{educationClass-id}/schools/$count", + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassTeacher", "Variants": [ "List" ], - "Command": "Get-MgEducationClassTeacher", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/teachers", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257703,19 +257930,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassTeacherByRef", "Variants": [ "List" ], - "Command": "Get-MgEducationClassTeacherByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257742,20 +257969,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationClassTeacherCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationClassTeacherCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257782,34 +258009,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/teachers/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMe", "Variants": [ "Get" ], - "Command": "Get-MgEducationMe", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [ + { + "Name": "EduRoster.ReadBasic", + "Description": "View a limited subset of your school, class and user information", + "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduRoster.Read.All", + "Description": "Read the organization's roster", + "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduRoster.ReadWrite.All", + "Description": "Read and write the organization's roster", + "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Uri": "/education/me", - "Module": "Education" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -257876,77 +258142,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationMeAssignment", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/assignments", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationMeAssignmentCategory", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentCategoryByRef", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationMeAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258013,313 +258279,313 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationMeAssignmentCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/assignments/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationMeAssignmentDelta", "Variants": [ "Delta" ], - "Command": "Get-MgEducationMeAssignmentDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/delta", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationMeAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentResource", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentRubricByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmission", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/me/classes/{educationClass-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258346,19 +258612,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationMeClass", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/classes", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeClassCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258385,19 +258651,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationMeClassCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/classes/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeRubric", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258432,20 +258699,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationMeRubric", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeRubric", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258480,19 +258746,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationMeRubric", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/rubrics", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeRubricCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258527,34 +258793,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationMeRubricCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Get-MgEducationMeSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeSchool", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/me/schools/{educationSchool-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258581,19 +258847,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationMeSchool", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/schools", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeSchoolCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258620,34 +258886,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationMeSchoolCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/schools/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "Get-MgEducationMeTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationMeTaughtClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/me/taughtClasses/{educationClass-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeTaughtClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258674,19 +258940,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/taughtClasses", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationMeTaughtClass", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/taughtClasses", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationMeTaughtClassCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258713,19 +258979,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/taughtClasses/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeUser", "Variants": [ "Get" ], - "Command": "Get-MgEducationMeTaughtClassCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/taughtClasses/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258784,75 +259050,76 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationMeUser", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/user", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgEducationMeUserMailboxSetting", "Variants": [ "Get" ], - "Command": "Get-MgEducationMeUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/user/mailboxSettings", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgEducationMeUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/user/serviceProvisioningErrors", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/education/me/user/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "GET" + }, + { + "Command": "Get-MgEducationRoot", "Variants": [ "Get" ], - "Command": "Get-MgEducationRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "Uri": "/education", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchool", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258879,20 +259146,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationSchool", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258919,19 +259185,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationSchool", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258982,20 +259249,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationSchoolAdministrativeUnit", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259022,19 +259288,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgEducationSchoolClassByRef", "Variants": [ "List" ], - "Command": "Get-MgEducationSchoolClass", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/classes", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259061,19 +259327,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEducationSchoolClassByRef", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolClassCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259100,20 +259367,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationSchoolClassCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259140,19 +259406,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationSchoolCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259211,19 +259477,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "Delta" - ], - "Command": "Get-MgEducationSchoolDelta", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/delta", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259242,19 +259508,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET" + }, + { + "Command": "Get-MgEducationSchoolUserByRef", "Variants": [ "List" ], - "Command": "Get-MgEducationSchoolUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/users", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259273,19 +259539,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEducationSchoolUserByRef", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationSchoolUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259304,20 +259571,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/schools/{educationSchool-id}/users/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUser", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgEducationSchoolUserCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/users/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259344,22 +259613,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgEducationUser", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259378,34 +259644,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationUser", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationUserAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -259472,77 +259738,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationUserAssignment", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationUserAssignmentCategory", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentCategoryByRef", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentCategoryByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Command": "Get-MgEducationUserAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -259609,315 +259876,314 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationUserAssignmentCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Get-MgEducationUserAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/delta", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Command": "Get-MgEducationUserAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentGradingCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentResource", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentRubricByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmission", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentSubmission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259944,19 +260210,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/classes", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationUserClass", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/classes", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserClassCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259983,20 +260250,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/classes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationUserClassCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/classes/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -260015,19 +260281,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEducationUserCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260086,93 +260352,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", - "Variants": [ - "Delta" - ], - "Command": "Get-MgEducationUserDelta", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/delta", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgEducationUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserRubric", "Variants": [ "List" ], - "Command": "Get-MgEducationUserRubric", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserRubricCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserRubricCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserSchool", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserSchool", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserSchool", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260199,19 +260465,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/schools", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationUserSchool", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/schools", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserSchoolCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260238,64 +260505,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/schools/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEducationUserSchoolCount", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/schools/$count", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgEducationUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgEducationUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET" + }, + { + "Command": "Get-MgEducationUserTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserTaughtClass", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserTaughtClass", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260322,19 +260588,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/taughtClasses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", - "Variants": [ - "List" - ], - "Command": "Get-MgEducationUserTaughtClass", - "Method": "GET", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEducationUserTaughtClassCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260361,20 +260628,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEducationUserTaughtClassCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260393,20 +260660,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAccessPackage", - "Method": "GET", - "CommandAlias": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" + "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" }, { + "Command": "Get-MgEntitlementManagementAccessPackage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260425,19 +260691,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAccessPackage", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260456,34 +260723,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", - "Method": "POST", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260502,20 +260769,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260534,19 +260800,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260565,64 +260832,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260641,19 +260907,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementAccessPackageCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260672,19 +260938,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260703,19 +260969,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260734,19 +261000,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260765,34 +261031,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260811,19 +261077,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260842,20 +261109,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAssignment", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260874,19 +261140,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAssignment", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignments", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "Variants": [ + "Access", + "Access1", + "AccessViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260905,21 +261173,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Variants": [ - "Access", - "Access1", - "AccessViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAssignmentAdditional", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260938,19 +261204,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementAssignmentCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignments/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260969,22 +261238,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261003,49 +261269,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261064,122 +261330,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261198,20 +261465,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261230,19 +261496,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261261,19 +261527,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementAssignmentRequestCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementCatalog", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261292,20 +261559,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementCatalog", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementCatalog", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261324,34 +261590,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/catalogs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementCatalog", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementCatalogCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261370,126 +261636,118 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementCatalogCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementCatalogResource", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementCatalogResource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Get", "Get1", @@ -261498,33 +261756,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Variants": [ "List", "List1", "List2" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", "Variants": [ "Get", "Get1", @@ -261533,178 +261791,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "List", "List1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Get", "Get1", @@ -261713,33 +261971,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Variants": [ "List", "List1", "List2" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", "Variants": [ "Get", "Get1", @@ -261748,174 +262006,183 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "List", "List1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261934,20 +262201,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganization", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261966,19 +262232,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganization", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261997,19 +262263,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262028,19 +262294,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262059,19 +262325,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262090,20 +262357,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262122,19 +262388,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262153,19 +262419,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262184,67 +262451,58 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Get-MgEntitlementManagementResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResource", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceCount", "Variants": [ "Get" ], - "Command": "Get-MgEntitlementManagementResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironment", "Variants": [ "Get", "Get1", @@ -262253,576 +262511,576 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementResourceEnvironment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Command": "Get-MgEntitlementManagementResourceEnvironment", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceEnvironment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", "Variants": [ "Get" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Get-MgEntitlementManagementResourceRequest", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Get-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalog", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", - "Module": "Identity.Governance" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Get", "Get1", @@ -262831,33 +263089,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "List", "List1", "List2" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", "Variants": [ "Get", "Get1", @@ -262866,178 +263124,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "List", "List1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Get", "Get1", @@ -263046,33 +263304,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "List", "List1", "List2" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", "Variants": [ "Get", "Get1", @@ -263081,1252 +263339,1260 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "List", "List1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestCount", "Variants": [ "Get" ], - "Command": "Get-MgEntitlementManagementResourceRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", "Variants": [ "Get" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScope", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "List" ], - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET" + }, + { + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgEntitlementManagementSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -264345,33 +264611,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgEntitlementManagementSetting", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Command": "Get-MgExternal", "Variants": [ "Get" ], - "Command": "Get-MgExternal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Permissions": [], "Uri": "/external", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264398,20 +264665,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgExternalConnection", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264438,19 +264704,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Variants": [ - "List" - ], - "Command": "Get-MgExternalConnection", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnectionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264477,19 +264743,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgExternalConnectionCount", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections/$count", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -264516,93 +264783,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgExternalConnectionGroup", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Command": "Get-MgExternalConnectionGroup", "Variants": [ "List" ], - "Command": "Get-MgExternalConnectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/$count", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionGroupMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionGroupMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionGroupMember", "Variants": [ "List" ], - "Command": "Get-MgExternalConnectionGroupMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionGroupMemberCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnectionItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -264629,108 +264896,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgExternalConnectionItem", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Command": "Get-MgExternalConnectionItem", "Variants": [ "List" ], - "Command": "Get-MgExternalConnectionItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionItemActivity", "Variants": [ "List" ], - "Command": "Get-MgExternalConnectionItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionItemActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionItemActivityPerformedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionItemCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items/$count", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnectionOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264757,49 +265024,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgExternalConnectionOperation", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Command": "Get-MgExternalConnectionOperation", "Variants": [ "List" ], - "Command": "Get-MgExternalConnectionOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgExternalConnectionOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgExternalConnectionSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264826,20 +265093,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "GET" + }, + { + "Command": "Get-MgGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgExternalConnectionSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264882,20 +265149,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroup", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264938,19 +265204,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupAcceptedSender", "Variants": [ "List" ], - "Command": "Get-MgGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -264969,19 +265235,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgGroupAcceptedSenderByRef", "Variants": [ "List" ], - "Command": "Get-MgGroupAcceptedSender", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265000,19 +265266,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgGroupAcceptedSenderByRef", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupAcceptedSenderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265031,35 +265298,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/acceptedSenders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupAcceptedSenderCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgGroupAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupAppRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -265086,19 +265352,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupAppRoleAssignment", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupAppRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -265125,35 +265392,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupAppRoleAssignmentCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgGroupById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/getByIds", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgGroupByUniqueName", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265196,35 +265463,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupByUniqueName", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/groups/{group-id}/calendar", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgGroupCalendarEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -265259,20 +265526,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupCalendarEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupCalendarEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -265291,19 +265557,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupCalendarEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupCalendarEventDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -265330,95 +265597,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgGroupCalendarEventDelta", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/delta", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgGroupCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupCalendarPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupCalendarPermission", "Variants": [ "List" ], - "Command": "Get-MgGroupCalendarPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupCalendarPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupCalendarPermissionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Command": "Get-MgGroupCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgGroupCalendarSchedule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "Uri": "/groups/{group-id}/calendar/getSchedule", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgGroupCalendarView", "Variants": [ "List" ], - "Command": "Get-MgGroupCalendarView", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/groups/{group-id}/calendar/calendarView", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265453,20 +265720,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupConversation", - "Method": "GET", - "CommandAlias": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265501,19 +265767,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversation", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupConversation", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265548,20 +265815,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/$count", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265596,20 +265863,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupConversationThread", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThread", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265644,19 +265910,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupConversationThread", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThreadCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265691,20 +265958,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgGroupConversationThreadCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265739,22 +266008,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgGroupConversationThreadPost", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThreadPost", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265789,34 +266055,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupConversationThreadPost", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupConversationThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThreadPostAttachment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265851,19 +266117,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupConversationThreadPostAttachment", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThreadPostAttachmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265898,20 +266165,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265946,152 +266213,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostCount", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThreadPostExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostExtension", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Command": "Get-MgGroupConversationThreadPostExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "List" ], - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupCount", "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Variants": [ - "List" + "Get" ], - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" - }, - { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups" - }, - { "Permissions": [ { "Name": "GroupMember.Read.All", @@ -266134,34 +266400,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgGroupCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupCreatedOnBehalfOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/createdOnBehalfOf", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupDefaultDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -266212,20 +266479,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/drive", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupDefaultDrive", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drive", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -266268,34 +266534,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Delta" - ], - "Command": "Get-MgGroupDelta", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/delta", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgGroupDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupDrive", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -266346,137 +266612,138 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupDrive", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drives", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveBundle", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveBundleContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveBundleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupDriveCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -266527,2797 +266794,2797 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/drives/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupDriveCount", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/$count", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveFollowing", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveFollowingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveFollowingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItem", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemChild", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgGroupDriveItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemPermission", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemSubscription", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemThumbnail", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentType", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItem", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgGroupDriveListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListOperation", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListSubscription", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgGroupDriveRootActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveRootActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgGroupDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootChild", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgGroupDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgGroupDriveRootDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootPermission", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootSubscription", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootThumbnail", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveRootVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveSpecial", "Variants": [ "List" ], - "Command": "Get-MgGroupDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveSpecialContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupDriveSpecialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269352,20 +269619,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -269384,78 +269650,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventAttachment", "Variants": [ "List" ], - "Command": "Get-MgGroupEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupEventCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -269474,20 +269741,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupEventCount", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/$count", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupEventDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -269514,79 +269781,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgGroupEventDelta", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/delta", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupEventExtension", "Variants": [ "List" ], - "Command": "Get-MgGroupEventExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupEventInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269605,78 +269871,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupEventInstance", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventInstanceAttachment", "Variants": [ "List" ], - "Command": "Get-MgGroupEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventInstanceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventInstanceCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupEventInstanceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269695,108 +269962,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupEventInstanceCount", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventInstanceExtension", "Variants": [ "List" ], - "Command": "Get-MgGroupEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupEventInstanceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgGroupExtension", "Variants": [ "List" ], - "Command": "Get-MgGroupExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/extensions/$count", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupLifecyclePolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -269815,22 +270084,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgGroupLifecyclePolicy", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupLifecyclePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -269849,19 +270115,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgGroupLifecyclePolicyByGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupLifecyclePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groupLifecyclePolicies", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -269880,19 +270146,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupLifecyclePolicyByGroup", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupLifecyclePolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -269911,19 +270177,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgGroupLifecyclePolicyCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groupLifecyclePolicies/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -269966,193 +270232,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupMember", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/members", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsApplication", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/members/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsDevice", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/members/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/members/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/members/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/groups/{group-id}/members/servicePrincipal", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberAsUser", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/groups/{group-id}/members/user", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupMemberByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270195,19 +270461,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgGroupMemberByRef", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/members/$ref", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270250,110 +270517,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/members/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/application/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/application/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/device/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/device/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/group/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/group/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/orgContact/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/orgContact/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/members/user/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgGroupMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/user/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -270436,22 +270705,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgGroupMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgGroupMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/getMemberGroups", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -270550,37 +270819,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgGroupMemberObject", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/getMemberObjects", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270615,77 +270881,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupMemberOf", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/groups/{group-id}/memberOf/group", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270720,358 +270987,358 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseError", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberOfCountAsGroup", - "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiReferenceLink": null, + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/memberOf/group/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupMemberWithLicenseError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberWithLicenseError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Variants": [ "List" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -271114,20 +271381,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupOnenoteNotebook", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteNotebook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -271170,19 +271436,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupOnenoteNotebook", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteNotebookCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -271225,20 +271492,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgGroupOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -271281,22 +271550,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgGroupOnenoteNotebookSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -271339,19 +271605,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -271394,19 +271660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupOnenoteNotebookSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -271449,35 +271716,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/operations/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -271512,20 +271779,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupOnenotePage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenotePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -271560,34 +271826,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupOnenotePage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenotePageContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenotePageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -271622,20 +271889,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -271678,35 +271945,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteRecentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -271741,35 +272008,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -271812,20 +272079,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupOnenoteSection", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -271868,19 +272134,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupOnenoteSection", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteSectionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -271923,20 +272190,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -271979,20 +272246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupOnenoteSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -272035,20 +272302,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgGroupOnenoteSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteSectionGroupCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -272091,22 +272360,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgGroupOnenoteSectionGroupCount", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -272149,19 +272415,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgGroupOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -272196,19 +272462,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwner", "Variants": [ "List" ], - "Command": "Get-MgGroupOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272251,193 +272517,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupOwner", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupOwnerAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsApplication", "Variants": [ "List" ], - "Command": "Get-MgGroupOwnerAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/owners/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsDevice", "Variants": [ "List" ], - "Command": "Get-MgGroupOwnerAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/owners/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupOwnerAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/owners/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgGroupOwnerAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/owners/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgGroupOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/servicePrincipal", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/owners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgGroupOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/groups/{group-id}/owners/user", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272480,19 +272746,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgGroupOwnerByRef", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272535,125 +272802,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupOwnerCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupOwnerCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/application/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/application/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/device/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/device/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/group/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/group/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/orgContact/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/user/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/owners/user/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgGroupPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupPermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupPermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272688,22 +272954,23 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupPermissionGrant", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "GroupMember.Read.All", + "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, @@ -272735,20 +273002,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupPhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgGroupPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants/$count", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -272775,22 +273044,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgGroupPhoto", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupPhoto", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -272817,19 +273083,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photos", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupPhoto", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photos", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupPhotoContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -272856,52 +273125,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgGroupPhotoContent", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo/$value", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerGroup", + "Command": "Get-MgGroupPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupPlanner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerGroup", "Permissions": [], + "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET" + }, + { + "Command": "Get-MgGroupPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupPlannerPlan", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupPlannerPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -272952,33 +273218,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupPlannerPlan", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Command": "Get-MgGroupPlannerPlanBucket", "Variants": [ "List" ], - "Command": "Get-MgGroupPlannerPlanBucket", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerBucket", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupPlannerPlanCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -273029,49 +273296,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/planner/plans/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupPlannerPlanCount", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/$count", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Command": "Get-MgGroupPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupPlannerPlanDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET" + }, + { + "Command": "Get-MgGroupPlannerPlanTask", "Variants": [ "List" ], - "Command": "Get-MgGroupPlannerPlanTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupRejectedSender", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Group.Read.All", @@ -273090,19 +273356,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgGroupRejectedSenderByRef", "Variants": [ "List" ], - "Command": "Get-MgGroupRejectedSender", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/rejectedSenders", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273121,19 +273387,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgGroupRejectedSenderByRef", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupRejectedSenderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273152,70 +273419,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/rejectedSenders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupRejectedSenderCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/rejectedSenders/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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": "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSetting", + "Command": "Get-MgGroupSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -273250,20 +273469,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSetting", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/settings", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -273298,36 +273517,83 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSettingCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgGroupSettingCount", - "Method": "GET", - "CommandAlias": null, + "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": "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 + } + ], "Uri": "/groups/{group-id}/settings/$count", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgGroupSettingTemplateById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgGroupSettingTemplateById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groupSettingTemplates/getByIds", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgGroupSettingTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273346,19 +273612,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupSettingTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgGroupSettingTemplateCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groupSettingTemplates/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupSettingTemplateDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Directory.Read.All", @@ -273377,19 +273643,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupSettingTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Delta" - ], - "Command": "Get-MgGroupSettingTemplateDelta", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groupSettingTemplates/delta", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -273408,20 +273675,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -273440,3930 +273706,3922 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupSettingTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groupSettingTemplates", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupSettingTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgGroupSettingTemplateMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupSettingTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgGroupSettingTemplateMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSite", "Variants": [ "List" ], - "Command": "Get-MgGroupSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteAnalyticTime", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentType", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteDefaultDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgGroupSiteDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgGroupSiteDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/delta", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgGroupSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteDrive", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteDriveCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteExternalColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPath", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetByPathAnalytic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgGroupSiteGetByPathColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathContentType", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathDrive", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathItem", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetByPathOnenote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathOperation", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathPage", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathPermission", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathSite", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetByPathTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetByPathTermStore", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteGetByPathTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItem", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/items", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/items", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteList", "Variants": [ "List1" ], - "Command": "Get-MgGroupSiteList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentType", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItem", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgGroupSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgGroupSiteListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListOperation", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListSubscription", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebook", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteOperation", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenotePage", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenotePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenotePageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenotePageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenotePageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenotePageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteResource", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSection", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOperation", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePage", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePage", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageWebPart", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageCountAsSitePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Get-MgGroupSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePermission", "Variants": [ "List" ], - "Command": "Get-MgGroupSitePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSitePermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStore", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStore", "Variants": [ "List" ], - "Command": "Get-MgGroupSiteTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSiteTermStoreCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroup", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSet", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", @@ -277374,34 +277632,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -277412,17 +277670,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -277433,34 +277691,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -277471,17 +277729,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -277492,17 +277750,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -277513,17 +277771,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -277534,17 +277792,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -277555,515 +277813,515 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSet", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChild", "Variants": [ "Get", "Get1", @@ -278074,34 +278332,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgGroupSiteTermStoreSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", @@ -278112,17 +278370,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", @@ -278133,34 +278391,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -278171,17 +278429,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -278192,17 +278450,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -278213,17 +278471,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -278234,17 +278492,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", @@ -278255,83 +278513,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", @@ -278342,34 +278600,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -278380,17 +278638,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -278401,34 +278659,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -278439,17 +278697,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -278460,17 +278718,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -278481,17 +278739,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -278502,17 +278760,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -278523,2656 +278781,2665 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "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", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTerm", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSiteTermStoreSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupSiteTermStoreSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgGroupSubSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgGroupSubSite", "Variants": [ "List2" ], - "Command": "Get-MgGroupSubSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupSubSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [], + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannel", "Variants": [ "List1" ], - "Command": "Get-MgGroupTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMember", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMessageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelTab", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/group", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/group", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamIncomingChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamIncomingChannel", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamIncomingChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/incomingChannels", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/incomingChannels", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamIncomingChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/incomingChannels/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamInstalledApp", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamMember", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamOperation", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPermissionGrant", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPhotoContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMember", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelTab", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleOpenShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOpenShift", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleOpenShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleOpenShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleShift", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleShift", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleTimeOff", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOff", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleTimeOff", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleTimeOffCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTag", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamTagCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamTagMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTagMember", "Variants": [ "List" ], - "Command": "Get-MgGroupTeamTagMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamTagMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTeamTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/team/template", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupThread", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281207,20 +281474,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupThread", - "Method": "GET", - "CommandAlias": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupThread", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281255,19 +281521,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupThread", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupThreadCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281302,20 +281569,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgGroupThreadCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/$count", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281350,22 +281619,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgGroupThreadPost", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupThreadPost", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281400,34 +281666,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupThreadPost", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgGroupThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupThreadPostAttachment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281462,19 +281728,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupThreadPostAttachment", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupThreadPostAttachmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281509,20 +281776,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281557,167 +281824,166 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupThreadPostCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostExtension", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Command": "Get-MgGroupThreadPostExtension", "Variants": [ "List" ], - "Command": "Get-MgGroupThreadPostExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Variants": [ "List" ], - "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostInReplyToExtension", "Variants": [ "List" ], - "Command": "Get-MgGroupThreadPostInReplyToExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMember", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupTransitiveMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -281760,193 +282026,194 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupTransitiveMember", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgGroupTransitiveMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsApplication", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/application", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/application", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsDevice", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberAsDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/device", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgGroupTransitiveMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/group", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgGroupTransitiveMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberAsUser", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/user", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupTransitiveMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -281989,125 +282256,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMembers/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupTransitiveMemberCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282142,77 +282408,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgGroupTransitiveMemberOf", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgGroupTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282247,93 +282514,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgGroupTransitiveMemberOfCount", - "Method": "GET", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityApiConnector", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Get-MgIdentityApiConnector", "Variants": [ "List" ], - "Command": "Get-MgIdentityApiConnector", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityApiConnectorCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityApiConnectorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/apiConnectors/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -282352,20 +282619,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityAuthenticationEventFlow", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -282384,34 +282650,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityAuthenticationEventFlow", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -282430,209 +282696,209 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "List" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "Variants": [ "List" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "Variants": [ "List" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "List" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "List" ], - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Command": "Get-MgIdentityAuthenticationEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowCondition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventFlowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282651,19 +282917,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get" ], - "Command": "Get-MgIdentityAuthenticationEventFlowCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282682,34 +282948,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", "Permissions": [ { "Name": "EventListener.Read.All", @@ -282728,19 +282994,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282759,50 +283026,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityAuthenticationEventListener", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -282821,20 +283088,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityAuthenticationEventListener", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventListener", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -282853,19 +283119,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityAuthenticationEventListener", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityAuthenticationEventListenerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282884,19 +283150,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/authenticationEventListeners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityAuthenticationEventListenerCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -282915,20 +283182,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityB2XUserFlow", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -282947,34 +283213,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityB2XUserFlow", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "Module": "Identity.SignIns" + "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" }, { + "Command": "Get-MgIdentityB2XUserFlowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -282993,80 +283259,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityB2XUserFlowCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProvider", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProvider", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283085,20 +283352,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityB2XUserFlowLanguage", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283117,19 +283383,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityB2XUserFlowLanguage", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283148,20 +283415,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowLanguageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283180,20 +283447,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283212,19 +283478,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283243,20 +283510,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283275,20 +283542,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283307,20 +283574,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283339,19 +283605,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283370,20 +283637,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283402,80 +283669,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283494,20 +283761,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283526,19 +283792,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283557,20 +283824,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283589,50 +283856,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -283651,19 +283917,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -283682,148 +283948,149 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNamedLocation", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Variants": [ "List" ], - "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNamedLocation", + "Permissions": [], "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/namedLocations/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgIdentityConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityConditionalAccessPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Command": "Get-MgIdentityConditionalAccessPolicy", "Variants": [ "List" ], - "Command": "Get-MgIdentityConditionalAccessPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityConditionalAccessPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/policies/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgIdentityConditionalAccessTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityConditionalAccessTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Command": "Get-MgIdentityConditionalAccessTemplate", "Variants": [ "List" ], - "Command": "Get-MgIdentityConditionalAccessTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Permissions": [], "Uri": "/identity/conditionalAccess/templates", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityConditionalAccessTemplateCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityConditionalAccessTemplateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/templates/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -283842,20 +284109,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityCustomAuthenticationExtension", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -283874,19 +284140,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityCustomAuthenticationExtension", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -283905,19 +284171,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -283936,20 +284203,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -283968,19 +284234,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -283999,19 +284265,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284030,20 +284297,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284062,34 +284328,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284108,19 +284374,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284139,20 +284406,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284171,20 +284438,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284203,20 +284470,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284235,19 +284501,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284266,64 +284533,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284342,20 +284609,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284374,19 +284640,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284405,20 +284672,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284437,20 +284704,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284469,19 +284735,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284500,136 +284767,136 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284648,20 +284915,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284680,19 +284946,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284711,19 +284977,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284742,20 +285009,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284774,78 +285040,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284864,20 +285131,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284896,24 +285163,23 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "LifecycleWorkflows.Read.All", - "Description": "Read all lifecycle workflows resources", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [ + { + "Name": "LifecycleWorkflows.Read.All", + "Description": "Read all lifecycle workflows resources", "FullDescription": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", @@ -284928,19 +285194,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284959,78 +285225,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285049,20 +285316,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285081,19 +285347,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285112,151 +285378,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Get" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285275,20 +285542,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285307,19 +285573,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285338,238 +285604,238 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285588,19 +285854,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285619,79 +285886,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowInsight", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285710,20 +285991,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285742,19 +286022,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285773,35 +286054,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285820,19 +286100,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285851,94 +286132,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285957,20 +286238,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285989,19 +286269,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286020,94 +286301,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286126,19 +286406,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286157,34 +286437,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" + "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" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286203,19 +286483,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286234,20 +286515,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286266,20 +286547,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286298,19 +286578,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286329,34 +286609,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286375,19 +286655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286406,109 +286687,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286527,19 +286807,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286558,65 +286839,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286635,19 +286915,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286666,94 +286947,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286772,20 +287053,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286804,19 +287084,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286835,196 +287115,196 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287043,19 +287323,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287074,94 +287355,93 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287180,19 +287460,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287211,20 +287492,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287243,19 +287523,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287274,138 +287555,138 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287424,20 +287705,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287456,19 +287736,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287487,253 +287768,253 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccess", "Variants": [ "Get" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccess", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Get" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287752,20 +288033,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287784,34 +288064,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287830,63 +288110,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287905,20 +288186,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287937,34 +288217,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -287983,93 +288263,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "Module": "Identity.Governance" - }, - { + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288088,20 +288369,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288120,34 +288400,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288166,93 +288446,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288271,20 +288552,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288303,19 +288583,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288334,63 +288614,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288409,20 +288690,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288441,19 +288721,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288472,93 +288752,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288577,20 +288858,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288609,19 +288889,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288640,360 +288920,361 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "List", "List1" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", "Variants": [ "Get" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFile", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFile", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "List" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityProvider", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289012,20 +289293,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityProvider", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityProvider", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289044,19 +289324,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityProvider", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityProviderCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289075,19 +289355,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityProviderCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityUserFlowAttribute", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289106,20 +289387,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgIdentityUserFlowAttribute", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityUserFlowAttribute", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289138,19 +289418,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Variants": [ - "List" - ], - "Command": "Get-MgIdentityUserFlowAttribute", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlowAttributes", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgIdentityUserFlowAttributeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289169,47 +289449,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/userFlowAttributes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgIdentityUserFlowAttributeCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/userFlowAttributes/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Get-MgInformationProtection", "Variants": [ "Get" ], - "Command": "Get-MgInformationProtection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/informationProtection", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET" + }, + { + "Command": "Get-MgInformationProtectionBitlocker", "Variants": [ "Get" ], - "Command": "Get-MgInformationProtectionBitlocker", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBitlocker", + "Permissions": [], "Uri": "/informationProtection/bitlocker", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289228,20 +289509,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289260,19 +289540,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Variants": [ - "List" - ], - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289291,19 +289571,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289322,20 +289603,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289354,19 +289634,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289385,176 +289665,177 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET" + }, + { + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET" + }, + { + "Command": "Get-MgInvitation", "Variants": [ "List" ], - "Command": "Get-MgInvitation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInvitation", "Permissions": [], + "Uri": "/invitations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgInvitationCount", "Variants": [ "Get" ], - "Command": "Get-MgInvitationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/invitations/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgInvitationInvitedUserMailboxSetting", "Variants": [ "Get" ], - "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/mailboxSettings", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/serviceProvisioningErrors", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/invitations/invitedUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgInvitationInvitedUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgInvitationInvitedUserSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgInvitationInvitedUserSponsor", "Variants": [ "List" ], - "Command": "Get-MgInvitationInvitedUserSponsor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/invitations/invitedUserSponsors", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/invitations/invitedUserSponsors", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgInvitationInvitedUserSponsorCount", "Variants": [ "Get" ], - "Command": "Get-MgInvitationInvitedUserSponsorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/invitations/invitedUserSponsors/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOauth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -289581,20 +289862,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgOauth2PermissionGrant", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOauth2PermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -289621,19 +289901,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgOauth2PermissionGrant", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOauth2PermissionGrantCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289660,19 +289940,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgOauth2PermissionGrantCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOauth2PermissionGrantDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -289699,19 +289979,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "Delta" - ], - "Command": "Get-MgOauth2PermissionGrantDelta", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/delta", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -289746,20 +290027,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgOrganization", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -289834,19 +290114,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganization", - "Variants": [ - "List" - ], - "Command": "Get-MgOrganization", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganizationBranding", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "User.Read", @@ -289897,95 +290178,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBranding", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingBackgroundImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingBannerLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingCustomCss", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingFavicon", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingHeaderLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -290036,20 +290317,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgOrganizationBrandingLocalization", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganizationBrandingLocalization", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -290100,19 +290380,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Variants": [ - "List" - ], - "Command": "Get-MgOrganizationBrandingLocalization", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290147,20 +290428,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290195,20 +290476,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -290259,20 +290540,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290307,20 +290588,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290355,20 +290636,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationFavicon", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290403,20 +290684,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290451,20 +290732,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290499,65 +290780,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgOrganizationBrandingSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingSquareLogo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationBrandingSquareLogoDark", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgOrganizationById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgOrganizationById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/organization/getByIds", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -290576,20 +290857,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -290608,19 +290888,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Variants": [ - "List" - ], - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290639,20 +290920,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgOrganizationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -290727,255 +291007,256 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgOrganizationCount", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/$count", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgOrganizationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationExtension", "Variants": [ "List" ], - "Command": "Get-MgOrganizationExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgOrganizationExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgOrganizationExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/extensions/$count", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgOrganizationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgOrganizationMemberGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgOrganizationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgOrganizationMemberObject", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Get-MgPlaceAsRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlaceAsRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/room", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET" + }, + { + "Command": "Get-MgPlaceAsRoom", "Variants": [ "List" ], - "Command": "Get-MgPlaceAsRoom", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRoom", + "Permissions": [], "Uri": "/places/room", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoomList", + "Command": "Get-MgPlaceAsRoomList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlaceAsRoomList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoomList", "Permissions": [], + "Uri": "/places/{place-id}/roomList", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET" + }, + { + "Command": "Get-MgPlaceAsRoomList", "Variants": [ "List" ], - "Command": "Get-MgPlaceAsRoomList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/roomList", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoomList", "Permissions": [], + "Uri": "/places/roomList", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET" + }, + { + "Command": "Get-MgPlaceAsRoomListRoom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlaceAsRoomListRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET" + }, + { + "Command": "Get-MgPlaceAsRoomListRoom", "Variants": [ "List" ], - "Command": "Get-MgPlaceAsRoomListRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPlaceAsRoomListRoomCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlaceAsRoomListRoomCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPlaceCount", "Variants": [ "Get" ], - "Command": "Get-MgPlaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPlaceCountAsRoom", "Variants": [ "Get" ], - "Command": "Get-MgPlaceCountAsRoom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/room/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/room/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPlaceCountAsRoomList", "Variants": [ "Get" ], - "Command": "Get-MgPlaceCountAsRoomList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/places/roomList/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/roomList/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlanner", + "Method": "GET" + }, + { + "Command": "Get-MgPlanner", "Variants": [ "Get" ], - "Command": "Get-MgPlanner", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "Uri": "/planner", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerBucket", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -291026,20 +291307,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPlannerBucket", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerBucket", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -291090,19 +291370,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "List" - ], - "Command": "Get-MgPlannerBucket", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/buckets", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerBucketCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291153,19 +291433,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPlannerBucketCount", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/buckets/$count", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerBucketTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -291216,19 +291496,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgPlannerBucketTask", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerPlan", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -291279,20 +291560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPlannerPlan", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -291343,19 +291623,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET" + }, + { + "Command": "Get-MgPlannerPlanBucket", "Variants": [ "List" ], - "Command": "Get-MgPlannerPlan", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/plans", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -291406,19 +291686,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Variants": [ - "List" - ], - "Command": "Get-MgPlannerPlanBucket", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerPlanCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291469,19 +291749,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPlannerPlanCount", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/plans/$count", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerPlanDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -291532,20 +291813,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPlannerPlanDetail", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerPlanTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -291596,19 +291876,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgPlannerPlanTask", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -291659,20 +291940,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPlannerTask", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -291723,19 +292003,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgPlannerTask", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/tasks", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -291786,20 +292067,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET" + }, + { + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -291850,20 +292131,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerTaskCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291914,19 +292194,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPlannerTaskCount", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/planner/tasks/$count", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPlannerTaskDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.Read", @@ -291977,20 +292258,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET" + }, + { + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlannerTaskDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -292041,20 +292322,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292081,20 +292362,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292121,63 +292401,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "List" ], - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292204,19 +292484,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292251,19 +292531,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyAdminConsentRequestPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAppManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292290,20 +292571,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyAppManagementPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAppManagementPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292330,34 +292610,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyAppManagementPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -292392,19 +292672,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -292439,20 +292720,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAppManagementPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292479,19 +292759,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyAppManagementPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292510,76 +292790,77 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyAuthenticationFlowPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Command": "Get-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "List" ], - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Variants": [ "Get" ], - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292606,20 +292887,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292646,63 +292926,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List" ], - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292729,19 +293009,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyAuthorizationPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292760,19 +293040,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyAuthorizationPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyClaimMappingPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292799,20 +293080,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyClaimMappingPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyClaimMappingPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292839,34 +293119,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyClaimMappingPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -292909,19 +293189,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292964,20 +293245,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyClaimMappingPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293004,33 +293284,33 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyConditionalAccessPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgPolicyClaimMappingPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/conditionalAccessPolicies/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyConditionalAccessPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/conditionalAccessPolicies/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -293049,19 +293329,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Get" ], - "Command": "Get-MgPolicyCrossTenantAccessPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Permissions": [ { "Name": "Policy.Read.All", @@ -293080,19 +293360,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -293111,20 +293392,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -293143,19 +293423,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293174,19 +293454,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -293205,20 +293486,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphPolicyTemplate", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -293237,47 +293517,47 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Get" ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Get" ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -293304,19 +293584,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgPolicyDeviceRegistrationPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyDefaultAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -293343,105 +293623,106 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/deviceRegistrationPolicy", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyDeviceRegistrationPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/deviceRegistrationPolicy", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgPolicyFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Get-MgPolicyFeatureRolloutPolicy", "Variants": [ "List" ], - "Command": "Get-MgPolicyFeatureRolloutPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "Command": "Get-MgPolicyFeatureRolloutPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -293468,20 +293749,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -293508,34 +293788,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -293578,19 +293858,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293633,20 +293914,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293673,33 +293953,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Get" ], - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Permissions": [], "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293718,20 +293999,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyPermissionGrantPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293750,19 +294030,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyPermissionGrantPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293781,34 +294061,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyPermissionGrantPolicyCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293827,19 +294107,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293858,35 +294139,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293905,19 +294185,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293936,20 +294217,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -293992,20 +294273,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyRoleManagementPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294048,19 +294328,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyRoleManagementPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294103,20 +294384,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294159,19 +294439,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294214,34 +294494,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicyAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Permissions": [], "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294284,34 +294564,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyRoleManagementPolicyCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294354,19 +294634,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294409,20 +294690,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294465,20 +294746,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyRoleManagementPolicyRule", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294521,19 +294801,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyRoleManagementPolicyRule", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294576,20 +294857,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPolicyTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -294616,20 +294897,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyTokenIssuancePolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenIssuancePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -294656,34 +294936,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyTokenIssuancePolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -294726,19 +295006,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294781,20 +295062,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenIssuancePolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294821,19 +295101,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyTokenIssuancePolicyCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenLifetimePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -294860,20 +295141,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyTokenLifetimePolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenLifetimePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -294900,34 +295180,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyTokenLifetimePolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Policy.Read.All", @@ -294970,19 +295250,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295025,20 +295306,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPolicyTokenLifetimePolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295065,33 +295345,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPolicyTokenLifetimePolicyCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Get-MgPrint", "Variants": [ "Get" ], - "Command": "Get-MgPrint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "Uri": "/print", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295110,20 +295391,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintConnector", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295142,19 +295422,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintConnector", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/connectors", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintConnectorCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295173,19 +295453,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/connectors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPrintConnectorCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/connectors/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintOperation", "Permissions": [ { "Name": "Printer.Create", @@ -295212,48 +295493,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintOperation", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Get-MgPrintOperation", "Variants": [ "List" ], - "Command": "Get-MgPrintOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/operations", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintOperation", "Permissions": [], + "Uri": "/print/operations", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgPrintOperationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/operations/$count", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -295304,20 +295585,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinter", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintPrinter", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinter", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -295344,34 +295624,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinter", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintPrinter", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Get-MgPrintPrinterConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterConnector", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterConnector", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295390,19 +295670,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintPrinterConnector", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/connectors", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterConnectorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295421,20 +295702,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/connectors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintPrinterConnectorCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/connectors/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295461,19 +295741,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPrintPrinterCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295540,20 +295821,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintPrinterJob", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295620,19 +295900,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintPrinterJob", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterJobCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295699,20 +295980,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [ { "Name": "PrintJob.Read", @@ -295747,34 +296028,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintPrinterJobDocument", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgPrintPrinterJobDocument", "Variants": [ "List" ], - "Command": "Get-MgPrintPrinterJobDocument", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Permissions": [], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" + "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" }, { + "Command": "Get-MgPrintPrinterJobDocumentContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -295809,109 +296090,109 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobDocumentContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobDocumentCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterJobTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintPrinterJobTask", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgPrintPrinterJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterShare", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterJobTaskTrigger", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -295938,20 +296219,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintPrinterShare", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterShare", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -295978,19 +296258,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/shares", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintPrinterShare", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/shares", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterShareCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -296017,20 +296298,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/shares/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterShareCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/shares/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -296057,20 +296338,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintPrinterTaskTrigger", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterTaskTrigger", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -296097,19 +296377,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintPrinterTaskTrigger", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintPrinterTaskTriggerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296136,35 +296417,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterTaskTriggerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgPrintService", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintPrinterTaskTriggerDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296335,20 +296616,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintService", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintService", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296519,19 +296799,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintService", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintServiceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296702,19 +296982,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPrintServiceCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintServiceEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296885,20 +297166,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintServiceEndpoint", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintServiceEndpoint", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297069,19 +297349,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintServiceEndpoint", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintServiceEndpointCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297252,20 +297533,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/services/{printService-id}/endpoints/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintShare", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintServiceEndpointCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/services/{printService-id}/endpoints/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297292,20 +297573,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintShare", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShare", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297332,19 +297612,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareAllowedGroup", "Variants": [ "List" ], - "Command": "Get-MgPrintShare", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297363,19 +297643,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareAllowedGroupByRef", "Variants": [ "List" ], - "Command": "Get-MgPrintShareAllowedGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297394,19 +297674,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgPrintShareAllowedGroupByRef", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareAllowedGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297425,49 +297706,48 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintShareAllowedGroupCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareAllowedUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297486,19 +297766,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareAllowedUserByRef", "Variants": [ "List" ], - "Command": "Get-MgPrintShareAllowedUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297517,19 +297797,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgPrintShareAllowedUserByRef", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareAllowedUserCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297548,64 +297829,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintShareAllowedUserCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297632,19 +297912,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPrintShareCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297711,20 +297992,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintShareJob", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297791,19 +298071,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "List" - ], - "Command": "Get-MgPrintShareJob", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintShareJobCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297870,153 +298151,153 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintShareJobCount", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Get-MgPrintShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobDocument", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobDocument", "Variants": [ "List" ], - "Command": "Get-MgPrintShareJobDocument", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobDocumentContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobDocumentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobTask", "Variants": [ "List" ], - "Command": "Get-MgPrintShareJobTask", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobTaskDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgPrintShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintShareJobTaskTrigger", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrintSharePrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -298043,124 +298324,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/printer", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinter", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrintSharePrinter", - "Method": "GET", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/printer", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgPrintTaskDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgPrintTaskDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Get-MgPrintTaskDefinition", "Variants": [ "List" ], - "Command": "Get-MgPrintTaskDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgPrintTaskDefinitionCount", "Variants": [ "Get" ], - "Command": "Get-MgPrintTaskDefinitionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/taskDefinitions/$count", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintTaskDefinitionTask", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintTaskDefinitionTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Get-MgPrintTaskDefinitionTask", "Variants": [ "List" ], - "Command": "Get-MgPrintTaskDefinitionTask", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgPrintTaskDefinitionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintTaskDefinitionTaskCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET" + }, + { + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrivacySubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298179,20 +298460,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrivacySubjectRightsRequest", - "Method": "GET", + "Module": "Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Compliance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrivacySubjectRightsRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298211,195 +298491,195 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgPrivacySubjectRightsRequest", - "Method": "GET", + "Module": "Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests", - "Module": "Compliance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgPrivacySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestApprover", "Variants": [ "List" ], - "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Compliance" + "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrivacySubjectRightsRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298418,34 +298698,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgPrivacySubjectRightsRequestCount", - "Method": "GET", + "Module": "Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/$count", - "Module": "Compliance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgPrivacySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestNote", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Compliance" + "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298464,19 +298744,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Variants": [ - "List" - ], - "Command": "Get-MgPrivacySubjectRightsRequestNote", - "Method": "GET", + "Module": "Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Compliance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298495,49 +298776,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", - "Method": "GET", + "Module": "Compliance", "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Compliance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgPrivacySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgPrivacySubjectRightsRequestTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Method": "GET" + }, + { + "Command": "Get-MgReportAuthenticationMethod", "Variants": [ "Get" ], - "Command": "Get-MgReportAuthenticationMethod", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Permissions": [], "Uri": "/reports/authenticationMethods", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298556,20 +298837,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298588,19 +298868,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298619,1750 +298899,1751 @@ "IsLeastPrivilege": false } ], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", - "Method": "GET", + "Module": "Reports", "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "Module": "Reports" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgReportDailyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgReportDailyPrintUsageByPrinter", "Variants": [ "List" ], - "Command": "Get-MgReportDailyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByPrinter", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportDailyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Command": "Get-MgReportDailyPrintUsageByPrinterCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportDailyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportDailyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportDailyPrintUsageByUser", "Variants": [ "List" ], - "Command": "Get-MgReportDailyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/dailyPrintUsageByUser", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportDailyPrintUsageByUserCount", "Variants": [ "Get" ], - "Command": "Get-MgReportDailyPrintUsageByUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/dailyPrintUsageByUser/$count", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/deviceConfigurationDeviceActivity", - "Module": "Reports" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportDeviceConfigurationUserActivity", "Variants": [ "Device" ], - "Command": "Get-MgReportDeviceConfigurationUserActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/deviceConfigurationUserActivity", - "Module": "Reports" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportEmailActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportEmailActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportEmailActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageAppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportEmailAppUsageAppUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportEmailAppUsageUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportEmailAppUsageUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportEmailAppUsageVersionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportEmailAppUsageVersionUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgReportGroupArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportGroupArchivedPrintJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportM365AppPlatformUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportM365AppPlatformUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportM365AppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportM365AppUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportM365AppUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportM365AppUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getM365AppUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportMailboxUsageDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportMailboxUsageMailboxCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportMailboxUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportMailboxUsageStorage", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/managedDeviceEnrollmentTopFailures", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET" + }, + { + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Variants": [ "List" ], - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByPrinter", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET" + }, + { + "Command": "Get-MgReportMonthlyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Command": "Get-MgReportMonthlyPrintUsageByUser", "Variants": [ "List" ], - "Command": "Get-MgReportMonthlyPrintUsageByUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByUser", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportMonthlyPrintUsageByUserCount", "Variants": [ "Get" ], - "Command": "Get-MgReportMonthlyPrintUsageByUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/monthlyPrintUsageByUser/$count", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365ActivationCount", "Variants": [ "Get" ], - "Command": "Get-MgReportOffice365ActivationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365ActivationCounts", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365ActivationUserCount", "Variants": [ "Get" ], - "Command": "Get-MgReportOffice365ActivationUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365ActivationsUserCounts", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365ActivationUserDetail", "Variants": [ "Get" ], - "Command": "Get-MgReportOffice365ActivationUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365ActivationsUserDetail", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365ActiveUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOffice365ActiveUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365ActiveUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportOffice365ActiveUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOffice365GroupActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportOffice365GroupActivityDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOffice365GroupActivityFileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365GroupActivityStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOffice365GroupActivityStorage", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOffice365ServiceUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOffice365ServiceUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOneDriveActivityFileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOneDriveActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportOneDriveActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOneDriveUsageAccountCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageAccountDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportOneDriveUsageAccountDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOneDriveUsageFileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportOneDriveUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportOneDriveUsageStorage", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartners", + "Command": "Get-MgReportPartner", "Variants": [ "Get" ], - "Command": "Get-MgReportPartner", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartners", "Permissions": [], + "Uri": "/reports/partners", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBilling", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBilling", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBilling", + "Permissions": [], "Uri": "/reports/partners/billing", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgReportPartnerBillingManifest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportPartnerBillingManifest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Permissions": [], "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Command": "Get-MgReportPartnerBillingManifest", "Variants": [ "List" ], - "Command": "Get-MgReportPartnerBillingManifest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", "Permissions": [], + "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingManifestCount", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingManifestCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/partners/billing/manifests/$count", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgReportPartnerBillingOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportPartnerBillingOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Permissions": [], "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Command": "Get-MgReportPartnerBillingOperation", "Variants": [ "List" ], - "Command": "Get-MgReportPartnerBillingOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", "Permissions": [], + "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations/$count", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/operations/$count", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingReconciliation", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingReconciliation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingReconciliationBilled", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingUsage", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingUsage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", "Permissions": [], + "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingUsageBilled", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingUsageBilled", - "Method": "GET", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/billed", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Get" ], - "Command": "Get-MgReportPartnerBillingUsageUnbilled", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgReportPrinterArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportPrinterArchivedPrintJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Command": "Get-MgReportRelyingPartyDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportRelyingPartyDetailedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Permissions": [], "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSecurity", "Variants": [ "Get" ], - "Command": "Get-MgReportSecurity", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/security", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Permissions": [], "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Permissions": [], "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", "Variants": [ "Get" ], - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Permissions": [], "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointActivityFileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityPage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointActivityPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportSharePointActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportSharePointSiteUsageDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointSiteUsageFileCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsagePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointSiteUsagePage", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointSiteUsageSiteCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSharePointSiteUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSharePointSiteUsageStorage", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportTeamActivityDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamActivityDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamActivityDistributionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamDeviceUsageUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportTeamDeviceUsageUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamUserActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportTeamUserActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportTeamUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportTeamUserActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Command": "Get-MgReportUserArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportUserArchivedPrintJob", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Permissions": [], "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportYammerActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportYammerActivityUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportYammerActivityUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportYammerDeviceUsageUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportYammerDeviceUsageUserDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerGroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportYammerGroupActivityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerGroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgReportYammerGroupActivityDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgReportYammerGroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgReportYammerGroupActivityGroupCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection", + "Command": "Get-MgRiskDetection", "Variants": [ "List" ], - "Command": "Get-MgRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Permissions": [], "Uri": "/identityProtection/riskDetections", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgRiskDetectionCount", "Variants": [ "Get" ], - "Command": "Get-MgRiskDetectionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskDetections/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300381,20 +300662,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRiskyServicePrincipal", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300413,19 +300693,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgRiskyServicePrincipal", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyServicePrincipalCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300444,34 +300724,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRiskyServicePrincipalCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Command": "Get-MgRiskyServicePrincipalHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRiskyServicePrincipalHistory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyServicePrincipalHistory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300490,19 +300770,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "Variants": [ - "List" - ], - "Command": "Get-MgRiskyServicePrincipalHistory", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyServicePrincipalHistoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300521,63 +300802,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRiskyServicePrincipalHistoryCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgRiskyUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRiskyUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", + "Command": "Get-MgRiskyUser", "Variants": [ "List" ], - "Command": "Get-MgRiskyUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Permissions": [], "Uri": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgRiskyUserCount", "Variants": [ "Get" ], - "Command": "Get-MgRiskyUserCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyUsers/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyUserHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300596,20 +300877,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET" + }, + { + "Command": "Get-MgRiskyUserHistory", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgRiskyUserHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300628,19 +300908,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "Variants": [ - "List" - ], - "Command": "Get-MgRiskyUserHistory", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRiskyUserHistoryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300659,20 +300940,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRiskyUserHistoryCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagement", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -300707,33 +300987,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleManagement", - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagement", - "Method": "GET", + "Module": "DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement", - "Module": "DeviceManagement.Enrollment" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRbacApplication", + "Command": "Get-MgRoleManagementDirectory", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementDirectory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Permissions": [], "Uri": "/roleManagement/directory", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300760,20 +301041,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300800,19 +301080,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300839,19 +301119,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300878,20 +301159,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300918,19 +301198,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300957,20 +301238,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301013,20 +301294,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301069,34 +301349,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301139,65 +301419,74 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -301229,31 +301518,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -301285,60 +301573,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -301370,45 +301658,46 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -301440,31 +301729,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -301496,60 +301784,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -301581,98 +301869,83 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all active role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -301696,22 +301969,29 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all active role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -301746,49 +302026,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -301823,94 +302103,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301953,20 +302234,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302009,19 +302289,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302064,64 +302344,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "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", @@ -302153,31 +302442,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "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", @@ -302209,45 +302497,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "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", @@ -302279,45 +302567,46 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Identity.Governance" + "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", + "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", @@ -302349,31 +302638,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "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", @@ -302405,45 +302693,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "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", @@ -302475,98 +302763,83 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ - { - "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": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -302591,6 +302864,14 @@ "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 + }, { "Name": "RoleEligibilitySchedule.Read.Directory", "Description": "Read all eligible role assignments for your company's directory", @@ -302600,20 +302881,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302656,34 +302936,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302726,195 +303006,196 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagement", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagement", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -302973,20 +303254,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303045,34 +303325,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303131,433 +303411,434 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303664,20 +303945,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303784,19 +304064,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303903,387 +304183,388 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSchemaExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -304302,20 +304583,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSchemaExtension", - "Method": "GET", + "Module": "SchemaExtensions", "CommandAlias": null, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSchemaExtension", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -304334,19 +304614,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Variants": [ - "List" - ], - "Command": "Get-MgSchemaExtension", - "Method": "GET", + "Module": "SchemaExtensions", "CommandAlias": null, - "Uri": "/schemaExtensions", - "Module": "SchemaExtensions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSchemaExtensionCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -304365,19 +304645,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/schemaExtensions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSchemaExtensionCount", - "Method": "GET", + "Module": "SchemaExtensions", "CommandAlias": null, - "Uri": "/schemaExtensions/$count", - "Module": "SchemaExtensions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchAcronym", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304396,20 +304677,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSearchAcronym", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/acronyms/{acronym-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchAcronym", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304428,19 +304708,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/acronyms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Variants": [ - "List" - ], - "Command": "Get-MgSearchAcronym", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/acronyms", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchAcronymCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304459,19 +304739,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/acronyms/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSearchAcronymCount", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/acronyms/$count", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchBookmark", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304490,20 +304771,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSearchBookmark", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchBookmark", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304522,19 +304802,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Variants": [ - "List" - ], - "Command": "Get-MgSearchBookmark", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/bookmarks", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchBookmarkCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304553,33 +304833,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSearchBookmarkCount", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/bookmarks/$count", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Get-MgSearchEntity", "Variants": [ "Get" ], - "Command": "Get-MgSearchEntity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "Uri": "/search", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchQna", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304598,20 +304879,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchQna", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSearchQna", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/qnas/{qna-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchQna", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304630,19 +304910,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchQna", - "Variants": [ - "List" - ], - "Command": "Get-MgSearchQna", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/qnas", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSearchQnaCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304661,19 +304941,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSearchQnaCount", - "Method": "GET", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/qnas/$count", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304692,20 +304973,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityAlert", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/alerts/{alert-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityAlert", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304724,19 +305004,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityAlert", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/alerts", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityAlertCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304755,19 +305035,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecurityAlertCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/alerts/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityAlertV2", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -304786,20 +305067,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityAlertV2", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityAlertV2", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -304818,19 +305098,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts_v2", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityAlertV2", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/alerts_v2", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityAlertV2Count", + "Variants": [ + "Get1" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -304849,560 +305129,561 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/alerts_v2/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get1" - ], - "Command": "Get-MgSecurityAlertV2Count", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/alerts_v2/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Command": "Get-MgSecurityAttackSimulation", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Permissions": [], "Uri": "/security/attackSimulation", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "Get-MgSecurityAttackSimulation", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "Uri": "/security/attackSimulation/simulations", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgSecurityAttackSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationAutomation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Get-MgSecurityAttackSimulationAutomation", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationAutomation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationAutomationCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationAutomationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulations/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulations/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Permissions": [], "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationLandingPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityAttackSimulationLandingPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPage", + "Command": "Get-MgSecurityAttackSimulationLandingPage", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationLandingPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Permissions": [], "Uri": "/security/attackSimulation/landingPages", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationLandingPageCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationLandingPageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationLoginPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityAttackSimulationLoginPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLoginPage", + "Command": "Get-MgSecurityAttackSimulationLoginPage", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationLoginPage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Permissions": [], "Uri": "/security/attackSimulation/loginPages", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationLoginPageCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationLoginPageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/attackSimulation/loginPages/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgSecurityAttackSimulationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Permissions": [], "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Command": "Get-MgSecurityAttackSimulationOperation", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Permissions": [], + "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationOperationCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/operations/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPayload", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationPayload", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityAttackSimulationPayload", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPayload", + "Command": "Get-MgSecurityAttackSimulationPayload", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationPayload", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPayload", + "Permissions": [], "Uri": "/security/attackSimulation/payloads", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationPayloadCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationPayloadCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/payloads/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTraining", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationTraining", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationTraining", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTraining", + "Command": "Get-MgSecurityAttackSimulationTraining", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationTraining", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "Uri": "/security/attackSimulation/trainings", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityAttackSimulationTrainingCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityAttackSimulationTrainingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "List" ], - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCase", "Variants": [ "Get" ], - "Command": "Get-MgSecurityCase", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "Uri": "/security/cases", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305421,20 +305702,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCase", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305453,19 +305733,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCase", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305484,19 +305764,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305515,20 +305796,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305547,19 +305827,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305578,20 +305859,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305610,35 +305891,34 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305657,19 +305937,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305688,50 +305969,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305750,19 +306030,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305781,79 +306062,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305872,19 +306152,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305903,20 +306184,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305935,79 +306216,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306026,19 +306306,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306057,20 +306338,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306089,20 +306370,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306121,19 +306401,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306152,20 +306433,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306184,20 +306465,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306216,19 +306496,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306247,20 +306528,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306279,20 +306560,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306311,78 +306591,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "List" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306401,64 +306682,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "List" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306477,64 +306758,64 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306553,20 +306834,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306585,20 +306866,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306617,63 +306897,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306692,92 +306973,92 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIdentity", "Variants": [ "Get" ], - "Command": "Get-MgSecurityIdentity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", "Permissions": [], + "Uri": "/security/identities", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIdentityHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityIdentityHealthIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Permissions": [], + "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIdentityHealthIssue", "Variants": [ "List" ], - "Command": "Get-MgSecurityIdentityHealthIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Permissions": [], + "Uri": "/security/identities/healthIssues", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIdentityHealthIssueCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityIdentityHealthIssueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/identities/healthIssues/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityIncident", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -306796,20 +307077,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityIncident", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityIncident", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -306828,78 +307108,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/incidents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityIncident", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/incidents", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Get-MgSecurityIncidentAlert", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityIncidentAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIncidentAlert", "Variants": [ "List" ], - "Command": "Get-MgSecurityIncidentAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAlert", "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIncidentAlertCommentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityIncidentAlertCommentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityIncidentAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityIncidentAlertCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/incidents/{incident-id}/alerts/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityIncidentCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -306918,307 +307198,308 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/incidents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecurityIncidentCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/incidents/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Command": "Get-MgSecurityLabel", "Variants": [ "Get" ], - "Command": "Get-MgSecurityLabel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Permissions": [], "Uri": "/security/labels", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgSecurityLabelAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelAuthority", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "Get-MgSecurityLabelAuthority", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelAuthority", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "Uri": "/security/labels/authorities", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityLabelAuthorityCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityLabelAuthorityCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/authorities/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgSecurityLabelCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "Get-MgSecurityLabelCategory", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelCategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityLabelCategoryCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityLabelCategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/categories/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgSecurityLabelCategorySubcategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelCategorySubcategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "Get-MgSecurityLabelCategorySubcategory", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelCategorySubcategory", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityLabelCategorySubcategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelCategorySubcategoryCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgSecurityLabelCitation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelCitation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "Get-MgSecurityLabelCitation", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelCitation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "Uri": "/security/labels/citations", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityLabelCitationCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityLabelCitationCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/citations/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgSecurityLabelDepartment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelDepartment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "Get-MgSecurityLabelDepartment", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelDepartment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "Uri": "/security/labels/departments", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityLabelDepartmentCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityLabelDepartmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/departments/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgSecurityLabelFilePlanReference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelFilePlanReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "Get-MgSecurityLabelFilePlanReference", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelFilePlanReference", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityLabelFilePlanReferenceCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityLabelFilePlanReferenceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/filePlanReferences/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/filePlanReferences/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionEventType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityLabelRetentionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307237,20 +307518,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityLabelRetentionLabel", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityLabelRetentionLabel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307269,19 +307549,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityLabelRetentionLabel", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/labels/retentionLabels", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityLabelRetentionLabelCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307300,153 +307580,154 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/labels/retentionLabels/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecurityLabelRetentionLabelCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "List" ], - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySecureScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307465,20 +307746,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecuritySecureScore", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySecureScore", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307497,19 +307777,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScores", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", - "Variants": [ - "List" - ], - "Command": "Get-MgSecuritySecureScore", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/secureScores", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySecureScoreControlProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307528,20 +307809,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecuritySecureScoreControlProfile", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySecureScoreControlProfile", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307560,19 +307840,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Variants": [ - "List" - ], - "Command": "Get-MgSecuritySecureScoreControlProfile", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySecureScoreControlProfileCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307591,19 +307871,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScoreControlProfiles/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySecureScoreCount", "Variants": [ "Get" ], - "Command": "Get-MgSecuritySecureScoreControlProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307622,19 +307902,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/secureScores/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecuritySecureScoreCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/secureScores/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307653,20 +307934,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecuritySubjectRightsRequest", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySubjectRightsRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307685,195 +307965,195 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgSecuritySubjectRightsRequest", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestApprover", "Variants": [ "List" ], - "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySubjectRightsRequestCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307892,19 +308172,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecuritySubjectRightsRequestCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307923,50 +308204,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "Get-MgSecuritySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestNote", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307985,19 +308265,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Variants": [ - "List" - ], - "Command": "Get-MgSecuritySubjectRightsRequestNote", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -308016,675 +308297,666 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", + "Command": "Get-MgSecuritySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecuritySubjectRightsRequestTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligence", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligence", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Permissions": [], "Uri": "/security/threatIntelligence", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligenceArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Command": "Get-MgSecurityThreatIntelligenceArticle", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceArticle", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Permissions": [], "Uri": "/security/threatIntelligence/articles", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceArticleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/articles/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/articleIndicators/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceHost", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Permissions": [], "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Permissions": [], "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceHostCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPair", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Permissions": [], "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPort", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostReputation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Get", "Get1", @@ -308693,849 +308965,858 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Permissions": [], "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "List", "List1" ], - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Permissions": [], "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Permissions": [], "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubdomain", "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Permissions": [], "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", "Variants": [ "Get" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "List" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "GET" + }, + { + "Command": "Get-MgSecurityTrigger", "Variants": [ "Get" ], - "Command": "Get-MgSecurityTrigger", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Permissions": [], "Uri": "/security/triggers", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerRetentionEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309554,20 +309835,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityTriggerRetentionEvent", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerRetentionEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309586,19 +309866,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityTriggerRetentionEvent", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerRetentionEventCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309617,19 +309897,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecurityTriggerRetentionEventCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309648,34 +309929,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityTriggerRetentionEventType", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Command": "Get-MgSecurityTriggerType", "Variants": [ "Get" ], - "Command": "Get-MgSecurityTriggerType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Permissions": [], "Uri": "/security/triggerTypes", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309694,20 +309975,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309726,19 +310006,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Variants": [ - "List" - ], - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309757,266 +310037,267 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/triggerTypes/retentionEventTypes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgServiceAnnouncementHealthOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementHealthOverview", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "Get-MgServiceAnnouncementHealthOverview", "Variants": [ "List" ], - "Command": "Get-MgServiceAnnouncementHealthOverview", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementHealthOverviewCount", "Variants": [ "Get" ], - "Command": "Get-MgServiceAnnouncementHealthOverviewCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET" + }, + { + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "List" ], - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementIssue", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementIssue", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Command": "Get-MgServiceAnnouncementIssue", "Variants": [ "List" ], - "Command": "Get-MgServiceAnnouncementIssue", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Devices.ServiceAnnouncement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementIssueCount", "Variants": [ "Get" ], - "Command": "Get-MgServiceAnnouncementIssueCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues/$count", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgServiceAnnouncementMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Command": "Get-MgServiceAnnouncementMessage", "Variants": [ "List" ], - "Command": "Get-MgServiceAnnouncementMessage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Devices.ServiceAnnouncement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgServiceAnnouncementMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Command": "Get-MgServiceAnnouncementMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgServiceAnnouncementMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServiceAnnouncementMessageCount", "Variants": [ "Get" ], - "Command": "Get-MgServiceAnnouncementMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/$count", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -310059,20 +310340,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipal", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipal", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -310115,78 +310395,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipal", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Command": "Get-MgServicePrincipalAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalAppManagementPolicy", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalAppManagementPolicyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -310229,19 +310509,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310284,35 +310565,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgServicePrincipalAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -310355,19 +310635,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalAppRoleAssignment", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310410,20 +310691,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -310466,35 +310747,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalByAppId", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgServicePrincipalById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/getByIds", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -310537,19 +310817,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalClaimMappingPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310592,19 +310872,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310647,20 +310928,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310703,34 +310983,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgServicePrincipalCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalCreatedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalCreatedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -310773,48 +311053,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalCreatedObject", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalCreatedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310857,50 +311138,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalCreatedObjectCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [ { "Name": "Application.Read.All", @@ -310927,19 +311207,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310966,20 +311247,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311022,63 +311302,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Variants": [ - "Delta" - ], - "Command": "Get-MgServicePrincipalDelta", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/delta", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Command": "Get-MgServicePrincipalEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalEndpoint", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalEndpointCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -311121,19 +311401,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311176,19 +311456,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311231,20 +311512,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311327,22 +311610,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgServicePrincipalMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgServicePrincipalMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311441,37 +311724,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgServicePrincipalMemberObject", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -311514,106 +311794,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalMemberOf", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311656,80 +311937,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "Module": "Applications" + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -311756,19 +312036,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -311795,35 +312076,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOwnedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -311866,164 +312146,165 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalOwnedObject", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOwnedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312066,95 +312347,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalOwnedObjectCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOwner", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -312197,135 +312477,135 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalOwner", - "Method": "GET", - "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Module": "Applications" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerAsUser", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalOwnerAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOwnerByRef", + "Variants": [ + "List" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312368,19 +312648,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalOwnerByRef", - "Method": "GET", - "CommandAlias": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalOwnerCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312423,80 +312704,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalOwnerCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application.Read.All", @@ -312547,20 +312828,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -312611,107 +312892,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Get-MgServicePrincipalRiskDetection", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalRiskDetection", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalRiskDetectionCount", "Variants": [ "Get" ], - "Command": "Get-MgServicePrincipalRiskDetectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312730,22 +313013,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Command": "Get-MgServicePrincipalSynchronizationAccessToken", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgServicePrincipalSynchronizationJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312772,20 +313053,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalSynchronizationJob", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalSynchronizationJob", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312812,49 +313092,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalSynchronizationJob", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalSynchronizationJobCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -312881,20 +313162,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationJobCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -312937,79 +313218,79 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationJobSchema", - "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationSecretCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313036,20 +313317,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313076,19 +313356,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313115,20 +313396,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313155,123 +313436,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -313314,19 +313594,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -313369,35 +313650,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Application.Read.All", @@ -313432,106 +313712,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -313566,197 +313847,197 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgShareContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgShareContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgShareContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgShareContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareCount", "Variants": [ "Get" ], - "Command": "Get-MgShareCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgShareCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgShareCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgShareCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgShareCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgShareDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -313783,20 +314064,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgShareDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -313847,600 +314128,591 @@ "IsLeastPrivilege": false } ], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgShareDriveItemContent", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgShareItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgShareItem", "Variants": [ "List" ], - "Command": "Get-MgShareItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgShareItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgShareLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgShareLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgShareList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListColumn", "Variants": [ "List" ], - "Command": "Get-MgShareListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentType", "Variants": [ "List" ], - "Command": "Get-MgShareListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgShareListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgShareListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgShareListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgShareListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgShareListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgShareListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgShareListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgShareListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/drive", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItem", "Variants": [ "List" ], - "Command": "Get-MgShareListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemActivityByInterval", "Variants": [ "Get", "Get1", @@ -314451,429 +314723,438 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgShareListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemAnalytic", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemCreatedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgShareListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgShareListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgShareListItemDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemDocumentSetVersion", "Variants": [ "List", "List1" ], - "Command": "Get-MgShareListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemDocumentSetVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemDocumentSetVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemDriveItemContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemVersion", "Variants": [ "List", "List1" ], - "Command": "Get-MgShareListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListItemVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgShareListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgShareListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgShareListOperation", "Variants": [ "List" ], - "Command": "Get-MgShareListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgShareListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgShareListSubscription", "Variants": [ "List" ], - "Command": "Get-MgShareListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgSharePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSharePermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgShareRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgShareRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareRootContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -314900,49 +315181,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "List" ], - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [], + "Uri": "/shares", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgShareSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgShareSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/site", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSite", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -314961,20 +315242,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSite", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -314993,37 +315273,38 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List" - ], - "Command": "Get-MgSite", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgSiteActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/sites/{site-id}/getActivitiesByInterval", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ + "Command": "Get-MgSiteAnalytic", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [ { "Name": "Files.Read", "Description": "Read your files", @@ -315073,138 +315354,138 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalytic", - "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteAnalyticItemActivityStat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgSiteAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -315255,20 +315536,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [ { "Name": "Files.Read", @@ -315319,20 +315600,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/analytics/allTime", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/allTime", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -315367,35 +315648,35 @@ "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, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -315430,20 +315711,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -315478,19 +315758,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/columns", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315525,83 +315806,82 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteColumnSourceColumn", - "Method": "GET", + "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}/contentTypes/{contentType-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" - }, - { - "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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteContentType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -315636,85 +315916,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteContentType", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteContentTypeColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -315749,20 +316030,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteContentTypeColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteContentTypeColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -315797,19 +316077,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteContentTypeColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteContentTypeColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315844,123 +316125,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteContentTypeColumnCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgSiteContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgSiteContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -315979,20 +316260,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316027,20 +316308,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteContentTypeCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteCount", + "Variants": [ + "Get1" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316059,19 +316339,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get1" - ], - "Command": "Get-MgSiteCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteDefaultDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -316122,20 +316403,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/drive", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteDefaultDrive", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/drive", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -316154,34 +316434,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Delta" - ], - "Command": "Get-MgSiteDelta", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/delta", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Command": "Get-MgSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgSiteDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/sites/{site-id}/drives/{drive-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteDrive", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -316232,19 +316512,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/drives", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteDrive", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/drives", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteDriveCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -316295,414 +316576,414 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteDriveCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/drives/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgSiteExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/externalColumns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteExternalColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/externalColumns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPath", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPath", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteGetByPathAnalytic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Permissions": [], "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Command": "Get-MgSiteGetByPathColumn", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathContentType", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathDrive", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathExternalColumn", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathExternalColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteGetByPathOnenote", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathOperation", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathPage", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathPermission", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathSite", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathSite", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteGetByPathTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetByPathTermStore", "Variants": [ "List" ], - "Command": "Get-MgSiteGetByPathTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSiteLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteList", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -316721,20 +317002,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteList", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteList", + "Variants": [ + "List1" + ], + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Read.All", @@ -316753,19 +317033,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", - "Variants": [ - "List1" - ], - "Command": "Get-MgSiteList", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -316800,20 +317081,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -316848,19 +317128,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316895,35 +317176,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -316958,20 +317239,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListContentType", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListContentType", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -317006,19 +317286,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListContentType", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListContentTypeColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -317053,20 +317334,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListContentTypeColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListContentTypeColumn", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -317101,19 +317381,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListContentTypeColumn", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListContentTypeColumnCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317148,123 +317429,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListContentTypeColumnCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Get-MgSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgSiteListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgSiteListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -317283,20 +317564,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317331,20 +317612,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317363,94 +317644,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListCreatedByUser", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -317477,20 +317758,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListItem", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItem", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -317509,36 +317789,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListItem", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgSiteListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemAnalytic", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [ { "Name": "Files.Read", @@ -317589,79 +317870,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListItemAnalytic", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -317680,22 +317963,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgSiteListItemDelta", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemDocumentSetVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -317738,20 +318019,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListItemDocumentSetVersion", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemDocumentSetVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -317794,19 +318074,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListItemDocumentSetVersion", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemDocumentSetVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317849,35 +318130,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -317928,50 +318209,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -317990,20 +318271,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListItemVersion", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemVersion", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -318022,19 +318302,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListItemVersion", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListItemVersionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318053,35 +318334,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -318116,20 +318397,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteListOperation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -318164,19 +318444,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListOperation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318211,64 +318492,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListOperationCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteListSubscription", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteListSubscription", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -318311,20 +318592,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteOnenoteNotebook", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteNotebook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -318367,19 +318647,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteOnenoteNotebook", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteNotebookCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -318422,20 +318703,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgSiteOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -318478,22 +318761,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", - "Method": "POST", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgSiteOnenoteNotebookSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -318536,19 +318816,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Command": "Get-MgSiteOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -318591,19 +318871,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -318646,35 +318927,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/operations/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -318709,20 +318990,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteOnenotePage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenotePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -318757,34 +319037,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteOnenotePage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenotePageContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" + "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenotePageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -318819,35 +319100,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -318882,35 +319163,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -318953,20 +319234,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteOnenoteSection", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -319009,19 +319289,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteOnenoteSection", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteSectionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -319064,20 +319345,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -319120,20 +319401,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteOnenoteSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -319176,20 +319457,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteOnenoteSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteSectionGroupCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -319232,22 +319515,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteOnenoteSectionGroupCount", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -319290,19 +319570,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgSiteOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgSiteOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -319337,19 +319617,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteOnenoteSectionPage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -319384,20 +319665,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSiteOperation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -319432,19 +319712,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgSiteOperation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/operations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319479,20 +319760,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/operations/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -319511,20 +319792,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSitePage", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSitePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -319543,34 +319823,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", - "Variants": [ - "List" - ], - "Command": "Get-MgSitePage", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSitePage", + "Command": "Get-MgSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSitePage", + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSitePageAsSitePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -319589,387 +319869,388 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/sitePage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSitePage", - "Variants": [ - "List" - ], - "Command": "Get-MgSitePageAsSitePage", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/sitePage", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Command": "Get-MgSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayout", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageWebPart", "Variants": [ "List" ], - "Command": "Get-MgSitePageAsSitePageWebPart", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPart", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageAsSitePageWebPartCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSitePageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319988,20 +320269,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -320020,227 +320301,227 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgSitePageCountAsSitePage", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/sitePage/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "GET" + }, + { + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphWebPartPosition", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST" + }, + { + "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Get-MgSitePermission", "Variants": [ "List" ], - "Command": "Get-MgSitePermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSitePermissionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/permissions/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -320283,20 +320564,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStore", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgSiteRecentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320315,51 +320598,51 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStore", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Get-MgSiteTermStore", "Variants": [ "List" ], - "Command": "Get-MgSiteTermStore", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSiteTermStoreCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/termStores/$count", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreGroup", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320378,22 +320661,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStoreGroup", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreGroup", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320412,20 +320693,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteTermStoreGroup", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreGroupCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320444,39 +320727,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStoreGroupCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreGroupSet", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320495,24 +320776,15 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteTermStoreGroupSet", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", @@ -320523,34 +320795,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgSiteTermStoreGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -320561,17 +320833,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -320582,34 +320854,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -320620,17 +320892,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -320641,17 +320913,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -320662,17 +320934,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -320683,17 +320955,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -320704,13 +320976,24 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreGroupSetCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320729,139 +321012,139 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetParentGroup", - "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteTermStoreGroupSetRelation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320880,337 +321163,337 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStoreGroupSetTerm", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreGroupSetTerm", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -321229,41 +321512,30 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStoreSet", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Get-MgSiteTermStoreSet", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChild", "Variants": [ "Get", "Get1", @@ -321274,13 +321546,24 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChild", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetChild", + "Variants": [ + "List", + "List1", + "List2", + "List3" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -321299,26 +321582,15 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "List", - "List1", - "List2", - "List3" - ], - "Command": "Get-MgSiteTermStoreSetChild", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", @@ -321329,17 +321601,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", @@ -321350,34 +321622,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgSiteTermStoreSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -321388,17 +321660,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -321409,17 +321681,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -321430,17 +321702,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -321451,17 +321723,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", @@ -321472,83 +321744,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", @@ -321559,34 +321831,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -321597,17 +321869,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -321618,34 +321890,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -321656,17 +321928,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -321677,17 +321949,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -321698,17 +321970,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -321719,17 +321991,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -321740,479 +322012,488 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetRelation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetRelation", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322231,20 +322512,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteTermStoreSetRelation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetRelationCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322263,73 +322546,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322348,54 +322631,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStoreSetTerm", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Get-MgSiteTermStoreSetTerm", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChild", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetTermChild", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322414,20 +322695,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteTermStoreSetTermChild", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetTermChildCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322446,173 +322729,171 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgSiteTermStoreSetTermChildCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Variants": [ "List", "List1" ], - "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermChildSet", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermRelation", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetTermRelation", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -322631,20 +322912,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgSiteTermStoreSetTermRelation", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetTermRelationCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322663,138 +322946,1348 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermRelationCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "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" + }, + { + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSiteTermStoreSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", - "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSolutionBackupRestore", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphBackupRestoreRoot", "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRuleCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Command": "Get-MgSiteTermStoreSetTermRelationSet", - "Method": "GET", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveProtectionUnit", "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", - "Method": "GET", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Command": "Get-MgSiteTermStoreSetTermSet", - "Method": "GET", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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 - } + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "Variants": [ + "List" ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSubscribedSku", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRuleCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestorePoint", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestorePointCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestorePointProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionUnits", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreProtectionUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionUnits/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreServiceApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreServiceApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreServiceAppCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/serviceApps/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSession", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSessionCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/restoreSessions/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRuleCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], + "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" + }, + { + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnitCount", + "Variants": [ + "Get" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Get-MgSubscribedSku", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -322829,63 +324322,110 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET" + }, + { + "Command": "Get-MgSubscribedSku", "Variants": [ "List" ], - "Command": "Get-MgSubscribedSku", - "Method": "GET", - "CommandAlias": null, + "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", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "Uri": "/subscriptions/{subscription-id}", - "Module": "ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "Module": "ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Get-MgSubscription", "Variants": [ "List" ], - "Command": "Get-MgSubscription", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "Uri": "/subscriptions", - "Module": "ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "Module": "ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Get-MgSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgSubSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/sites/{site-id}/sites/{site-id1}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSubSite", + "Variants": [ + "List2" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -322904,19 +324444,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List2" - ], - "Command": "Get-MgSubSite", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/sites", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgSubSiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -322935,20 +324476,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/sites/$count", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgSubSiteCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/sites/$count", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -323023,20 +324564,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeam", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -323063,19 +324603,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "List" - ], - "Command": "Get-MgTeam", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannel", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323150,20 +324691,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Command": "Get-MgTeamChannel", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannel", + "Variants": [ + "List1" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323238,19 +324778,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List1" - ], - "Command": "Get-MgTeamChannel", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323325,20 +324866,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read.All", @@ -323413,35 +324954,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -323476,20 +325017,59 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelMember", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Command": "Get-MgTeamChannelMember", - "Method": "GET", + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [ + { + "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": true + }, + { + "Name": "ChannelMember.Read.All", + "Description": "Read the members of all channels", + "FullDescription": "Read the members of all channels, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "ChannelMember.ReadWrite.All", + "Description": "Add and remove members from all channels", + "FullDescription": "Add and remove members from all channels, without a signed-in user. Also allows changing a member's role, for example from owner to non-owner.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "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, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -323516,59 +325096,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelMember", - "Method": "GET", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ - { - "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": true - }, - { - "Name": "ChannelMember.Read.All", - "Description": "Read the members of all channels", - "FullDescription": "Read the members of all channels, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "ChannelMember.ReadWrite.All", - "Description": "Add and remove members from all channels", - "FullDescription": "Add and remove members from all channels, without a signed-in user. Also allows changing a member's role, for example from owner to non-owner.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgTeamChannelMessage", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgTeamChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323603,22 +325146,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgTeamChannelMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323653,19 +325193,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323700,20 +325241,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamChannelMessageCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323748,20 +325289,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgTeamChannelMessageDelta", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323796,22 +325339,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgTeamChannelMessageHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageHostedContent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323846,19 +325386,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelMessageHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageHostedContentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323893,20 +325434,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323941,20 +325482,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamChannelMessageReply", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageReply", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -323989,19 +325529,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelMessageReply", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageReplyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324036,20 +325577,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamChannelMessageReplyCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageReplyDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324084,20 +325625,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgTeamChannelMessageReplyDelta", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324132,22 +325675,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324182,19 +325722,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -324229,35 +325770,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelSharedWithTeam", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgTeamChannelRetainedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324276,22 +325819,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgTeamChannelSharedWithTeam", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelSharedWithTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324310,34 +325850,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelSharedWithTeam", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324356,19 +325896,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324387,20 +325928,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -324419,20 +325960,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -324531,20 +326072,19 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamChannelTab", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelTab", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -324643,19 +326183,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamChannelTab", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamChannelTabCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -324754,35 +326295,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamChannelTabCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Command": "Get-MgTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -324809,63 +326349,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgTeamCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Command": "Get-MgTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgTeamGroupServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamIncomingChannel", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamIncomingChannel", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -324892,19 +326432,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/incomingChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamIncomingChannel", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/incomingChannels", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamIncomingChannelCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -324931,20 +326472,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/incomingChannels/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamIncomingChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/incomingChannels/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -325099,20 +326640,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamInstalledApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325259,19 +326799,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamInstalledApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamInstalledAppCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325418,50 +326959,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -325488,20 +327029,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -325528,19 +327068,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/members", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -325567,79 +327108,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamMemberCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/members/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "Get-MgTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET" + }, + { + "Command": "Get-MgTeamOperation", "Variants": [ "List" ], - "Command": "Get-MgTeamOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamPermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325730,19 +327270,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamPermissionGrant", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamPermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -325833,50 +327374,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPhotoContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo/$value", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -325919,453 +327460,453 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamPrimaryChannel", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMember", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelTab", "Variants": [ "List" ], - "Command": "Get-MgTeamPrimaryChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326400,20 +327941,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamSchedule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326448,20 +327989,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleOfferShiftRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -326480,19 +328020,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleOfferShiftRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleOfferShiftRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -326511,20 +328052,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleOfferShiftRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326559,20 +328100,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleOpenShift", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleOpenShift", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326607,19 +328147,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleOpenShift", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326654,20 +328195,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326702,19 +328242,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326749,20 +328290,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326797,20 +328338,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/openShifts/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleOpenShiftCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326845,20 +328386,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleSchedulingGroup", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleSchedulingGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -326893,19 +328433,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleSchedulingGroup", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleSchedulingGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -326940,20 +328481,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleSchedulingGroupCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Group.Read.All", @@ -326988,20 +328529,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleShift", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleShift", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327036,19 +328576,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleShift", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleShiftCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327083,35 +328624,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shifts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleShiftCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327146,19 +328686,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327193,20 +328734,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327241,20 +328782,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleTimeOff", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleTimeOff", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327289,19 +328829,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleTimeOff", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleTimeOffCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327336,20 +328877,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleTimeOffCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327384,20 +328925,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleTimeOffReason", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleTimeOffReason", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327432,19 +328972,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleTimeOffReason", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327479,20 +329020,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleTimeOffReasonCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327527,20 +329068,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamScheduleTimeOffRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleTimeOffRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -327575,19 +329115,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamScheduleTimeOffRequest", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327622,20 +329163,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamScheduleTimeOffRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327670,20 +329211,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamTag", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamTag", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327718,19 +329258,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamTag", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamTagCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327765,20 +329306,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamTagCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327813,20 +329354,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamTagMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamTagMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327861,19 +329401,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamTagMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamTagMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -327908,629 +329449,628 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamTagMemberCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamTemplate", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/template", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamwork", + "Command": "Get-MgTeamwork", "Variants": [ "Get" ], - "Command": "Get-MgTeamwork", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamwork", + "Permissions": [], "Uri": "/teamwork", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgTeamworkDeletedChat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedChat", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedChat", + "Command": "Get-MgTeamworkDeletedChat", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedChat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDeletedChat", "Permissions": [], + "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedChatCount", "Variants": [ "Get" ], - "Command": "Get-MgTeamworkDeletedChatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeam", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Command": "Get-MgTeamworkDeletedTeam", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeam", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Permissions": [], "Uri": "/teamwork/deletedTeams", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Command": "Get-MgTeamworkDeletedTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannel", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Variants": [ "List" ], - "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTeamworkDeletedTeamCount", "Variants": [ "Get" ], - "Command": "Get-MgTeamworkDeletedTeamCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamworkTeamAppSetting", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphTeamsAppSettings", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -328549,19 +330089,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "Variants": [ - "Get" - ], - "Command": "Get-MgTeamworkTeamAppSetting", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teamwork/teamsAppSettings", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamworkWorkforceIntegration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -328580,20 +330121,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTeamworkWorkforceIntegration", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamworkWorkforceIntegration", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -328612,19 +330152,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Variants": [ - "List" - ], - "Command": "Get-MgTeamworkWorkforceIntegration", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teamwork/workforceIntegrations", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTeamworkWorkforceIntegrationCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -328643,19 +330183,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/workforceIntegrations/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgTeamworkWorkforceIntegrationCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teamwork/workforceIntegrations/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328674,20 +330215,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328706,19 +330246,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328737,34 +330277,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328783,19 +330323,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328814,20 +330355,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "Module": "Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328846,20 +330387,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328878,19 +330418,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328909,20 +330450,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328941,19 +330481,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -328972,20 +330513,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329004,19 +330544,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329035,20 +330576,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329067,19 +330607,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329098,20 +330639,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "Module": "Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329130,20 +330671,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329162,19 +330702,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -329193,20 +330734,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", - "Method": "GET", + "Module": "Identity.Partner", "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "Module": "Identity.Partner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipMultiTenantOrganization", + "Variants": [ + "Get" + ], + "OutputType": "IMicrosoftGraphMultiTenantOrganization", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -329233,19 +330773,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "GET" + }, + { + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Get" ], - "Command": "Get-MgTenantRelationshipMultiTenantOrganization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -329264,34 +330804,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "Variants": [ - "Get" - ], - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -329318,19 +330858,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -329357,19 +330897,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -329492,20 +331033,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUser", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUser", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -329612,137 +331152,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "List" - ], - "Command": "Get-MgUser", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Get-MgUserActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET" + }, + { + "Command": "Get-MgUserActivity", "Variants": [ "List" ], - "Command": "Get-MgUserActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserActivityCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/$count", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/$count", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserActivityHistoryItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserActivityHistoryItem", "Variants": [ "List" ], - "Command": "Get-MgUserActivityHistoryItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET" + }, + { + "Command": "Get-MgUserActivityHistoryItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserActivityHistoryItemActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserActivityHistoryItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserActivityHistoryItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET" + }, + { + "Command": "Get-MgUserAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAgreementAcceptance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAgreementAcceptance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -329761,19 +331301,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/agreementAcceptances", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Variants": [ - "List" - ], - "Command": "Get-MgUserAgreementAcceptance", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/users/{user-id}/agreementAcceptances", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAgreementAcceptanceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -329792,35 +331333,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/agreementAcceptances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAgreementAcceptanceCount", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/users/{user-id}/agreementAcceptances/$count", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgUserAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAppRoleAssignment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -329839,19 +331379,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Variants": [ - "List" - ], - "Command": "Get-MgUserAppRoleAssignment", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAppRoleAssignmentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -329870,68 +331411,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAppRoleAssignmentCount", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments/$count", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Command": "Get-MgUserAuthenticationEmailMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationEmailMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -329966,19 +331459,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationEmailMethod", "Variants": [ "List" ], - "Command": "Get-MgUserAuthenticationEmailMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330013,20 +331506,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationEmailMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationEmailMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330061,20 +331554,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/emailMethods/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationFido2Method", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationFido2Method", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330109,19 +331602,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationFido2Method", "Variants": [ "List" ], - "Command": "Get-MgUserAuthenticationFido2Method", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330156,25 +331649,25 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/fido2Methods", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationFido2MethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationFido2MethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { - "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.", + "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 @@ -330196,28 +331689,28 @@ "IsLeastPrivilege": false }, { - "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.", + "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/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330252,19 +331745,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationMethod", "Variants": [ "List" ], - "Command": "Get-MgUserAuthenticationMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330299,25 +331792,25 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/$count", - "Module": "Identity.SignIns" - }, - { + "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.", + "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": true @@ -330339,28 +331832,28 @@ "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.", + "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": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0", + "Uri": "/users/{user-id}/authentication/methods/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330395,19 +331888,19 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "List" ], - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330442,40 +331935,25 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", - "Method": "GET", + "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, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { - "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.", + "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 @@ -330497,57 +331975,43 @@ "IsLeastPrivilege": false }, { - "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.", + "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 } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Variants": [ - "List" - ], - "Command": "Get-MgUserAuthenticationOperation", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserAuthenticationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330582,20 +332046,49 @@ "IsLeastPrivilege": false } ], + "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" + }, + { + "Command": "Get-MgUserAuthenticationOperation", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationPasswordMethod", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/$count", + "ApiReferenceLink": null, + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationPasswordMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330630,19 +332123,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationPasswordMethod", "Variants": [ "List" ], - "Command": "Get-MgUserAuthenticationPasswordMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordMethods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330677,20 +332170,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordMethods", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationPasswordMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationPasswordMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330725,20 +332218,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationPhoneMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationPhoneMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330773,19 +332266,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationPhoneMethod", "Variants": [ "List" ], - "Command": "Get-MgUserAuthenticationPhoneMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -330820,20 +332313,68 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationPhoneMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationPhoneMethodCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [ + { + "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": 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", + "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": false + } + ], "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330868,20 +332409,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330916,19 +332456,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -330963,20 +332504,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331011,20 +332552,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331059,19 +332599,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331106,20 +332647,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331154,20 +332695,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331202,19 +332742,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "Variants": [ - "List" - ], - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331249,65 +332790,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserById", "Variants": [ "Get", "GetExpanded" ], - "Command": "Get-MgUserById", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/getByIds", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "Get-MgUserCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgUserCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendar", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331342,19 +332882,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Variants": [ - "List" - ], - "Command": "Get-MgUserCalendar", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendars", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendarCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331389,20 +332930,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendars/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserCalendarCount", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendars/$count", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendarEvent", + "Variants": [ + "List1" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331429,19 +332969,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List1" - ], - "Command": "Get-MgUserCalendarEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendarEventDelta", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -331468,22 +333011,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Command": "Get-MgUserCalendarEventDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/events/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendarGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331502,20 +333043,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserCalendarGroup", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendarGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331542,19 +333082,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET" + }, + { + "Command": "Get-MgUserCalendarGroupCalendar", "Variants": [ "List" ], - "Command": "Get-MgUserCalendarGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331589,19 +333129,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Variants": [ - "List" - ], - "Command": "Get-MgUserCalendarGroupCalendar", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCalendarGroupCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331628,86 +333169,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendarGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserCalendarGroupCount", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/$count", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgUserCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserCalendarPermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Get-MgUserCalendarPermission", "Variants": [ "List", "List1" ], - "Command": "Get-MgUserCalendarPermission", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserCalendarPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserCalendarPermissionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Command": "Get-MgUserCalendarSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Command": "Get-MgUserCalendarSchedule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScheduleInformation", + "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgUserCalendarView", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -331734,20 +333275,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendar/calendarView", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgUserCalendarView", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/calendarView", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331830,20 +333371,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserChat", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChat", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331886,19 +333426,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "List" - ], - "Command": "Get-MgUserChat", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331941,109 +333482,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatInstalledApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgUserChatInstalledApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatLastMessagePreview", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -332142,20 +333683,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserChatMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMember", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -332254,19 +333794,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Variants": [ - "List" - ], - "Command": "Get-MgUserChatMember", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMemberCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -332365,20 +333906,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatMemberCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -332437,20 +333978,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserChatMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -332493,19 +334033,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgUserChatMessage", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -332548,20 +334089,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserChatMessageCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -332620,20 +334161,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserChatMessageDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -332692,22 +334235,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgUserChatMessageHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMessageHostedContent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -332766,19 +334306,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Variants": [ - "List" - ], - "Command": "Get-MgUserChatMessageHostedContent", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatMessageHostedContentCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.Read", @@ -332837,215 +334378,215 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserChatMessageHostedContentCount", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgUserChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatMessageReply", "Variants": [ "List" ], - "Command": "Get-MgUserChatMessageReply", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatMessageReplyCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Command": "Get-MgUserChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgUserChatMessageReplyDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Command": "Get-MgUserChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatMessageReplyHostedContent", "Variants": [ "List" ], - "Command": "Get-MgUserChatMessageReplyHostedContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatMessageReplyHostedContentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatPermissionGrant", "Variants": [ "List" ], - "Command": "Get-MgUserChatPermissionGrant", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatPermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserChatPinnedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatPinnedMessage", "Variants": [ "List" ], - "Command": "Get-MgUserChatPinnedMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatPinnedMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatRetainedMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -333064,79 +334605,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/getAllRetainedMessages", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatRetainedMessage", - "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserChatTab", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET" + }, + { + "Command": "Get-MgUserChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatTab", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "List" - ], - "Command": "Get-MgUserChatTab", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatTabCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgUserContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserChatTabTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333155,20 +334696,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContact", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333187,19 +334727,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "List" - ], - "Command": "Get-MgUserContact", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333218,20 +334759,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactCount", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/$count", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333250,64 +334791,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserContactDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserContactExtension", "Variants": [ "List" ], - "Command": "Get-MgUserContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" + "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -333326,20 +334867,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolder", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -333358,34 +334898,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgUserContactFolder", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Get-MgUserContactFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderChildFolder", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" + "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderChildFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -333404,19 +334944,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgUserContactFolderChildFolder", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderChildFolderContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333435,20 +334976,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolderChildFolderContact", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderChildFolderContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333467,19 +335007,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "List" - ], - "Command": "Get-MgUserContactFolderChildFolderContact", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderChildFolderContactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333498,20 +335039,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolderChildFolderContactCount", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333530,94 +335071,94 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserContactFolderChildFolderContactDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Variants": [ "List" ], - "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderChildFolderContactPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderChildFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333636,35 +335177,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolderChildFolderCount", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", + "Command": "Get-MgUserContactFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgUserContactFolderChildFolderDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333683,20 +335224,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolderContact", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderContact", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333715,19 +335255,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "List" - ], - "Command": "Get-MgUserContactFolderContact", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderContactCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333746,20 +335287,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolderContactCount", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderContactDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContact", "Permissions": [ { "Name": "Contacts.Read", @@ -333778,94 +335319,94 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserContactFolderContactDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserContactFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderContactExtension", "Variants": [ "List" ], - "Command": "Get-MgUserContactFolderContactExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderContactExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderContactPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserContactFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactFolderContactPhotoContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Contacts.Read", @@ -333884,20 +335425,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserContactFolderCount", - "Method": "GET", + "Module": "PersonalContacts", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/$count", - "Module": "PersonalContacts" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserContactFolderDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -333916,50 +335457,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/contactFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserContactFolderDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Command": "Get-MgUserContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactPhoto", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserContactPhotoContent", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" + "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCount", + "Variants": [ + "Get" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -334066,34 +335606,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get" - ], - "Command": "Get-MgUserCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserCreatedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCreatedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -334144,48 +335684,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/createdObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserCreatedObject", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserCreatedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -334232,54 +335773,53 @@ "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 - } - ], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], - "Command": "Get-MgUserCreatedObjectCount", - "Method": "GET", - "CommandAlias": null, "Uri": "/users/{user-id}/createdObjects/$count", - "Module": "Users" - }, - { - "Permissions": [], "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgUserDefaultCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDefaultCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/calendar", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDefaultCalendarEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -334306,19 +335846,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgUserDefaultCalendarEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/events", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDefaultCalendarSchedule", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphScheduleInformation", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -334345,22 +335888,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST" + }, + { + "Command": "Get-MgUserDefaultDrive", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgUserDefaultCalendarSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/getSchedule", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -334411,20 +335952,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/drive", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserDefaultDrive", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drive", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDelta", + "Variants": [ + "Delta" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.Read.All", @@ -334459,78 +335999,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Delta" - ], - "Command": "Get-MgUserDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET" + }, + { + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgUserDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDirectReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDirectReport", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -334573,77 +336113,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/directReports", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserDirectReport", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/directReports", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Get-MgUserDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET" + }, + { + "Command": "Get-MgUserDirectReportAsOrgContact", "Variants": [ "List" ], - "Command": "Get-MgUserDirectReportAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/orgContact", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDirectReportAsUser", "Variants": [ "List" ], - "Command": "Get-MgUserDirectReportAsUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUser", + "Permissions": [], "Uri": "/users/{user-id}/directReports/user", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDirectReportCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -334686,65 +336227,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/directReports/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserDirectReportCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDirectReportCountAsOrgContact", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/orgContact/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/directReports/orgContact/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDirectReportCountAsUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/directReports/user/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/directReports/user/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgUserDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Command": "Get-MgUserDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDrive", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDrive", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDrive", "Permissions": [ { "Name": "Files.Read", @@ -334795,137 +336335,138 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List" - ], - "Command": "Get-MgUserDrive", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveBundle", "Variants": [ "List" ], - "Command": "Get-MgUserDriveBundle", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveBundleContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveBundleCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveContentTypeBase", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveContentTypeBaseType", "Variants": [ "List" ], - "Command": "Get-MgUserDriveContentTypeBaseType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveContentTypeBaseTypeCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserDriveCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -334976,2797 +336517,2797 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/drives/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserDriveCount", - "Method": "GET", + "Module": "Files", "CommandAlias": null, - "Uri": "/users/{user-id}/drives/$count", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveFollowing", "Variants": [ "List" ], - "Command": "Get-MgUserDriveFollowing", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveFollowingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveFollowingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItem", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItem", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemChild", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgUserDriveItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemPermission", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemSubscription", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemThumbnail", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveList", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListColumn", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentType", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListContentType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumn", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListContentTypeColumn", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumnCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnLink", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListContentTypeColumnLink", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphContentType", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListContentTypeCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItem", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Command": "Get-MgUserDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgUserDriveListItemDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphListItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListOperation", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListSubscription", "Variants": [ "List" ], - "Command": "Get-MgUserDriveListSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveListSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "Get-MgUserDriveRootActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveRootActivityByInterval", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Command": "Get-MgUserDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootAnalyticTime", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootChild", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootChild", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootChildContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootChildCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Get-MgUserDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Command": "Get-MgUserDriveRootDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Command": "Get-MgUserDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootItemLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootLastModifiedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemAnalytic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemCreatedByUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphServiceProvisioningError", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootListItemVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootListItemVersionField", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootPermission", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootPermission", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootPermissionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootRetentionLabel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootSubscription", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootSubscription", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootSubscriptionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootThumbnail", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootThumbnail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootThumbnailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootVersion", "Variants": [ "List" ], - "Command": "Get-MgUserDriveRootVersion", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootVersionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveRootVersionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveSpecial", "Variants": [ "List" ], - "Command": "Get-MgUserDriveSpecial", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveSpecialContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserDriveSpecialCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -337785,20 +339326,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserEvent", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -337825,78 +339365,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgUserEvent", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventAttachment", "Variants": [ "List" ], - "Command": "Get-MgUserEventAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/calendar", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserEventCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -337923,20 +339464,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserEventCount", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/$count", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserEventDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.Read", @@ -337963,79 +339504,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserEventDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/events/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventExtension", "Variants": [ "List" ], - "Command": "Get-MgUserEventExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventInstance", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserEventInstance", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -338054,78 +339594,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "List" - ], - "Command": "Get-MgUserEventInstance", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventInstanceAttachment", "Variants": [ "List" ], - "Command": "Get-MgUserEventInstanceAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventInstanceAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventInstanceCalendar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserEventInstanceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -338144,138 +339685,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserEventInstanceCount", - "Method": "GET", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Command": "Get-MgUserEventInstanceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgUserEventInstanceDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvent", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserEventInstanceExtension", "Variants": [ "List" ], - "Command": "Get-MgUserEventInstanceExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserEventInstanceExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserExtension", "Variants": [ "List" ], - "Command": "Get-MgUserExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "GET" + }, + { + "Command": "Get-MgUserFollowedSite", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserFollowedSite", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/users/{user-id}/followedSites/{site-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserFollowedSite", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -338294,19 +339834,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/followedSites", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List" - ], - "Command": "Get-MgUserFollowedSite", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/users/{user-id}/followedSites", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserFollowedSiteCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338325,109 +339866,108 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/followedSites/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserFollowedSiteCount", - "Method": "GET", + "Module": "Sites", "CommandAlias": null, - "Uri": "/users/{user-id}/followedSites/$count", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Command": "Get-MgUserInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInferenceClassification", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassification", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET" + }, + { + "Command": "Get-MgUserInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInferenceClassificationOverride", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET" + }, + { + "Command": "Get-MgUserInferenceClassificationOverride", "Variants": [ "List" ], - "Command": "Get-MgUserInferenceClassificationOverride", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserInferenceClassificationOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInferenceClassificationOverrideCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "GET" + }, + { + "Command": "Get-MgUserInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphItemInsights", "Permissions": [], + "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET" + }, + { + "Command": "Get-MgUserInsightShared", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightShared", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Permissions": [], "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserInsightShared", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -338446,19 +339986,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedInsight", - "Variants": [ - "List" - ], - "Command": "Get-MgUserInsightShared", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserInsightSharedCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338477,65 +340018,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/shared/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserInsightSharedCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserInsightSharedLastSharedMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightSharedLastSharedMethod", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserInsightSharedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightSharedResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrending", + "Method": "GET" + }, + { + "Command": "Get-MgUserInsightTrending", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightTrending", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrending", + "Permissions": [], "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserInsightTrending", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTrending", "Permissions": [ { "Name": "Sites.Read.All", @@ -338554,19 +340094,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrending", - "Variants": [ - "List" - ], - "Command": "Get-MgUserInsightTrending", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserInsightTrendingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338585,20 +340126,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/trending/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserInsightTrendingResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightTrendingCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338617,35 +340158,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserInsightTrendingResource", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUsedInsight", + "Command": "Get-MgUserInsightUsed", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightUsed", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Permissions": [], "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserInsightUsed", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [ { "Name": "Sites.Read.All", @@ -338664,19 +340204,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUsedInsight", - "Variants": [ - "List" - ], - "Command": "Get-MgUserInsightUsed", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserInsightUsedCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338695,20 +340236,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/used/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserInsightUsedResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserInsightUsedCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -338727,20 +340268,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserInsightUsedResource", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserJoinedTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -338799,34 +340339,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/joinedTeams", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "List" - ], - "Command": "Get-MgUserJoinedTeam", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/joinedTeams", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Command": "Get-MgUserLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserLicenseDetail", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Permissions": [], "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserLicenseDetail", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [ { "Name": "User.Read", @@ -338869,19 +340409,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/licenseDetails", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Variants": [ - "List" - ], - "Command": "Get-MgUserLicenseDetail", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserLicenseDetailCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -338924,20 +340465,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/licenseDetails/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserLicenseDetailCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/$count", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", "Permissions": [ { "Name": "User.Read", @@ -338972,20 +340513,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -339004,20 +340545,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailboxSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339052,20 +340593,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMailFolder", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339100,34 +340640,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMailFolder", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Get-MgUserMailFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolder", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderChildFolder", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339162,19 +340702,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMailFolderChildFolder", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderChildFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339209,241 +340750,241 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMailFolderChildFolderCount", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Get-MgUserMailFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgUserMailFolderChildFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessage", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderChildFolderMessage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageDelta", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339478,20 +341019,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMailFolderCount", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/$count", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339526,20 +341067,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserMailFolderDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -339566,20 +341107,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMailFolderMessage", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339614,63 +341154,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMailFolderMessage", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMailFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderMessageCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339705,20 +341246,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMailFolderMessageCount", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailFolderMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339753,108 +341294,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserMailFolderMessageDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserMailFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageExtension", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderMessageExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageRule", "Variants": [ "List" ], - "Command": "Get-MgUserMailFolderMessageRule", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMailFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMailFolderMessageRuleCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMailTip", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMailTips", "Permissions": [ { "Name": "Mail.Read", @@ -339873,22 +341416,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMailTips", + "Method": "POST" + }, + { + "Command": "Get-MgUserManagedAppDiagnosticStatus", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgUserMailTip", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/getMailTips", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -339907,20 +341448,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedAppDiagnosticStatus", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -339939,328 +341480,328 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedAppPolicies", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserManagedAppPolicy", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedAppPolicies", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Command": "Get-MgUserManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedAppRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedAppRegistration", "Variants": [ "List" ], - "Command": "Get-MgUserManagedAppRegistration", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedAppRegistrations", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedAppRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedAppRegistrationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedAppRegistrations/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDevice", "Variants": [ "List" ], - "Command": "Get-MgUserManagedDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceConfigurationState", "Variants": [ "List" ], - "Command": "Get-MgUserManagedDeviceConfigurationState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceConfigurationStateCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "List" ], - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceUser", "Variants": [ "List" ], - "Command": "Get-MgUserManagedDeviceUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUser", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceWindowsProtectionState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -340279,20 +341820,68 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserManager", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserManagedDeviceWithAppFailure", - "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [ + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read user profiles without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and update user profiles 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": "/users/{user-id}/manager", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserManagerByRef", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read.All", @@ -340327,68 +341916,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserManager", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/manager", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [ - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read user profiles without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and update user profiles 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 - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserMemberGroup", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgUserManagerByRef", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/manager/$ref", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -340471,22 +342014,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgUserMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Command": "Get-MgUserMemberGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/getMemberGroups", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -340585,22 +342128,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Get-MgUserMemberOf", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Command": "Get-MgUserMemberObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/getMemberObjects", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -340619,20 +342160,19 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMemberOf", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -340667,34 +342207,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMemberOf", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -340713,34 +342253,34 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Get-MgUserMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -340759,34 +342299,34 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMemberOfAsDirectoryRole", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/directoryRole", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Command": "Get-MgUserMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "Module": "Users" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMemberOfAsGroup", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "User.Read", @@ -340805,19 +342345,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMemberOfAsGroup", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/group", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -340852,20 +342393,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/memberOf/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -340884,20 +342425,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -340916,20 +342457,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -340948,20 +342489,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/memberOf/group/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/memberOf/group/$count", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -340988,20 +342529,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMessage", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMessage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341036,63 +342576,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "List" - ], - "Command": "Get-MgUserMessage", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/messages", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "Get-MgUserMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET" + }, + { + "Command": "Get-MgUserMessageAttachment", "Variants": [ "List" ], - "Command": "Get-MgUserMessageAttachment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMessageAttachmentCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMessageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Mail.Read", @@ -341119,20 +342660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMessageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341167,20 +342708,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserMessageCount", - "Method": "GET", + "Module": "Mail", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/$count", - "Module": "Mail" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserMessageDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphMessage", "Permissions": [ { "Name": "Mail.Read", @@ -341207,79 +342748,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserMessageDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserMessageExtension", "Variants": [ "List" ], - "Command": "Get-MgUserMessageExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserMessageExtensionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET" + }, + { + "Command": "Get-MgUserOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOauth2PermissionGrant", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Permissions": [], "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOauth2PermissionGrant", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -341298,19 +342838,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOauth2PermissionGrant", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOauth2PermissionGrantCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -341329,20 +342870,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOauth2PermissionGrantCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -341385,20 +342926,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnenoteNotebook", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteNotebook", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -341441,19 +342981,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOnenoteNotebook", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteNotebookCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -341496,20 +343037,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Command": "Get-MgUserOnenoteNotebookCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Permissions": [ { "Name": "Notes.Create", @@ -341552,22 +343095,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Get-MgUserOnenoteNotebookSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -341610,19 +343150,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "Command": "Get-MgUserOnenoteNotebookSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -341665,19 +343205,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOnenoteNotebookSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -341720,35 +343261,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteOperation", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/operations/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteOperationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/operations/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -341783,20 +343324,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnenotePage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenotePage", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -341831,19 +343371,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOnenotePage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenotePageContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -341878,20 +343419,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenotePageContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -341926,20 +343467,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenotePageCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -341982,35 +343523,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteRecentNotebook", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteResource", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.Read", @@ -342045,35 +343586,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteResourceContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteResourceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -342116,20 +343657,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnenoteSection", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -342172,19 +343712,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOnenoteSection", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteSectionCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -342227,20 +343768,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/$count", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnenoteSectionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/$count", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -342283,20 +343824,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnenoteSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteSectionGroup", + "Variants": [ + "List", + "List1" + ], + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -342339,20 +343880,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List", - "List1" - ], - "Command": "Get-MgUserOnenoteSectionGroup", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteSectionGroupCount", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.Create", @@ -342395,22 +343938,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgUserOnenoteSectionGroupCount", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnenoteSectionGroupSection", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -342453,19 +343993,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnenoteSectionPage", "Variants": [ "List" ], - "Command": "Get-MgUserOnenoteSectionGroupSection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -342500,19 +344040,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOnenoteSectionPage", - "Method": "GET", + "Module": "Notes", "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnlineMeeting", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -342547,20 +344088,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnlineMeeting", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnlineMeeting", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -342595,122 +344135,123 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOnlineMeeting", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingAttendeeReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnlineMeetingCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -342745,153 +344286,183 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnlineMeetingCount", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/$count", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgUserOnlineMeetingRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Command": "Get-MgUserOnlineMeetingRecording", "Variants": [ "List" ], - "Command": "Get-MgUserOnlineMeetingRecording", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingRecordingContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingRecordingCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnlineMeetingRecordingDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Command": "Get-MgUserOnlineMeetingTranscript", "Variants": [ "List" ], - "Command": "Get-MgUserOnlineMeetingTranscript", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnlineMeetingTranscriptContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingTranscriptContent", - "Method": "GET", + "OutputType": null, + "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOnlineMeetingTranscriptDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingTranscriptCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -342942,79 +344513,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Command": "Get-MgUserOutlookMasterCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOutlookMasterCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET" + }, + { + "Command": "Get-MgUserOutlookMasterCategory", "Variants": [ "List" ], - "Command": "Get-MgUserOutlookMasterCategory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOutlookMasterCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOutlookMasterCategoryCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOwnedDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -343057,106 +344627,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedDevices", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOwnedDevice", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceAsDevice", "Variants": [ "List" ], - "Command": "Get-MgUserOwnedDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/device", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/device", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "Uri": "/users/{user-id}/ownedDevices/endpoint", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOwnedDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -343199,80 +344770,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOwnedDeviceCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDeviceCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/device/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/device/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObject", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOwnedObject", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -343315,106 +344885,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedObjects", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserOwnedObject", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Command": "Get-MgUserOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectAsApplication", "Variants": [ "List" ], - "Command": "Get-MgUserOwnedObjectAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/application", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/application", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectAsGroup", "Variants": [ "List" ], - "Command": "Get-MgUserOwnedObjectAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/group", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/group", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Permissions": [], "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserOwnedObjectCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -343457,80 +345028,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/ownedObjects/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserOwnedObjectCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObjectCountAsApplication", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/application/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/application/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObjectCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/group/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/group/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPerson", + "Method": "GET" + }, + { + "Command": "Get-MgUserPerson", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserPerson", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPerson", + "Permissions": [], "Uri": "/users/{user-id}/people/{person-id}", - "Module": "People" + "ApiReferenceLink": null, + "Module": "People", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserPerson", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPerson", "Permissions": [ { "Name": "People.Read", @@ -343549,19 +345119,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/people", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPerson", - "Variants": [ - "List" - ], - "Command": "Get-MgUserPerson", - "Method": "GET", + "Module": "People", "CommandAlias": null, - "Uri": "/users/{user-id}/people", - "Module": "People" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserPersonCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "People.Read", @@ -343580,20 +345151,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/people/$count", "ApiReferenceLink": null, + "Module": "People", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserPhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Command": "Get-MgUserPersonCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/people/$count", - "Module": "People" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -343636,22 +345209,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Command": "Get-MgUserPhoto", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/photo", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserPhoto", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [ { "Name": "User.Read", @@ -343694,19 +345264,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photos", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Variants": [ - "List" - ], - "Command": "Get-MgUserPhoto", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/photos", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserPhotoContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -343749,22 +345322,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserPlanner", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Command": "Get-MgUserPhotoContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo/$value", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.Read", @@ -343807,20 +345378,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerUser", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserPlanner", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserPlannerPlan", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -343855,19 +345425,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/plans", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET" + }, + { + "Command": "Get-MgUserPlannerTask", "Variants": [ "List" ], - "Command": "Get-MgUserPlannerPlan", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/planner/plans", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -343918,19 +345488,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner/tasks", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Variants": [ - "List" - ], - "Command": "Get-MgUserPlannerTask", - "Method": "GET", + "Module": "Planner", "CommandAlias": null, - "Uri": "/users/{user-id}/planner/tasks", - "Module": "Planner" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserPresence", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphPresence", "Permissions": [ { "Name": "Presence.Read", @@ -343957,35 +345528,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserPresence", - "Method": "GET", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/presence", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserRegisteredDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDevice", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserRegisteredDevice", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -344028,106 +345598,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/registeredDevices", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserRegisteredDevice", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Variants": [ "List" ], - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceAsDevice", "Variants": [ "List" ], - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/device", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/device", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Variants": [ "List" ], - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Permissions": [], "Uri": "/users/{user-id}/registeredDevices/endpoint", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserRegisteredDeviceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -344170,80 +345741,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/registeredDevices/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserRegisteredDeviceCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDeviceCountAsDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/device/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET" + }, + { + "Command": "Get-MgUserScopedRoleMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserScopedRoleMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserScopedRoleMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [ { "Name": "Directory.Read.All", @@ -344262,19 +345832,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Variants": [ - "List" - ], - "Command": "Get-MgUserScopedRoleMemberOf", - "Method": "GET", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserScopedRoleMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -344293,20 +345864,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserScopedRoleMemberOfCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.Read.All", @@ -344325,20 +345896,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSetting", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Permissions": [ { "Name": "User.Read", @@ -344357,20 +345928,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingShiftPreference", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingItemInsight", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.Read.All", @@ -344405,35 +345976,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingStorage", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingShiftPreference", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserStorage", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingStorageQuota", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingStorage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", "Permissions": [ { "Name": "Files.Read", @@ -344468,20 +346039,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingStorageQuotaService", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingStorageQuota", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [ { "Name": "Files.Read", @@ -344516,20 +346087,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserSettingStorageQuotaService", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserSettingStorageQuotaService", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [ { "Name": "Files.Read", @@ -344564,19 +346134,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "Variants": [ - "List" - ], - "Command": "Get-MgUserSettingStorageQuotaService", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserSettingStorageQuotaServiceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.Read", @@ -344611,123 +346182,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings/storage/quota/services/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserSettingStorageQuotaServiceCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Command": "Get-MgUserSettingWindows", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingWindows", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingWindows", "Variants": [ "List" ], - "Command": "Get-MgUserSettingWindows", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingWindowsCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingWindowsCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingWindowsInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingWindowsInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingWindowsInstance", "Variants": [ "List" ], - "Command": "Get-MgUserSettingWindowsInstance", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserSettingWindowsInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSettingWindowsInstanceCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Get-MgUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSponsor", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserSponsor", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -344754,19 +346324,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/sponsors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserSponsor", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/sponsors", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserSponsorCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -344793,20 +346364,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/sponsors/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserSponsorCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/sponsors/$count", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserTeamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -344825,37 +346396,36 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserTeamwork", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTeamwork", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Command": "Get-MgUserTeamworkAssociatedTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Command": "Get-MgUserTeamworkAssociatedTeam", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Permissions": [], "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTeamworkAssociatedTeam", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -344882,19 +346452,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTeamworkAssociatedTeam", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTeamworkAssociatedTeamCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -344921,20 +346492,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTeamworkInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTeamworkAssociatedTeamCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345057,20 +346628,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTeamworkInstalledApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTeamworkInstalledApp", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345193,19 +346763,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTeamworkInstalledApp", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTeamworkInstalledAppChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345280,20 +346851,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChat", + "Method": "GET" + }, + { + "Command": "Get-MgUserTeamworkInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTeamworkInstalledAppChat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -345416,50 +346987,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/installedApps/$count", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTeamworkInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTeamworkInstalledAppCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET" + }, + { + "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTeamworkInstalledAppTeamApp", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoList", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -345494,20 +347065,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoList", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoList", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.Read", @@ -345542,19 +347112,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTodoList", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoListCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345589,20 +347160,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoListCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoListDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -345629,64 +347200,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserTodoListDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserTodoListExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoListExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoListExtension", "Variants": [ "List" ], - "Command": "Get-MgUserTodoListExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoListExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoListExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -345721,20 +347292,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoTask", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTask", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -345769,19 +347339,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTodoTask", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -345816,20 +347387,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoTaskAttachment", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskAttachment", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.Read", @@ -345864,19 +347434,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTodoTaskAttachment", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskAttachmentContent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345911,20 +347482,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskAttachmentContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345959,79 +347530,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskAttachmentCount", - "Method": "GET", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskAttachmentSession", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphAttachmentSession", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskAttachmentSessionContent", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskAttachmentSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentSession", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTodoTaskAttachmentSession", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserTodoTaskAttachmentSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskAttachmentSessionContent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskChecklistItem", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskAttachmentSessionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -346066,20 +347637,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoTaskChecklistItem", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskChecklistItem", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -346114,19 +347684,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTodoTaskChecklistItem", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskChecklistItemCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346161,20 +347732,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskChecklistItemCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346209,20 +347780,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoTaskCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -346257,64 +347828,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Command": "Get-MgUserTodoTaskDelta", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserTodoTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskExtension", "Variants": [ "List" ], - "Command": "Get-MgUserTodoTaskExtension", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphExtension", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTodoTaskExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTodoTaskExtensionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskLinkedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -346349,20 +347920,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoTaskLinkedResource", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskLinkedResource", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -346397,19 +347967,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTodoTaskLinkedResource", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTodoTaskLinkedResourceCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -346444,35 +348015,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTodoTaskLinkedResourceCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Get-MgUserTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTransitiveMemberOf", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTransitiveMemberOf", + "Variants": [ + "List" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "User.Read", @@ -346523,106 +348093,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Command": "Get-MgUserTransitiveMemberOf", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" - ], - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Users" - }, - { + ], + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroup", + "Permissions": [], "Uri": "/users/{user-id}/transitiveMemberOf/group", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Get-MgUserTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -346673,1201 +348244,1203 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Command": "Get-MgUserTransitiveMemberOfCount", - "Method": "GET", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEvent", "Variants": [ "Get1", "GetViaIdentity" ], - "Command": "Get-MgVirtualEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEvent", "Variants": [ "List" ], - "Command": "Get-MgVirtualEvent", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventCount", "Variants": [ "Get" ], - "Command": "Get-MgVirtualEventCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventPresenter", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSession", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventSessionAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventSessionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgVirtualEventTownhall", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhall", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Get-MgVirtualEventTownhall", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventTownhall", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventTownhall", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallCount", "Variants": [ "Get" ], - "Command": "Get-MgVirtualEventTownhallCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/$count", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventTownhallPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallPresenter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Get-MgVirtualEventTownhallPresenter", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventTownhallPresenter", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgVirtualEventTownhallPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallPresenterCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSession", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventTownhallSession", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventTownhallSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventTownhallSessionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinar", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinar", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinar", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Get-MgVirtualEventWebinarByUserRole", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarByUserRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarCount", "Variants": [ "Get" ], - "Command": "Get-MgVirtualEventWebinarCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarPresenter", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarPresenter", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarPresenterCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarRegistration", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarRegistration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarRegistrationSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarRegistrationSession", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarRegistrationSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarSession", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "Get-MgVirtualEventWebinarSession", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarSession", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", - "Method": "GET", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Get-MgVirtualEventWebinarSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "Command": "Get-MgVirtualEventWebinarSessionCount", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgBetaDriveItemListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaDriveItemListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaDriveListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaDriveListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaDriveListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaDriveListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaDriveRootListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaDriveRootListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupDriveItemListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupDriveListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupDriveListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupDriveListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupDriveListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupDriveRootListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupSiteListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupSiteListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupSiteListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupSiteListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaGroupSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaGroupSitePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaShareListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaShareListPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Grant-MgBetaSharePermission", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -347894,260 +349467,260 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaSiteListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaSharePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaSiteListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaSiteListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaSiteListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaUserDriveItemListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaSitePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaUserDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaUserDriveItemListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaUserDriveListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaUserDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaUserDriveListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaUserDriveListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaUserDriveRootListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaUserDriveListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgBetaUserDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaUserDriveRootListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgBetaUserDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgGroupDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgGroupDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgGroupDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgGroupSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgGroupDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgSharePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgGroupSitePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -348174,381 +349747,426 @@ "IsLeastPrivilege": false } ], + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], - "Command": "Grant-MgSharePermission", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Grant-MgSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgSitePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgUserDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgUserDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Grant-MgUserDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Command": "Grant-MgUserDriveRootPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Hide-MgBetaChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Command": "Hide-MgBetaChatForUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/hideForUser", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Hide-MgBetaUserChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Command": "Hide-MgBetaUserChatForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Hide-MgChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Command": "Hide-MgChatForUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/hideForUser", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Hide-MgUserChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Command": "Hide-MgUserChatForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", + "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Method": "POST" + }, + { + "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", "Variants": [ "Import", "ImportExpanded" ], - "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", "Permissions": [], + "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST" + }, + { + "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import", "ImportExpanded" ], - "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST" + }, + { + "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", "Variants": [ "Import", "ImportViaIdentity" ], - "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST" + }, + { + "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "Variants": [ "Import" ], - "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Permissions": [], "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "Import", + "ImportExpanded" + ], + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST" + }, + { + "Command": "Initialize-MgBackupRestoreProtectionPolicy", "Variants": [ - "Import", - "ImportExpanded" + "Activate", + "ActivateViaIdentity" ], - "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "POST", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], + "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, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Initialize-MgBackupRestoreServiceApp", + "Variants": [ + "Activate", + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphServiceApp", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "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" + }, + { + "Command": "Initialize-MgBackupRestoreSession", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", - "Method": "POST", + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], + "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, - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate", - "Module": "Beta.Bookings" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "OutputType": "IMicrosoftGraphProtectionPolicyBase", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST" + }, + { + "Command": "Initialize-MgBetaBackupRestoreServiceApp", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgBetaBackupRestoreServiceApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "Initialize-MgBetaBackupRestoreSession", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Command": "Initialize-MgBetaBackupRestoreSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348567,20 +350185,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", "Variants": [ "Activate", - "ActivateViaIdentity" + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348599,22 +350219,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348633,22 +350253,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Initialize-MgBetaEducationClassAssignment", "Variants": [ "Activate", - "ActivateExpanded", - "ActivateViaIdentity", - "ActivateViaIdentityExpanded" + "ActivateViaIdentity" ], - "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -348667,84 +350285,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Command": "Initialize-MgBetaEducationClassAssignment", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Initialize-MgBetaEducationMeAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Command": "Initialize-MgBetaEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Initialize-MgBetaEducationUserAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Command": "Initialize-MgBetaEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348763,37 +350381,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Initialize-MgBetaUserManagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgBetaUserManagedDeviceEsim", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Initialize-MgEducationClassAssignment", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -348812,84 +350430,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Command": "Initialize-MgEducationClassAssignment", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Initialize-MgEducationMeAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Command": "Initialize-MgEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Initialize-MgEducationUserAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Command": "Initialize-MgEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "Module": "Identity.Governance" + "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" }, { + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348908,20 +350526,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgAbortPrintPrinterJob", + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -348948,190 +350568,190 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" - ], - "Command": "Invoke-MgAbortPrintPrinterJob", - "Method": "POST", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAbortPrintShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Command": "Invoke-MgAbortPrintShareJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupCalendarEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptGroupEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/accept", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptGroupEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptGroupEventTentatively", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptUserEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/accept", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgAcceptUserEventInstance", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptUserEventInstanceTentatively", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgAcceptUserEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgAcceptUserEventTentatively", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgAnswerCommunicationCall", + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349150,37 +350770,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/answer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ], - "Command": "Invoke-MgAnswerCommunicationCall", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/answer", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", "Variants": [ "Archive", "ArchiveExpanded" ], - "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/archive", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgArchiveTeam", + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -349215,73 +350835,71 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Command": "Invoke-MgArchiveTeam", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/archive", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgArchiveTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgArchiveTeamChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/archive", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgArchiveTeamPrimaryChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgArchiveTeamPrimaryChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/archive", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "Variants": [ + "As", + "AsViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -349300,20 +350918,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "As", - "AsViaIdentity" - ], - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", - "Method": "GET", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "Variants": [ + "Available" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -349332,19 +350949,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgAvailableIdentityProviderType", "Variants": [ "Available" ], - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -349363,36 +350980,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Available" - ], - "Command": "Invoke-MgAvailableIdentityProviderType", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders/availableProviderTypes", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Variants": [ + "Begin", + "BeginViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -349411,20 +351029,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Begin", - "BeginViaIdentity" - ], - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgBetaAbortPrintPrinterJob", + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -349451,282 +351071,282 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaAbortPrintPrinterJob", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaAbortPrintShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAbortPrintShareJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, + ], + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptGroupEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/accept", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptGroupEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptGroupEventTentatively", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/accept", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaAcceptUserEventInstance", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaAcceptUserEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Command": "Invoke-MgBetaAcceptUserEventTentatively", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Account", "AccountViaIdentity" ], - "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", "Variants": [ "Allow", "AllowViaIdentity" ], - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", "Variants": [ "Allow", "AllowViaIdentity" ], - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaAnswerCommunicationCall", + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349745,22 +351365,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/answer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaAnswerCommunicationCall", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/answer", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", + "Variants": [ + "App", + "AppViaIdentity" + ], + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349779,20 +351397,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349811,52 +351429,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "Variants": [ - "App", - "AppViaIdentity" - ], - "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaArchivePlannerPlan", + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -349875,37 +351495,37 @@ "IsLeastPrivilege": true } ], + "Uri": "/planner/plans/{plannerPlan-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaArchivePlannerPlan", - "Method": "POST", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/archive", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", "Variants": [ "Archive", "ArchiveExpanded" ], - "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/archive", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaArchiveTeam", + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -349940,90 +351560,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaArchiveTeam", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/archive", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaArchiveTeamChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/archive", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/archive", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaArchiveUserPlannerPlan", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaArchiveUserPlannerPlan", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", + "Variants": [ + "As", + "AsViaIdentity" + ], + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350042,20 +351660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", - "Method": "GET", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350074,95 +351692,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "As", - "AsViaIdentity" - ], - "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "Variants": [ + "Assigned", + "AssignedViaIdentity" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -350189,110 +351807,109 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Assigned", - "AssignedViaIdentity" - ], - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", + "Variants": [ + "Available" + ], + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -350311,19 +351928,19 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaAvailableIdentityProviderType", "Variants": [ "Available" ], - "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", - "Method": "GET", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations/availableProviderTypes", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -350342,70 +351959,71 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/identityProviders/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Available" - ], - "Command": "Invoke-MgBetaAvailableIdentityProviderType", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/identityProviders/availableProviderTypes", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Variants": [ + "Begin", + "BeginViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -350424,357 +352042,359 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Begin", - "BeginViaIdentity" - ], - "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded" ], - "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/informationProtection/decryptBuffer", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/decryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded" ], - "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/informationProtection/encryptBuffer", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Permissions": [], + "Uri": "/informationProtection/encryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/decryptBuffer", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/decryptBuffer", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/encryptBuffer", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Command": "Invoke-MgBetaBulkUserCloudPcResize", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBulkUserCloudPcResize", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/bulkResize", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaCalendarGroupCalendar", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Command": "Invoke-MgBetaCalendarGroupCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaCheckinDriveItem", + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -350801,107 +352421,105 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaCheckinDriveItem", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaCheckinDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCheckinDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/checkin", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckinGroupDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCheckinGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckinGroupDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCheckinGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckinUserDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCheckinUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckinUserDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCheckinUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaCheckoutDriveItem", + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -350928,429 +352546,431 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], - "Command": "Invoke-MgBetaCheckoutDriveItem", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaCheckoutDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgBetaCheckoutDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/checkout", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckoutGroupDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgBetaCheckoutGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckoutUserDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgBetaCheckoutUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCheckoutUserDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgBetaCheckoutUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaCommentSecurityAlert", "Variants": [ "Comment", "CommentViaIdentity" ], - "Command": "Invoke-MgBetaCommentSecurityAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/alerts_v2/{alert-id}/comments/$count", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", "Variants": [ "Consent", "ConsentViaIdentity" ], - "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Permissions": [], "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "Uri": "/communications/onlineMeetings/createOrGet", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -351369,22 +352989,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaCreationUserAuthenticationFido2MethodOption", + "Variants": [ + "Creation", + "CreationViaIdentity" + ], + "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -351419,35 +353037,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions", - "Variants": [ - "Creation", - "CreationViaIdentity" - ], - "Command": "Invoke-MgBetaCreationUserAuthenticationFido2MethodOption", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess", + "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", "Variants": [ "Cross", "CrossViaIdentity" ], - "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess", + "Permissions": [], "Uri": "/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", + "Variants": [ + "Custom" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351482,19 +353099,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Custom" - ], - "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -351513,148 +353131,150 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Deactivate", - "DeactivateViaIdentity" - ], - "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeclineGroupEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeclineGroupEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeclineUserEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeclineUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/decline", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeclineUserEventInstance", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeclineUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", + "Variants": [ + "Deprovision", + "DeprovisionExpanded", + "DeprovisionViaIdentity", + "DeprovisionViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351673,22 +353293,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351707,244 +353327,241 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Deprovision", - "DeprovisionExpanded", - "DeprovisionViaIdentity", - "DeprovisionViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgBetaDismissDirectoryRecommendation", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDismissDirectoryRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDismissGroupEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgBetaDismissGroupEventReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", "Variants": [ "Dismiss", "DismissExpanded" ], - "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDismissRiskyUser", "Variants": [ "Dismiss", "DismissExpanded" ], - "Command": "Invoke-MgBetaDismissRiskyUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyUsers/dismiss", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDismissUserEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgBetaDismissUserEventReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Variants": [ + "Download" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -351963,19 +353580,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Download" - ], - "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "Variants": [ + "Download", + "DownloadExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351994,20 +353612,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded" ], - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352026,52 +353644,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Download", - "DownloadExpanded" - ], - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaDownUserManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Command": "Invoke-MgBetaDownUserManagedDeviceShut", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", + "Variants": [ + "Enroll", + "EnrollViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352090,20 +353708,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352122,182 +353740,182 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Enroll", - "EnrollViaIdentity" - ], - "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", "Variants": [ "Enroll", "EnrollExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", "Variants": [ "Enroll", "EnrollExpanded" ], - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary", + "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", "Variants": [ "Entities", "EntitiesViaIdentity" ], - "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary", + "Permissions": [], "Uri": "/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -352316,20 +353934,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -352348,20 +353966,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", + "Variants": [ + "Excuse", + "ExcuseViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -352380,50 +353998,50 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Excuse", - "ExcuseViaIdentity" - ], - "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", + "Variants": [ + "Execute", + "ExecuteExpanded" + ], + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352450,20 +354068,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/executeAction", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/executeAction", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352490,54 +354108,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/executeAction", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "Variants": [ - "Execute", - "ExecuteExpanded" - ], - "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/executeAction", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphBulkDriverActionResult", "Permissions": [], + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/executeAction", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaExperienceDeviceManagement", + "Variants": [ + "Experience", + "Experience1" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352556,20 +354174,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", - "Variants": [ - "Experience", - "Experience1" - ], - "Command": "Invoke-MgBetaExperienceDeviceManagement", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [ { "Name": "Files.Read.All", @@ -352604,82 +354222,82 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], - "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", + "Variants": [ + "Extract", + "ExtractExpanded" + ], + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -352698,99 +354316,101 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/policy/labels/extractLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "Variants": [ - "Extract", - "ExtractExpanded" - ], - "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Permissions": [], "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "Variants": [ + "Extract", + "ExtractExpanded", + "ExtractViaIdentity", + "ExtractViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityContentLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -352809,52 +354429,50 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityContentLabel", - "Variants": [ - "Extract", - "ExtractExpanded", - "ExtractViaIdentity", - "ExtractViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352873,20 +354491,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -352905,35 +354523,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -352952,20 +354570,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -352984,20 +354602,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -353016,80 +354634,80 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353108,20 +354726,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353140,20 +354758,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353172,20 +354790,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353204,20 +354822,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -353236,20 +354854,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -353268,20 +354886,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -353300,65 +354918,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -353377,20 +354995,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -353409,20 +355027,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -353441,20 +355059,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -353473,20 +355091,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -353505,20 +355123,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -353537,36 +355155,44 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -353598,31 +355224,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -353654,39 +355280,23 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all active role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -353710,23 +355320,39 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all active role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "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", @@ -353758,31 +355384,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "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", @@ -353814,39 +355440,23 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ - { - "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": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -353871,6 +355481,14 @@ "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 + }, { "Name": "RoleEligibilitySchedule.Read.Directory", "Description": "Read all eligible role assignments for your company's directory", @@ -353880,230 +355498,230 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354122,20 +355740,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354154,170 +355772,170 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Permissions": [], "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Permissions": [], "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaFinancialCompanyJournal", "Variants": [ "Post", "PostViaIdentity" ], - "Command": "Invoke-MgBetaFinancialCompanyJournal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Post", "PostViaIdentity" ], - "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", "Variants": [ "Post", "PostViaIdentity" ], - "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Post", "PostViaIdentity" ], - "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", - "Module": "Beta.Financials" + "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaFollowDriveItem", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -354368,129 +355986,131 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Follow", - "FollowViaIdentity" - ], - "Command": "Invoke-MgBetaFollowDriveItem", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaFollowDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgBetaFollowDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/follow", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFollowGroupDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgBetaFollowGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFollowGroupDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgBetaFollowGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFollowUserDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgBetaFollowUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaFollowUserDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgBetaFollowUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaForceDomainDelete", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForceDomainDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/domains/{domain-id}/forceDelete", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -354509,56 +356129,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaForwardGroupEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaForwardGroupThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardGroupEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -354577,139 +356197,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaForwardGroupThreadPost", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/forward", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaForwardUserEventInstance", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaForwardUserMailFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaForwardUserMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgBetaForwardUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/forward", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", + "Variants": [ + "Function", + "FunctionViaIdentity" + ], + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354728,20 +356346,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354760,20 +356378,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354792,37 +356410,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "Variants": [ - "Function", - "FunctionViaIdentity" - ], - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", - "Method": "GET", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaGraphChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgBetaGraphChat", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/unhideForUser", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaGraphDeviceManagement", + "Variants": [ + "Graph", + "GraphViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -354857,99 +356475,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Graph", - "GraphViaIdentity" - ], - "Command": "Invoke-MgBetaGraphDeviceManagement", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaGraphDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgBetaGraphDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/sharedWithMe", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaGraphGroup", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgBetaGraphGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/unsubscribeByMail", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaGraphGroupDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgBetaGraphGroupDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", "Variants": [ "Graph", "Graph1", @@ -354958,324 +356567,333 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Permissions": [], "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaGraphUserChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgBetaGraphUserChat", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaGraphUserDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgBetaGraphUserDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", "Variants": [ "Graph", "GraphExpanded" ], - "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", "Variants": [ "Has" ], - "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Permissions": [], "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaHaveTeamChannel", + "Variants": [ + "Have", + "HaveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -355294,65 +356912,65 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "Command": "Invoke-MgBetaHaveTeamChannel", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355371,20 +356989,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", - "InitiateViaIdentity" + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355403,37 +357023,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", "Variants": [ "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" + "InitiateViaIdentity" ], - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355452,20 +357070,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", - "InitiateViaIdentity" + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355484,69 +357104,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaInstantiateApplicationTemplate", + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -355573,22 +357193,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaInstantiateApplicationTemplate", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", + "Variants": [ + "Invalidate", + "InvalidateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -355615,37 +357233,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Invalidate", - "InvalidateViaIdentity" - ], - "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/participants/invite", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaInviteDriveItem", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -355672,107 +357292,104 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaInviteDriveItem", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgBetaInviteDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInviteDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/invite", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInviteGroupDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInviteGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInviteGroupDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInviteGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInviteUserDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInviteUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaInviteUserDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaInviteUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "Variants": [ + "Are" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355807,19 +357424,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Are" - ], - "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaKeepCommunicationCallAlive", + "Variants": [ + "Keep", + "KeepViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -355838,20 +357456,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/keepAlive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Keep", - "KeepViaIdentity" - ], - "Command": "Invoke-MgBetaKeepCommunicationCallAlive", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/keepAlive", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaLicenseUser", + "Variants": [ + "License", + "LicenseViaIdentity" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -355870,280 +357488,279 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "License", - "LicenseViaIdentity" - ], - "Command": "Invoke-MgBetaLicenseUser", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaMarkChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkChatReadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/markChatReadForUser", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaMarkChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkChatUnreadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", "Variants": [ "Mark", "MarkExpanded" ], - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/markRead", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", "Variants": [ "Mark", "MarkExpanded" ], - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaMarkUserChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserChatReadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Invoke-MgBetaMarkUserMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserMessageAsJunk", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaMessageChat", + "Variants": [ + "Message" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -356210,19 +357827,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/allMessages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaMessageTeam", "Variants": [ "Message" ], - "Command": "Invoke-MgBetaMessageChat", - "Method": "GET", - "CommandAlias": null, - "Uri": "/chats/allMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -356297,19 +357914,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/allMessages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Message" - ], - "Command": "Invoke-MgBetaMessageTeam", - "Method": "GET", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/allMessages", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaMessageTeamChannel", + "Variants": [ + "Message", + "MessageViaIdentity" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -356384,35 +358002,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/allMessages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "Variants": [ "Message", "MessageViaIdentity" ], - "Command": "Invoke-MgBetaMessageTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/allMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaMessageUserChat", "Variants": [ "Message", "MessageViaIdentity" ], - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -356495,20 +358113,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/allMessages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "Message", - "MessageViaIdentity" - ], - "Command": "Invoke-MgBetaMessageUserChat", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/allMessages", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", + "Variants": [ + "Mute1", + "MuteExpanded1", + "MuteViaIdentity1", + "MuteViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphMuteParticipantsOperation", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -356527,22 +358147,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/muteAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMuteParticipantsOperation", - "Variants": [ - "Mute1", - "MuteExpanded1", - "MuteViaIdentity1", - "MuteViaIdentityExpanded1" - ], - "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/muteAll", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaMuteCommunicationCall", + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -356561,22 +358181,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Command": "Invoke-MgBetaMuteCommunicationCall", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/mute", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -356595,149 +358215,149 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", "Variants": [ "My" ], - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/my", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/my", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", "Variants": [ "My" ], - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", - "Method": "GET", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/my", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/my", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaOnboardNetworkAccess", "Variants": [ "Onboard" ], - "Command": "Invoke-MgBetaOnboardNetworkAccess", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/onboard", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/onboard", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", + "Variants": [ + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356756,22 +358376,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356790,22 +358410,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaPendingUserApp", + "Variants": [ + "Pending", + "PendingViaIdentity" + ], + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -356824,20 +358442,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "Variants": [ - "Pending", - "PendingViaIdentity" - ], - "Command": "Invoke-MgBetaPendingUserApp", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaPinEducationClassModule", + "Variants": [ + "Pin", + "PinViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -356856,20 +358474,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Pin", - "PinViaIdentity" - ], - "Command": "Invoke-MgBetaPinEducationClassModule", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlayPromptOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -356888,124 +358508,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/playPrompt", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/playPrompt", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaPreviewDriveItem", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [ { "Name": "Files.Read", @@ -357056,257 +358676,255 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaPreviewDriveItem", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgBetaPreviewDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPreviewDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/preview", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/drives/{drive-id}/root/preview", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPreviewGroupDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPreviewGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPreviewGroupDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPreviewGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPreviewGroupOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewGroupOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaPreviewSiteOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaPreviewUserDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPreviewUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPreviewUserDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgBetaPreviewUserDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaPreviewUserOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgBetaPreviewUserOnenotePage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaPromoteDomain", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Command": "Invoke-MgBetaPromoteDomain", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/domains/{domain-id}/promote", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaPromoteDomainToInitial", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Command": "Invoke-MgBetaPromoteDomainToInitial", - "Method": "POST", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/promoteToInitial", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/promoteToInitial", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "Variants": [ "Query", "QueryExpanded" ], - "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Permissions": [], "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaQuerySearch", + "Variants": [ + "Query", + "QueryExpanded" + ], + "OutputType": "IMicrosoftGraphSearchResponse", "Permissions": [ { "Name": "Mail.Read", @@ -357381,65 +358999,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/query", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchResponse", - "Variants": [ - "Query", - "QueryExpanded" - ], - "Command": "Invoke-MgBetaQuerySearch", - "Method": "POST", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/query", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecommendation", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -357466,507 +359084,507 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], - "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeShareListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeShareListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.ChangeNotifications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaRecentDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgBetaRecentDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/recent", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaRecentGroupDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgBetaRecentGroupDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Invoke-MgBetaRecentUserActivity", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgBetaRecentUserActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "Uri": "/users/{user-id}/activities/recent", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgBetaRecentUserDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgBetaRecentUserDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecordOperation", + "Command": "Invoke-MgBetaRecordCommunicationCall", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecordOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/record", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecordOperation", + "Command": "Invoke-MgBetaRecordCommunicationCallResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordCommunicationCallResponse", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecordOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/recordResponse", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", "Variants": [ "Record", "RecordExpanded" ], - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRedirectCommunicationCall", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRedirectCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/redirect", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgBetaRedirectPrintPrinterJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRedirectPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRedirectPrintShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRedirectPrintShareJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", + "Variants": [ + "Reenable", + "ReenableViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357985,20 +359603,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -358017,52 +359635,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Reenable", - "ReenableViaIdentity" - ], - "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReenableUserManagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Command": "Invoke-MgBetaReenableUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRejectCommunicationCall", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Command": "Invoke-MgBetaRejectCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/reject", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", + "Variants": [ + "Reject", + "RejectExpanded", + "RejectViaIdentity", + "RejectViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -358081,232 +359701,230 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Reject", - "RejectExpanded", - "RejectViaIdentity", - "RejectViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Remediate", "RemediateViaIdentity" ], - "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", "Variants": [ "Remediate", "RemediateExpanded" ], - "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/collaboration/analyzedEmails/remediate", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaRenewGroup", + "Variants": [ + "Renew", + "RenewViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -358325,20 +359943,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", "Variants": [ "Renew", - "RenewViaIdentity" + "RenewExpanded" ], - "Command": "Invoke-MgBetaRenewGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/renew", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -358357,20 +359975,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groupLifecyclePolicies/renewGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Renew", - "RenewExpanded" - ], - "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groupLifecyclePolicies/renewGroup", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358389,20 +360007,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -358421,105 +360039,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ], - "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyAllUserMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Command": "Invoke-MgBetaReplyAllUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaReplyGroupConversationThread", + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358538,22 +360158,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyGroupConversationThread", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358572,39 +360192,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyGroupThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358623,22 +360243,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyGroupThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyGroupThread", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -358657,364 +360277,362 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaReplyGroupThreadPost", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyUserMailFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReplyUserMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReplyUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/reply", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDestination", + "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDestination", "Permissions": [], + "Uri": "/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDevice", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDevice", "Permissions": [], + "Uri": "/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessUser", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaReportNetworkAccessReportUser", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgBetaReportNetworkAccessReportUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessUser", "Permissions": [], + "Uri": "/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReprovisionUserCloudPc", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Command": "Invoke-MgBetaReprovisionUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRetireUserManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Command": "Invoke-MgBetaRetireUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRetryContactServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgBetaRetryContactServiceProvisioning", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/retryServiceProvisioning", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRetryUserServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgBetaRetryUserServiceProvisioning", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/retryServiceProvisioning", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -359033,65 +360651,65 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Reupload", "ReuploadViaIdentity" ], - "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -359110,35 +360728,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359157,20 +360775,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -359189,35 +360807,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359236,133 +360854,132 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Rotate", - "RotateViaIdentity" - ], - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", + "Variants": [ + "Schedule" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -359381,19 +360998,19 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", "Variants": [ "Schedule" ], - "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -359412,220 +361029,223 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "Variants": [ - "Schedule" - ], - "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Permissions": [], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Permissions": [], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", "Variants": [ "Schedule" ], - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", "Variants": [ "Schedule" ], - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", "Variants": [ "Share", "ShareViaIdentity" ], - "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaShareTeamSchedule", + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -359644,338 +361264,336 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/share", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaShareTeamSchedule", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/share", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", + "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphSigningResult", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSignInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded" ], - "Command": "Invoke-MgBetaSignInformationProtectionDigest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/informationProtection/signDigest", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSigningResult", "Permissions": [], + "Uri": "/informationProtection/signDigest", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/informationProtection/signDigest", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSigningResult", "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/signDigest", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSigningResult", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/signDigest", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSnoozeGroupEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSnoozeGroupEventReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSnoozeUserEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSnoozeUserEventReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaSoftChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftChatMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftUserChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftUserChatMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/subscribeToTone", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaSubscribeGroupByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Command": "Invoke-MgBetaSubscribeGroupByMail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/subscribeByMail", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -360010,20 +361628,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360042,20 +361660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Functions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", - "Method": "GET", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "Module": "Beta.DeviceManagement.Functions" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360074,20 +361692,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", - "Method": "GET", + "Module": "Beta.DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "Module": "Beta.DeviceManagement.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -360106,20 +361724,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -360138,50 +361756,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "Variants": [ - "Summary", - "SummaryViaIdentity" - ], - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "Method": "GET", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET" + }, + { + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], + "OutputType": "IMicrosoftGraphLocaleInfo", "Permissions": [ { "Name": "User.Read.All", @@ -360208,37 +361826,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/outlook/supportedLanguages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocaleInfo", - "Variants": [ - "Supported", - "SupportedViaIdentity" - ], - "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" ], - "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360257,22 +361877,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360291,22 +361911,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360325,39 +361945,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360376,22 +361996,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": null, - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", + "Variants": [ + "Tenant", + "TenantExpanded" + ], + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -360410,35 +362028,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "Variants": [ - "Tenant", - "TenantExpanded" - ], - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", "Variants": [ "Tenant", "TenantViaIdentity" ], - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360457,20 +362075,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ], - "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaTimeUserOutlook", + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], + "OutputType": "IMicrosoftGraphTimeZoneInformation", "Permissions": [ { "Name": "User.Read.All", @@ -360497,67 +362117,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" - ], - "Command": "Invoke-MgBetaTimeUserOutlook", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "Variants": [ "Top", "TopViaIdentity" ], - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", "Variants": [ "Top", "TopViaIdentity" ], - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary", + "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", "Variants": [ "Transaction", "TransactionViaIdentity" ], - "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary", + "Permissions": [], "Uri": "/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaTranslateUserExchangeId", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConvertIdResult", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -360600,69 +362220,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/translateExchangeIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConvertIdResult", - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaTranslateUserExchangeId", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/translateExchangeIds", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaTroubleshootUserCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Command": "Invoke-MgBetaTroubleshootUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUnarchivePlannerPlan", + "Variants": [ + "Unarchive", + "UnarchiveExpanded", + "UnarchiveViaIdentity", + "UnarchiveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -360681,37 +362301,35 @@ "IsLeastPrivilege": true } ], + "Uri": "/planner/plans/{plannerPlan-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Unarchive", - "UnarchiveExpanded", - "UnarchiveViaIdentity", - "UnarchiveViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaUnarchivePlannerPlan", - "Method": "POST", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/unarchive", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUnarchiveTeam", + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -360746,97 +362364,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ], - "Command": "Invoke-MgBetaUnarchiveTeam", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/unarchive", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Command": "Invoke-MgBetaUnarchiveTeamChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/unarchive", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360855,202 +362473,204 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ], - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", "Variants": [ "Unbind" ], - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings/unbind", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkSettings/unbind", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Unbind" ], - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", - "Method": "POST", - "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnfollowDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgBetaUnfollowDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnfollowDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgBetaUnfollowDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/unfollow", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnfollowGroupDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgBetaUnfollowGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnfollowUserDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgBetaUnfollowUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnfollowUserDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgBetaUnfollowUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUnmuteCommunicationCall", + "Variants": [ + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -361069,22 +362689,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/unmute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ], - "Command": "Invoke-MgBetaUnmuteCommunicationCall", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/unmute", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUnpinEducationClassModule", + "Variants": [ + "Unpin", + "UnpinViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -361103,20 +362721,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Unpin", - "UnpinViaIdentity" - ], - "Command": "Invoke-MgBetaUnpinEducationClassModule", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -361143,129 +362761,129 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ], - "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUnsubscribeUserMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Command": "Invoke-MgBetaUnsubscribeUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", + "Variants": [ + "Upload", + "UploadViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -361284,171 +362902,171 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Upload", - "UploadViaIdentity" - ], - "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", - "Method": "GET", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST" + }, + { + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" ], - "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint", + "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", "Variants": [ "Usage", "UsageViaIdentity" ], - "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint", + "Permissions": [], "Uri": "/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Permissions": [ { "Name": "Policy.Read.All", @@ -361475,97 +363093,99 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", - "Method": "GET", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphReminder", + "Command": "Invoke-MgBetaViewUserReminder", "Variants": [ "View", "ViewViaIdentity" ], - "Command": "Invoke-MgBetaViewUserReminder", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphReminder", + "Permissions": [], "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary", + "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", "Variants": [ "Web", "WebViaIdentity" ], - "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary", + "Permissions": [], "Uri": "/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", + "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", "Variants": [ "Workflows", "WorkflowsViaIdentity" ], - "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgCalendarGroupCalendar", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Command": "Invoke-MgCalendarGroupCalendar", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Users.Functions" + "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgCheckinDriveItem", + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -361592,107 +363212,105 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "Command": "Invoke-MgCheckinDriveItem", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgCheckinDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgCheckinDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/checkin", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckinGroupDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgCheckinGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckinGroupDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgCheckinGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckinUserDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgCheckinUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckinUserDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Command": "Invoke-MgCheckinUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgCheckoutDriveItem", + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -361719,346 +363337,348 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], - "Command": "Invoke-MgCheckoutDriveItem", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgCheckoutDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgCheckoutDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/checkout", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckoutGroupDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgCheckoutGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckoutGroupDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgCheckoutGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckoutUserDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgCheckoutUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCheckoutUserDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Command": "Invoke-MgCheckoutUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgCommentSecurityAlert", "Variants": [ "Comment", "CommentViaIdentity" ], - "Command": "Invoke-MgCommentSecurityAlert", - "Method": "GET", - "CommandAlias": null, - "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/alerts_v2/{alert-id}/comments/$count", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Permissions": [], "Uri": "/communications/onlineMeetings/createOrGet", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -362077,22 +363697,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgDeactivateEducationClassAssignment", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -362111,223 +363729,252 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgDeactivateEducationMeAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgDeactivateEducationClassAssignment", - "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], + "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, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgDeactivateEducationUserAssignment", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgDeactivateEducationMeAssignment", - "Method": "POST", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], + "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, - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Invoke-MgDeactivateSolutionBackupRestoreServiceApp", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Command": "Invoke-MgDeactivateEducationUserAssignment", - "Method": "POST", + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], + "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, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDeclineGroupCalendarEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgDeclineGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgDeclineGroupEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgDeclineGroupEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/decline", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgDeclineUserEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgDeclineUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/decline", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgDeclineUserEventInstance", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Command": "Invoke-MgDeclineUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDismissGroupCalendarEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgDismissGroupCalendarEventReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgDismissGroupEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgDismissGroupEventReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDismissRiskyServicePrincipal", "Variants": [ "Dismiss", "DismissExpanded" ], - "Command": "Invoke-MgDismissRiskyServicePrincipal", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDismissRiskyUser", "Variants": [ "Dismiss", "DismissExpanded" ], - "Command": "Invoke-MgDismissRiskyUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityProtection/riskyUsers/dismiss", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDismissUserEventInstanceReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgDismissUserEventInstanceReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgDismissUserEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Command": "Invoke-MgDismissUserEventReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "Module": "DeviceManagement.Actions" + "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" }, { + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Variants": [ + "Download" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -362346,34 +363993,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Download" - ], - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "Method": "GET", + "Module": "DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Module": "DeviceManagement.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgDownUserManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "Command": "Invoke-MgDownUserManagedDeviceShut", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "Module": "Users.Actions" + "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" }, { + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -362392,20 +364040,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", + "Variants": [ + "Excuse", + "ExcuseViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -362424,50 +364072,49 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Excuse", - "ExcuseViaIdentity" - ], - "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgExperienceDeviceManagement", + "Variants": [ + "Experience" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -362486,19 +364133,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", - "Variants": [ - "Experience" - ], - "Command": "Invoke-MgExperienceDeviceManagement", - "Method": "GET", + "Module": "DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", - "Module": "DeviceManagement.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [ { "Name": "Files.Read.All", @@ -362533,125 +364181,125 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], - "Command": "Invoke-MgExtractDriveItemSensitivityLabel", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgExtractDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST" + }, + { + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Users.Actions" + "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362670,20 +364318,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362702,20 +364350,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362734,20 +364382,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362766,20 +364414,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -362798,20 +364446,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362830,20 +364478,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362862,20 +364510,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362894,20 +364542,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362926,20 +364574,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -362958,20 +364606,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -362990,20 +364638,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -363022,35 +364670,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -363069,20 +364717,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -363101,20 +364749,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -363133,20 +364781,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -363165,20 +364813,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -363197,20 +364845,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -363229,21 +364877,29 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -363275,31 +364931,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [ + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active 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", @@ -363331,39 +364987,23 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active 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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all active role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -363387,23 +365027,39 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all active role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "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", @@ -363435,31 +365091,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "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", @@ -363491,39 +365147,23 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - }, - { - "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": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ - { - "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": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -363548,6 +365188,14 @@ "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 + }, { "Name": "RoleEligibilitySchedule.Read.Directory", "Description": "Read all eligible role assignments for your company's directory", @@ -363557,110 +365205,110 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "Method": "GET", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -363679,20 +365327,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -363711,20 +365359,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgFollowDriveItem", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -363775,129 +365423,131 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Follow", - "FollowViaIdentity" - ], - "Command": "Invoke-MgFollowDriveItem", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgFollowDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgFollowDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/follow", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgFollowGroupDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgFollowGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgFollowGroupDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgFollowGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgFollowUserDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgFollowUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Invoke-MgFollowUserDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "Command": "Invoke-MgFollowUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgForceDomainDelete", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Command": "Invoke-MgForceDomainDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/domains/{domain-id}/forceDelete", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgForwardGroupCalendarEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgForwardGroupConversationThreadPost", + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -363916,56 +365566,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardGroupConversationThreadPost", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgForwardGroupEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgForwardGroupThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardGroupEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/forward", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -363984,139 +365634,137 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ], - "Command": "Invoke-MgForwardGroupThreadPost", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgForwardUserEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/forward", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgForwardUserEventInstance", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgForwardUserMailFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgForwardUserMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Command": "Invoke-MgForwardUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/forward", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "Variants": [ + "Function", + "FunctionViaIdentity" + ], + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364135,20 +365783,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364167,20 +365815,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET" + }, + { + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", - "Method": "GET", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364199,86 +365847,92 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "Variants": [ - "Function", - "FunctionViaIdentity" - ], - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", - "Method": "GET", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgGraphChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgGraphChat", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/unhideForUser", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgGraphDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgGraphDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/sharedWithMe", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgGraphGroup", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgGraphGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/unsubscribeByMail", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgGraphGroupDrive", + "Variants": [ + "Graph", + "GraphViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgGraphGroupDrive", - "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "Permissions": [], + "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, - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Command": "Invoke-MgGraphReportAuthenticationMethod", "Variants": [ "Graph", "Graph1", @@ -364287,45 +365941,54 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Command": "Invoke-MgGraphReportAuthenticationMethod", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Permissions": [], "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "Module": "Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgGraphUserChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Command": "Invoke-MgGraphUserChat", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgGraphUserDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "Command": "Invoke-MgGraphUserDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgHaveTeamChannel", + "Variants": [ + "Have", + "HaveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -364344,50 +366007,52 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "Command": "Invoke-MgHaveTeamChannel", - "Method": "GET", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgHaveTeamPrimaryChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Command": "Invoke-MgHaveTeamPrimaryChannel", - "Method": "GET", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgInstantiateApplicationTemplate", + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364414,39 +366079,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ], - "Command": "Invoke-MgInstantiateApplicationTemplate", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Command": "Invoke-MgInviteCommunicationCallParticipant", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgInviteCommunicationCallParticipant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/participants/invite", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgInviteDriveItem", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -364473,107 +366138,105 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], - "Command": "Invoke-MgInviteDriveItem", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Invoke-MgInviteDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgInviteDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/invite", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgInviteGroupDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgInviteGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgInviteGroupDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgInviteGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgInviteUserDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgInviteUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Invoke-MgInviteUserDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Command": "Invoke-MgInviteUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgKeepCommunicationCallAlive", + "Variants": [ + "Keep", + "KeepViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -364592,20 +366255,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/keepAlive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Keep", - "KeepViaIdentity" - ], - "Command": "Invoke-MgKeepCommunicationCallAlive", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/keepAlive", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgLicenseUser", + "Variants": [ + "License", + "LicenseViaIdentity" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -364624,163 +366287,165 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "License", - "LicenseViaIdentity" - ], - "Command": "Invoke-MgLicenseUser", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgMarkChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgMarkChatReadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/markChatReadForUser", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgMarkChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgMarkChatUnreadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", "Variants": [ "Mark", "MarkExpanded" ], - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/markRead", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "Variants": [ "Mark", "MarkExpanded" ], - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgMarkUserChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgMarkUserChatReadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgMarkUserChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Command": "Invoke-MgMarkUserChatUnreadForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgMuteCommunicationCall", + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -364799,22 +366464,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST" + }, + { + "Command": "Invoke-MgMuteCommunicationCallParticipant", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Command": "Invoke-MgMuteCommunicationCall", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/mute", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -364833,56 +366498,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ], - "Command": "Invoke-MgMuteCommunicationCallParticipant", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST" + }, + { + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "Variants": [ + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364901,22 +366566,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST" + }, + { + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364935,22 +366600,20 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ], - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgPinEducationClassModule", + "Variants": [ + "Pin", + "PinViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -364969,20 +366632,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Pin", - "PinViaIdentity" - ], - "Command": "Invoke-MgPinEducationClassModule", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlayPromptOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -365001,22 +366666,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/playPrompt", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" - ], - "Command": "Invoke-MgPlayCommunicationCallPrompt", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/playPrompt", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgPreviewDriveItem", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [ { "Name": "Files.Read", @@ -365067,227 +366732,225 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], - "Command": "Invoke-MgPreviewDriveItem", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Command": "Invoke-MgPreviewDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgPreviewDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/preview", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/drives/{drive-id}/root/preview", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST" + }, + { + "Command": "Invoke-MgPreviewGroupDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgPreviewGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST" + }, + { + "Command": "Invoke-MgPreviewGroupDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgPreviewGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "POST" + }, + { + "Command": "Invoke-MgPreviewGroupOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewGroupOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgPreviewSiteOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewSiteOnenotePage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET" + }, + { + "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "GET" + }, + { + "Command": "Invoke-MgPreviewUserDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgPreviewUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST" + }, + { + "Command": "Invoke-MgPreviewUserDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Command": "Invoke-MgPreviewUserDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "POST" + }, + { + "Command": "Invoke-MgPreviewUserOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Command": "Invoke-MgPreviewUserOnenotePage", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Permissions": [], "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Users.Functions" + "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgPromoteDomain", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Command": "Invoke-MgPromoteDomain", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/domains/{domain-id}/promote", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgQuerySearch", + "Variants": [ + "Query", + "QueryExpanded" + ], + "OutputType": "IMicrosoftGraphSearchResponse", "Permissions": [ { "Name": "Mail.Read", @@ -365362,20 +367025,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/query", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchResponse", - "Variants": [ - "Query", - "QueryExpanded" - ], - "Command": "Invoke-MgQuerySearch", - "Method": "POST", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/query", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -365402,555 +367065,555 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgReauthorizeDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeShareListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeShareListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/subscriptions/{subscription-id}/reauthorize", - "Module": "ChangeNotifications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeUserDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgRecentDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgRecentDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/recent", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Invoke-MgRecentGroupDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgRecentGroupDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Invoke-MgRecentUserActivity", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgRecentUserActivity", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Permissions": [], "Uri": "/users/{user-id}/activities/recent", - "Module": "Users.Functions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Invoke-MgRecentUserDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "Command": "Invoke-MgRecentUserDrive", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRecordOperation", + "Command": "Invoke-MgRecordCommunicationCallResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Command": "Invoke-MgRecordCommunicationCallResponse", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRecordOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/recordResponse", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRedirectCommunicationCall", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgRedirectCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/redirect", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", + "Command": "Invoke-MgRedirectPrintPrinterJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgRedirectPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "Invoke-MgRedirectPrintShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Command": "Invoke-MgRedirectPrintShareJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRejectCommunicationCall", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Command": "Invoke-MgRejectCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/reject", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgRenewGroup", + "Variants": [ + "Renew", + "RenewViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -365969,20 +367632,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/renew", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Renew", - "RenewViaIdentity" - ], - "Command": "Invoke-MgRenewGroup", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/renew", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366001,71 +367664,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ], - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyAllUserMailFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Command": "Invoke-MgReplyAllUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyAllUserMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Command": "Invoke-MgReplyAllUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgReplyGroupConversationThread", + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366084,22 +367749,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyGroupConversationThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyGroupConversationThread", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366118,39 +367783,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyGroupConversationThreadPost", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyGroupThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366169,22 +367834,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyGroupThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyGroupThread", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -366203,195 +367868,193 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ], - "Command": "Invoke-MgReplyGroupThreadPost", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyUserMailFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReplyUserMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Command": "Invoke-MgReplyUserMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/reply", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Command": "Invoke-MgRetireDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgRetireUserManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "Command": "Invoke-MgRetireUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRetryContactServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgRetryContactServiceProvisioning", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRetryGroupServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgRetryGroupServiceProvisioning", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/retryServiceProvisioning", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgRetryUserServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "Command": "Invoke-MgRetryUserServiceProvisioning", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/retryServiceProvisioning", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -366410,101 +368073,103 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "Module": "DeviceManagement.Actions" + "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" }, { + "Command": "Invoke-MgShareTeamSchedule", + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -366523,272 +368188,270 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/share", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "Command": "Invoke-MgShareTeamSchedule", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/share", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSnoozeGroupEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgSnoozeGroupEventReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgSnoozeUserEventInstanceReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSnoozeUserEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Command": "Invoke-MgSnoozeUserEventReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgSoftChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftChatMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftChatMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftTeamChannelMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftUserChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftUserChatMessageDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Command": "Invoke-MgSoftUserChatMessageReplyDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Command": "Invoke-MgSubscribeCommunicationCallToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/subscribeToTone", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgSubscribeGroupByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Command": "Invoke-MgSubscribeGroupByMail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/subscribeByMail", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -366823,20 +368486,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "Method": "GET", + "Module": "DeviceManagement.Functions", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "Module": "DeviceManagement.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -366855,20 +368518,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Method": "GET" + }, + { + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -366887,50 +368550,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "Variants": [ - "Summary", - "SummaryViaIdentity" - ], - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "Method": "GET", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "Method": "GET", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET" + }, + { + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], + "OutputType": "IMicrosoftGraphLocaleInfo", "Permissions": [ { "Name": "User.Read.All", @@ -366957,20 +368620,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/outlook/supportedLanguages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocaleInfo", - "Variants": [ - "Supported", - "SupportedViaIdentity" - ], - "Command": "Invoke-MgSupportedUserOutlookLanguage", - "Method": "GET", + "Module": "Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -366989,22 +368654,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367023,22 +368688,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367057,39 +368722,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ], - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", - "Method": "POST", + "Module": "Devices.CorporateManagement", "CommandAlias": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -367108,20 +368771,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ], - "Command": "Invoke-MgTerminateDeviceManagementPartner", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgTimeUserOutlook", + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], + "OutputType": "IMicrosoftGraphTimeZoneInformation", "Permissions": [ { "Name": "User.Read.All", @@ -367148,22 +368813,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "ApiReferenceLink": null, + "Module": "Users.Functions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Method": "GET" + }, + { + "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" + "Top", + "TopViaIdentity" ], - "Command": "Invoke-MgTimeUserOutlook", - "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "Permissions": [], + "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, - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Module": "Users.Functions" + "ApiVersion": "v1.0", + "Method": "GET" + }, + { + "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", + "Variants": [ + "Top", + "TopViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Permissions": [], + "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" }, { + "Command": "Invoke-MgTranslateUserExchangeId", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConvertIdResult", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -367206,52 +368901,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/translateExchangeIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConvertIdResult", - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ], - "Command": "Invoke-MgTranslateUserExchangeId", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/translateExchangeIds", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgUnarchiveTeam", + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -367286,65 +368979,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ], - "Command": "Invoke-MgUnarchiveTeam", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/unarchive", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgUnarchiveTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Command": "Invoke-MgUnarchiveTeamChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/unarchive", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -367363,125 +369056,127 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ], - "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Invoke-MgUnfollowDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgUnfollowDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnfollowDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgUnfollowDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/unfollow", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnfollowGroupDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgUnfollowGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnfollowGroupDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgUnfollowGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnfollowUserDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgUnfollowUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Invoke-MgUnfollowUserDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Command": "Invoke-MgUnfollowUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgUnmuteCommunicationCall", + "Variants": [ + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -367500,22 +369195,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/unmute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ], - "Command": "Invoke-MgUnmuteCommunicationCall", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/unmute", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgUnpinEducationClassModule", + "Variants": [ + "Unpin", + "UnpinViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -367534,20 +369227,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Unpin", - "UnpinViaIdentity" - ], - "Command": "Invoke-MgUnpinEducationClassModule", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -367574,116 +369267,116 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ], - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST" + }, + { + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST" + }, + { + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Permissions": [ { "Name": "Policy.Read.All", @@ -367710,120 +369403,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", - "Method": "GET", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphReminder", + "Command": "Invoke-MgViewUserReminder", "Variants": [ "View", "ViewViaIdentity" ], - "Command": "Invoke-MgViewUserReminder", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphReminder", + "Permissions": [], "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "Variants": [ + "Workflows", + "WorkflowsViaIdentity" + ], + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "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" + }, + { + "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaDriveListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgBetaShareListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaShareListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Join-MgBetaSiteContentTypeWithHubSite", + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -367842,141 +369552,141 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgBetaSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaSiteContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaSiteListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgDriveListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgGroupSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgGroupDriveListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgGroupSiteContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgShareListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgGroupSiteListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgShareListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -367995,148 +369705,146 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], - "Command": "Join-MgSiteContentTypeWithHubSite", - "Method": "POST", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Join-MgSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgSiteListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Join-MgUserDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Command": "Join-MgUserDriveListContentTypeWithHubSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Lock-MgBetaUserManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Command": "Lock-MgBetaUserManagedDeviceRemote", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Command": "Lock-MgDeviceManagementManagedDeviceRemote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Lock-MgUserManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "Command": "Lock-MgUserManagedDeviceRemote", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Move-MgBetaCommunicationCall", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Command": "Move-MgBetaCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/transfer", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", + "Variants": [ + "Move", + "MoveExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368155,37 +369863,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Move", - "MoveExpanded" - ], - "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Move-MgBetaDeviceManagementIntentToTemplate", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" ], - "Command": "Move-MgBetaDeviceManagementIntentToTemplate", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", + "Variants": [ + "Move", + "MoveExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368204,456 +369912,456 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Move", - "MoveExpanded" - ], - "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Move-MgBetaGroupPlannerPlanToContainer", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaGroupPlannerPlanToContainer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST" + }, + { + "Command": "Move-MgBetaPlannerPlanToContainer", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaPlannerPlanToContainer", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", - "Module": "Beta.Planner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgBetaUserMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserMailFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "Move-MgBetaUserMailFolderChildFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserMailFolderChildFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Move-MgBetaUserMailFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Move-MgBetaUserManagedDeviceToOu", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserManagedDeviceToOu", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgBetaUserMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/move", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Command": "Move-MgBetaUserPlannerPlanToContainer", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgBetaUserPlannerPlanToContainer", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Move-MgCommunicationCall", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Command": "Move-MgCommunicationCall", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/transfer", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Command": "Move-MgUserMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgUserMailFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "Move-MgUserMailFolderChildFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgUserMailFolderChildFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "Move-MgUserMailFolderChildFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Move-MgUserMailFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "Move-MgUserMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Command": "Move-MgUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/move", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "New-MgAdminPeopleProfileCardProperty", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgAdminPeopleProfileCardProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "Uri": "/admin/people/profileCardProperties", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgAgreement", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST" + }, + { + "Command": "New-MgAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAgreementAcceptance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST" + }, + { + "Command": "New-MgAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAgreementFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST" + }, + { + "Command": "New-MgAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAgreementFileLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAgreementFileLocalizationVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgAgreementFileVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgAppCatalogTeamApp", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -368680,20 +370388,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "POST" + }, + { + "Command": "New-MgAppCatalogTeamAppDefinition", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgAppCatalogTeamApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -368720,22 +370430,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST" + }, + { + "Command": "New-MgApplication", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgAppCatalogTeamAppDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368754,20 +370462,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", + "Method": "POST" + }, + { + "Command": "New-MgApplicationAppManagementPolicyByRef", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgApplication", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -368794,22 +370504,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgApplicationExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationAppManagementPolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368836,22 +370546,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST" + }, + { + "Command": "New-MgApplicationFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationExtensionProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368870,22 +370580,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "POST" + }, + { + "Command": "New-MgApplicationOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationFederatedIdentityCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -368920,107 +370630,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgApplicationOwnerByRef", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "New-MgApplicationSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Command": "New-MgApplicationSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Command": "New-MgApplicationSynchronizationJobOnDemand", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST" + }, + { + "Command": "New-MgApplicationSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationSynchronizationTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST" + }, + { + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -369063,22 +370773,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgApplicationTokenLifetimePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgApplicationTokenIssuancePolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -369121,22 +370831,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReview", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgApplicationTokenLifetimePolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -369155,122 +370863,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewDecision", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReview", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReviewDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReviewInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReviewInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReviewInstanceMyDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewMyDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReviewInstanceReviewer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST" + }, + { + "Command": "New-MgBetaAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAccessReviewMyDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -369289,103 +370999,103 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/reviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaAccessReviewReviewer", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "New-MgBetaAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaAdministrativeUnit", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAdministrativeUnitExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaAdministrativeUnitMember", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -369404,22 +371114,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "New-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAdministrativeUnitMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -369438,154 +371148,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaAdministrativeUnitMemberByRef", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "New-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaAdminPeopleProfileCardProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "Uri": "/admin/people/profileCardProperties", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgBetaAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaAgreement", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST" + }, + { + "Command": "New-MgBetaAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAgreementAcceptance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST" + }, + { + "Command": "New-MgBetaAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAgreementFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST" + }, + { + "Command": "New-MgBetaAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAgreementFileLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAgreementFileLocalizationVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAgreementFileVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaAppCatalogTeamApp", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphTeamsApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -369612,20 +371320,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaAppCatalogTeamApp", - "Method": "POST", - "CommandAlias": null, "Uri": "/appCatalogs/teamsApps", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaAppCatalogTeamAppDefinition", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -369652,39 +371362,37 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaAppCatalogTeamAppDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaApplication", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Method": "POST", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369703,20 +371411,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationAppManagementPolicyByRef", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplication", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.Read.All", @@ -369743,22 +371453,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationAppManagementPolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369785,22 +371495,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationExtensionProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369819,22 +371529,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationFederatedIdentityCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -369869,107 +371579,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaApplicationOwnerByRef", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Command": "New-MgBetaApplicationSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationSynchronizationTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -370012,22 +371722,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -370070,39 +371780,82 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaApproval", "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "Provision" ], - "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", - "Method": "POST", + "OutputType": null, + "Permissions": [ + { + "Name": "ApprovalSolution.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ApprovalSolutionResponse.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "ApprovalSolution.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Uri": "/solutions/approval/provision", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalsolution-provision?view=graph-rest-beta", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", + "Command": "New-MgBetaBookingBusiness", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "Command": "New-MgBetaBookingBusiness", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBookingBusiness", + "Permissions": [], "Uri": "/bookingBusinesses", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaBookingBusinessAppointment", + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -370137,9 +371890,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST" + }, + { + "Command": "New-MgBetaBookingBusinessCalendarView", "Variants": [ "Create", "Create1", @@ -370150,17 +371909,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaBookingBusinessAppointment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST" + }, + { + "Command": "New-MgBetaBookingBusinessCustomer", "Variants": [ "Create", "Create1", @@ -370171,13 +371930,7 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaBookingBusinessCalendarView", - "Method": "POST", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -370204,9 +371957,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "POST" + }, + { + "Command": "New-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Create", "Create1", @@ -370217,13 +371976,7 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaBookingBusinessCustomer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -370250,9 +372003,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "POST" + }, + { + "Command": "New-MgBetaBookingBusinessService", "Variants": [ "Create", "Create1", @@ -370263,13 +372022,7 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaBookingBusinessCustomQuestion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -370288,9 +372041,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService", + "Method": "POST" + }, + { + "Command": "New-MgBetaBookingBusinessStaffMember", "Variants": [ "Create", "Create1", @@ -370301,13 +372060,7 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaBookingBusinessService", - "Method": "POST", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -370326,58 +372079,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Variants": [ - "Create", - "Create1", - "CreateExpanded", - "CreateExpanded1", - "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Command": "New-MgBetaBookingBusinessStaffMember", - "Method": "POST", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Command": "New-MgBetaBookingCurrency", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "Command": "New-MgBetaBookingCurrency", - "Method": "POST", - "CommandAlias": null, - "Uri": "/bookingCurrencies", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [], + "Uri": "/bookingCurrencies", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaBusinessFlowTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaBusinessFlowTemplate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Permissions": [], "Uri": "/businessFlowTemplates", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaChat", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.Create", @@ -370396,20 +372143,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatInstalledApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -370500,22 +372249,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -370558,22 +372307,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -370608,107 +372357,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/chats/{chat-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "ChatMessage.Send", @@ -370735,22 +372484,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaChatPinnedMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create", @@ -370817,22 +372566,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationCall", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaChatTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -370875,20 +372622,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCall", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationCall", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -370907,143 +372656,132 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationCallContentSharingSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationCallOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationCallOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCommsOperation", "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationCallParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationCallParticipant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationCallRecordParticipantV2", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationCallRecordSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationCallRecordSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsSession", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeeting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaCommunicationOnlineMeeting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [], + "Uri": "/communications/onlineMeetings", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "Create1", @@ -371054,96 +372792,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationOnlineMeetingRecording", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence", + "Method": "POST" + }, + { + "Command": "New-MgBetaCommunicationPresence", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaCommunicationPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], "Uri": "/communications/presences", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaComplianceEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371162,20 +372909,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCase", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371194,22 +372943,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371228,39 +372977,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371279,22 +373028,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371313,22 +373062,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371347,39 +373096,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371398,22 +373147,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371432,39 +373181,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371483,22 +373232,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371517,22 +373266,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371551,22 +373300,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371585,22 +373334,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -371619,97 +373368,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaComplianceEdiscoveryCaseTag", - "Method": "POST", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "New-MgBetaContact", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", + "Method": "POST" + }, + { + "Command": "New-MgBetaContract", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaContract", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contracts", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphContract", "Permissions": [], + "Uri": "/contracts", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDataPolicyOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDataPolicyOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], "Uri": "/dataPolicyOperations", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Command": "New-MgBetaDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/devices", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [], "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371728,39 +373477,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371779,20 +373526,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371811,135 +373560,135 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Permissions": [], + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [], "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371958,54 +373707,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372024,71 +373771,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372107,167 +373856,167 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedEBook", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", - "Uri": "/deviceAppManagement/managedEBookCategories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBookCategories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372286,22 +374035,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372320,1608 +374069,1608 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp", + "Command": "New-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCatalogPackages", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementPolicySet", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", - "Uri": "/deviceAppManagement/policySets", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySet", "Permissions": [], + "Uri": "/deviceAppManagement/policySets", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementPolicySetItem", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetItem", "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373940,39 +375689,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -373991,22 +375740,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementTask", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374025,20 +375772,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtTask", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementVppToken", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementTask", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtTask", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374057,69 +375804,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceAppManagementVppToken", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Permissions": [], "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374138,20 +375885,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374170,37 +375917,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374219,22 +375968,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374253,22 +376002,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374287,20 +376034,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374319,20 +376066,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374351,197 +376100,194 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "Method": "POST", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceCommand", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/commands", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCommand", "Permissions": [], + "Uri": "/devices/{device-id}/commands", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Permissions": [], + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Permissions": [], "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Variants": [ + "Generate" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374560,160 +376306,161 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Generate" - ], - "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAssignmentFilter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Permissions": [], + "Uri": "/deviceManagement/assignmentFilters", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAuditEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [], + "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementAutopilotEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Permissions": [], + "Uri": "/deviceManagement/autopilotEvents", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Permissions": [], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementCartToClassAssociation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/cartToClassAssociations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Permissions": [], + "Uri": "/deviceManagement/cartToClassAssociations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Permissions": [], "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementComanagedDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374732,171 +376479,171 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementComanagedDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374915,20 +376662,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagementEligibleDevices", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagementEligibleDevices", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374947,248 +376694,248 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", - "Method": "POST", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Command": "New-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementCompliancePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementComplianceSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/complianceSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementConfigurationSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Permissions": [], "Uri": "/deviceManagement/configurationSettings", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementDataSharingConsent", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375207,35 +376954,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/dataSharingConsents", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementDataSharingConsent", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/dataSharingConsents", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Permissions": [], "Uri": "/deviceManagement/depOnboardingSettings", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Variants": [ + "Generate", + "GenerateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -375254,69 +377001,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Generate", - "GenerateViaIdentity" - ], - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDerivedCredential", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Permissions": [], "Uri": "/deviceManagement/derivedCredentials", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementDetectedApp", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -375335,20 +377082,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDetectedApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375367,329 +377114,329 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementDeviceCategory", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationProfiles", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375708,20 +377455,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375740,22 +377489,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -375774,20 +377521,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375814,20 +377561,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceHealthScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375846,22 +377595,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375880,22 +377629,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375914,20 +377661,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceShellScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375946,22 +377695,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375980,22 +377729,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376014,22 +377763,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376048,103 +377797,101 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementDomainJoinConnector", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/domainJoinConnectors", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Permissions": [], + "Uri": "/deviceManagement/domainJoinConnectors", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Permissions": [], "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementExchangeConnector", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -376163,621 +377910,621 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementExchangeConnector", - "Method": "POST", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyObjectFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/importedDeviceIdentities", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementIntent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/intents", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentCategorySetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentCopy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentCopy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentDeviceState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntentUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntentUserState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Permissions": [], + "Uri": "/deviceManagement/intuneBrandingProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementIoUpdateStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [], + "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Permissions": [], "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementManagedDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -376796,118 +378543,120 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementManagedDevice", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceCleanupRules", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -376926,180 +378675,180 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelConfigurations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Permissions": [], "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "Variants": [ + "Create", + "CreateViaIdentity", + "Generate", + "GenerateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -377118,86 +378867,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Create", - "CreateViaIdentity", - "Generate", - "GenerateViaIdentity" - ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -377216,22 +378965,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -377266,20 +379013,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377298,97 +379045,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", - "Method": "POST", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Permissions": [], "Uri": "/deviceManagement/monitoring/alertRecords", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Permissions": [], "Uri": "/deviceManagement/monitoring/alertRules", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", + "Command": "New-MgBetaDeviceManagementNdeConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementNdeConnector", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/ndesConnectors", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphNdesConnector", "Permissions": [], + "Uri": "/deviceManagement/ndesConnectors", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [], + "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementPartner", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377407,20 +379154,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementPartner", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377439,20 +379186,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteActionAudits", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementRemoteActionAudit", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteActionAudits", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377471,52 +379218,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", - "Method": "POST", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Command": "New-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementResourceAccessProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Permissions": [], + "Uri": "/deviceManagement/resourceAccessProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Permissions": [], "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementResourceOperation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377535,35 +379282,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementReusableSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementResourceOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/reusableSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementReusableSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/reusableSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377582,20 +379329,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377614,20 +379361,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -377646,22 +379395,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377680,52 +379427,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementRoleScopeTag", - "Method": "POST", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementScript", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementScript", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Permissions": [], "Uri": "/deviceManagement/deviceManagementScripts", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementScriptAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377744,22 +379493,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementScriptAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377778,22 +379527,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377812,22 +379561,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377846,22 +379595,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementScriptUserRunState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377880,335 +379629,333 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Command": "New-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementSettingDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [], + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [], + "Uri": "/deviceManagement/templates", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTemplateSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementTermAndCondition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378227,35 +379974,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378274,20 +380021,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378306,20 +380053,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378338,20 +380085,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378370,20 +380117,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378402,20 +380149,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378434,20 +380181,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378466,20 +380213,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378498,20 +380245,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378530,20 +380277,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378562,35 +380309,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378609,20 +380356,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378641,20 +380388,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378673,20 +380420,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378705,20 +380452,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378737,20 +380484,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378769,20 +380516,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378801,52 +380548,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378865,20 +380612,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378897,20 +380644,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378929,20 +380676,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378961,20 +380708,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378993,20 +380740,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379025,20 +380772,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379057,35 +380804,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379104,20 +380851,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379136,20 +380883,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379168,20 +380915,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379200,20 +380947,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379232,20 +380979,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379264,20 +381011,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379296,20 +381043,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379328,20 +381075,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379360,20 +381107,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379392,22 +381141,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379426,390 +381173,390 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Command": "New-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementUserPfxCertificate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Permissions": [], "Uri": "/deviceManagement/userPfxCertificates", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -379828,20 +381575,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -379860,137 +381609,137 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "POST", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Permissions": [], "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceRegisteredOwnerByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceRegisteredUserByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Command": "New-MgBetaDeviceUsageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDeviceUsageRights", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/usageRights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [], + "Uri": "/devices/{device-id}/usageRights", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryAdministrativeUnit", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDirectoryAdministrativeUnitMember", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -380033,22 +381782,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryAdministrativeUnitMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -380091,54 +381840,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryAttributeSet", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAttributeSet", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryAttributeSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/attributeSets", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -380157,20 +381904,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -380186,563 +381935,563 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false, "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "IsLeastPrivilege": false + } ], - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "Method": "POST", - "CommandAlias": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "New-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryDeviceLocalCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/deviceLocalCredentials", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", "Permissions": [], + "Uri": "/directory/deviceLocalCredentials", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryExternalUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryExternalUserProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/externalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExternalUserProfile", "Permissions": [], + "Uri": "/directory/externalUserProfiles", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Permissions": [], + "Uri": "/directory/featureRolloutPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryFederationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryFederationConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryImpactedResource", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryImpactedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/impactedResources", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [], + "Uri": "/directory/impactedResources", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryInboundSharedUserProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Permissions": [], + "Uri": "/directory/inboundSharedUserProfiles", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryObjects", - "Module": "Beta.DirectoryObjects" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/directoryObjects", "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryOnPremiseSynchronization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Permissions": [], + "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Permissions": [], + "Uri": "/directory/outboundSharedUserProfiles", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Command": "New-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryPendingExternalUserProfile", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Permissions": [], "Uri": "/directory/pendingExternalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", + "Command": "New-MgBetaDirectoryRecommendation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryRecommendation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/recommendations", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphRecommendation", "Permissions": [], + "Uri": "/directory/recommendations", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryRecommendationImpactedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "New-MgBetaDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "Uri": "/directoryRoles", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaDirectoryRoleMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryRoleMemberByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgBetaDirectoryRoleScopedMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDirectoryRoleScopedMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectoryRoleTemplate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Permissions": [], "Uri": "/directoryRoleTemplates", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "New-MgBetaDirectorySetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectorySetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectorySetting", + "Permissions": [], "Uri": "/settings", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Command": "New-MgBetaDirectorySettingTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectorySettingTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directorySettingTemplates", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Permissions": [], + "Uri": "/directorySettingTemplates", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectorySharedEmailDomain", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectorySharedEmailDomain", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/sharedEmailDomains", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Permissions": [], + "Uri": "/directory/sharedEmailDomains", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaDirectorySubscription", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDirectorySubscription", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", + "Command": "New-MgBetaDomain", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDomain", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "Uri": "/domains", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "New-MgBetaDomainFederationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDomainFederationConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDomainServiceConfigurationRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDomainSharedEmailDomainInvitation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaDomainVerificationDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDomainVerificationDnsRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST" + }, + { + "Command": "New-MgBetaDrive", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveBundle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaDriveItemChild", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -380769,22 +382518,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -380811,141 +382560,141 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -380972,462 +382721,462 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaDriveItemUploadSession", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgBetaDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootChild", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/root/children", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/drives/{drive-id}/root/createLink", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootListItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem/createLink", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaDriveRootListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createUploadSession", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "Uri": "/drives/{drive-id}/root/versions", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "New-MgBetaEducationClass", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEducationClass", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/classes", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaEducationClassAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381446,22 +383195,26 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentCategory", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaEducationClassAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381480,26 +383233,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381518,22 +383267,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381552,56 +383301,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381620,39 +383369,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -381671,22 +383420,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381705,73 +383454,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -381790,22 +383539,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassModule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassMemberByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -381824,22 +383573,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationClassModuleResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassModule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -381858,224 +383607,222 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaEducationClassModuleResource", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEducationClassTeacherByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationClassTeacherByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgBetaEducationMeAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/me/assignments", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaEducationMeRubric", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -382094,414 +383841,416 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaEducationMeRubric", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/rubrics", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "New-MgBetaEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEducationSchool", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/schools", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEducationSchoolClassByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationSchoolClassByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEducationSchoolUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationSchoolUserByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Command": "New-MgBetaEducationSynchronizationProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEducationSynchronizationProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Permissions": [], + "Uri": "/education/synchronizationProfiles", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationSynchronizationProfileError", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationSynchronizationProfileError", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Permissions": [], "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "New-MgBetaEducationUser", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEducationUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "Uri": "/education/users", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgBetaEducationUserAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST" + }, + { + "Command": "New-MgBetaEducationUserRubric", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEducationUserRubric", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "New-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -382520,199 +384269,197 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "New-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementConnectedOrganization", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "New-MgBetaEntitlementManagementSubject", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaEntitlementManagementSubject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageSubject", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalAuthorizationSystem", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalAuthorizationSystem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Permissions": [], "Uri": "/external/authorizationSystems", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaExternalConnection", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -382731,20 +384478,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalConnectionGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaExternalConnection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -382763,22 +384512,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalConnectionGroupMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaExternalConnectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -382797,469 +384546,458 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaExternalConnectionGroupMember", - "Method": "POST", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Command": "New-MgBetaExternalConnectionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaExternalConnectionItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalConnectionItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaExternalConnectionItemActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaExternalConnectionOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "New-MgBetaExternalIndustryDataConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataConnector", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Permissions": [], "Uri": "/external/industryData/dataConnectors", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Command": "New-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataInboundFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Permissions": [], "Uri": "/external/industryData/inboundFlows", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "New-MgBetaExternalIndustryDataOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/industryData/operations", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/external/industryData/operations", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/industryData/outboundProvisioningFlowSets", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Uri": "/external/industryData/outboundProvisioningFlowSets", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "POST" + }, + { + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Permissions": [], "Uri": "/external/industryData/referenceDefinitions", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Command": "New-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataRoleGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "Uri": "/external/industryData/roleGroups", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "New-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataSourceSystem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Permissions": [], "Uri": "/external/industryData/sourceSystems", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "New-MgBetaExternalIndustryDataYear", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaExternalIndustryDataYear", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Permissions": [], "Uri": "/external/industryData/years", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", + "Command": "New-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCountryRegion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/countriesRegions", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCountryRegion", "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCurrency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCurrency", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/currencies", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomerPayment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyEmployee", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyEmployee", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphEmployee", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyEmployeePicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyItemCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyItemCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/itemCategories", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/itemCategories", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyJournal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyJournalLine", "Variants": [ "Create", "Create1", @@ -383267,71 +385005,71 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Command": "New-MgBetaFinancialCompanyJournalLine", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines", - "Module": "Beta.Financials" - }, - { + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphJournalLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyPaymentMethod", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentMethods", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyPaymentTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentTerms", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentTerms", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Create", "Create1", @@ -383342,102 +385080,102 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Create", "Create1", @@ -383448,34 +385186,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Create", "Create1", @@ -383486,49 +385224,49 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", "Variants": [ "Make", "MakeViaIdentity" ], - "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Create", "Create1", @@ -383539,115 +385277,124 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyShipmentMethod", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/shipmentMethods", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyTaxArea", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyTaxArea", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxAreas", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxArea", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyTaxGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxGroups", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxGroup", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyVendor", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyVendor", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphVendor", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST" + }, + { + "Command": "New-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaFinancialCompanyVendorPicture", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Module": "Beta.Financials" + "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaGroup", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.Create", @@ -383674,88 +385421,90 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupAcceptedSenderByRef", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupAcceptedSenderByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupCalendarPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -383774,22 +385523,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphConversation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -383808,1078 +385557,1078 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThread", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupConversationThreadPostMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupConversationThreadPostMention", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveBundle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupDriveRootVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/groups/{group-id}/endpoints", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEndpoint", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/endpoints", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventInstanceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupEventInstanceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupLifecyclePolicy", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [], + "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupMemberByRef", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupLifecyclePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groupLifecyclePolicies", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupMemberByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/$ref", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -384906,22 +386655,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -384948,22 +386697,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -384990,22 +386739,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -385032,56 +386781,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -385108,22 +386857,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -385150,22 +386899,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupOnenoteSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -385184,1131 +386933,1120 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaGroupOwnerByRef", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgBetaGroupPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupPermissionGrant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaGroupRejectedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupRejectedSenderByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Command": "New-MgBetaGroupSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectorySetting", + "Permissions": [], "Uri": "/groups/{group-id}/settings", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteContentModel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteContentModel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteDocumentProcessingJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathContentModel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathContentModel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteGetByPathPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListItemActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaGroupSiteListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOnenoteSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSitePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteRecycleBinItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBinItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -386319,17 +388057,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -386340,119 +388078,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -386463,17 +388201,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaGroupSiteTermStoreSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -386484,34 +388222,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -386522,17 +388260,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -386543,744 +388281,755 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamPrimaryChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleDayNote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/dayNotes", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleOpenShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleTimeCard", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeCards", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleTimeOff", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamTag", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupTeamTagMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaGroupThread", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -387299,520 +389048,509 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaGroupThread", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaGroupThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaGroupThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostInReplyToExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostInReplyToMention", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphMention", "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Method": "POST" + }, + { + "Command": "New-MgBetaGroupThreadPostMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaGroupThreadPostMention", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "New-MgBetaIdentityApiConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityApiConnector", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "New-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityAuthenticationEventFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "New-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityAuthenticationEventListener", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "Uri": "/identity/authenticationEventListeners", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Command": "New-MgBetaIdentityB2CUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityB2CUserFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Permissions": [], "Uri": "/identity/b2cUserFlows", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "New-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2CUserFlowLanguage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "New-MgBetaIdentityB2XUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityB2XUserFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Permissions": [], "Uri": "/identity/b2xUserFlows", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2XUserFlowLanguage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Create1", "CreateExpanded1" ], - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create1", "CreateExpanded1", @@ -387821,13 +389559,22 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -387846,20 +389593,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -387886,728 +389633,728 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaIdentityConditionalAccessPolicy", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/policies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "New-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityCustomAuthenticationExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Permissions": [], "Uri": "/identity/customAuthenticationExtensions", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Beta.Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Beta.Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsRequestChange", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Permissions": [], "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -388626,50 +390373,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -388688,116 +390435,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "Uri": "/identityGovernance/roleManagementAlerts/operations", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -388806,188 +390544,197 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgBetaIdentityProvider", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityProvider", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "Uri": "/identity/identityProviders", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Command": "New-MgBetaIdentityUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityUserFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Permissions": [], "Uri": "/identity/userFlows", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "New-MgBetaIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaIdentityUserFlowAttribute", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/userFlowAttributes", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaInformationProtectionPolicyLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Permissions": [], "Uri": "/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaInvitation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphInvitation", "Permissions": [ { "Name": "User.Invite.All", @@ -389014,359 +390761,359 @@ "IsLeastPrivilege": false } ], + "Uri": "/invitations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInvitation", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaInvitation", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/invitations", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Command": "New-MgBetaNetworkAccessAlert", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessAlert", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Permissions": [], "Uri": "/networkAccess/alerts", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "New-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityBranch", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Permissions": [], "Uri": "/networkAccess/connectivity/remoteNetworks", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessFilteringPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", "Permissions": [], + "Uri": "/networkAccess/filteringPolicies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessFilteringProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessForwardingPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", - "Module": "Beta.NetworkAccess" - }, - { + ], + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessForwardingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingProfiles", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/forwardingProfiles", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", - "Method": "POST", - "CommandAlias": null, - "Uri": "/networkAccess/logs/remoteNetworks", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", "Permissions": [], + "Uri": "/networkAccess/logs/remoteNetworks", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "POST" + }, + { + "Command": "New-MgBetaNetworkAccessLogTraffic", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaNetworkAccessLogTraffic", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Permissions": [], "Uri": "/networkAccess/logs/traffic", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaOauth2PermissionGrant", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -389385,90 +391132,81 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaOauth2PermissionGrant", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Command": "New-MgBetaOnPremisePublishingProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "Create", "Create1", @@ -389479,198 +391217,209 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPublishedResource", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileConnector", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnector", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnectorGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPublishedResource", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganization", + "Method": "POST" + }, + { + "Command": "New-MgBetaOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaOrganization", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOrganization", + "Permissions": [], "Uri": "/organization", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaOrganizationBrandingLocalization", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -389689,90 +391438,88 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "POST" + }, + { + "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOrganizationBrandingLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaOrganizationExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaPlaceAsRoomListRoom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaOrganizationExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", + "Method": "POST" + }, + { + "Command": "New-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPlaceAsRoomListRoom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphWorkspace", "Permissions": [], + "Uri": "/places/{place-id}/roomList/workspaces", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "POST" + }, + { + "Command": "New-MgBetaPlannerBucket", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaPlaceAsRoomListWorkspace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/workspaces", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -389799,20 +391546,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta", + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "POST" + }, + { + "Command": "New-MgBetaPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPlannerBucket", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/buckets", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -389839,20 +391586,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta", + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST" + }, + { + "Command": "New-MgBetaPlannerRoster", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPlannerPlan", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/plans", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerRoster", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -389871,20 +391618,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/planner/rosters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta", + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "POST" + }, + { + "Command": "New-MgBetaPlannerRosterMember", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPlannerRoster", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/rosters", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -389903,22 +391652,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaPlannerTask", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaPlannerRosterMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -389945,20 +391692,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta", + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPlannerTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/tasks", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -389977,20 +391724,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390009,35 +391756,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyAppManagementPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/appManagementPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -390056,69 +391803,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyAuthorizationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/authorizationPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Permissions": [], + "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Permissions": [], "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPolicyClaimMappingPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390137,84 +391884,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaPolicyClaimMappingPolicy", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "New-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyFeatureRolloutPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390233,261 +391980,261 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "New-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyMobileAppManagementPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Permissions": [], "Uri": "/policies/mobileAppManagementPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Permissions": [], "Uri": "/policies/mobileDeviceManagementPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Command": "New-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyPermissionGrantPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Permissions": [], "Uri": "/policies/permissionGrantPreApprovalPolicies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "New-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyRoleManagementPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [], + "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyRoleManagementPolicyRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Permissions": [], "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPolicyTokenIssuancePolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390506,20 +392253,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPolicyTokenIssuancePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -390538,50 +392285,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaPolicyTokenLifetimePolicy", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "New-MgBetaPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrintConnector", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/connectors", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [], + "Uri": "/print/connectors", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrintOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "Uri": "/print/operations", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPrintPrinter", + "Variants": [ + "Create1", + "CreateExpanded1" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.Create", @@ -390608,20 +392355,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/create", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "Command": "New-MgBetaPrintPrinter", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/create", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPrintPrinterJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -390664,39 +392413,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterJobDocument", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -390723,156 +392472,156 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", - "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPrintPrinterShare", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [], + "Uri": "/print/printerShares", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterJobTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaPrintPrinterShare", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printerShares", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterShareJobDocument", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintPrinterShareJobTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -390891,103 +392640,103 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaPrintPrinterTaskTrigger", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "New-MgBetaPrintService", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrintService", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/services", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [], + "Uri": "/print/services", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintServiceEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintServiceEndpoint", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgBetaPrintShare", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrintShare", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "Uri": "/print/shares", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintShareAllowedGroupByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaPrintShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintShareAllowedUserByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaPrintShareJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -391022,39 +392771,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrintShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintShareJobDocument", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -391081,397 +392830,386 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaPrintShareJobDocumentUploadSession", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgBetaPrintShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintShareJobTask", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "New-MgBetaPrintTaskDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrintTaskDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgBetaPrintTaskDefinitionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrintTaskDefinitionTask", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivacySubjectRightsRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests", - "Module": "Beta.Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivacySubjectRightsRequestNote", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Command": "New-MgBetaPrivilegedAccess", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivilegedAccess", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Permissions": [], + "Uri": "/privilegedAccess", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedAccessRoleSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedApproval", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivilegedApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedApproval", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Permissions": [], + "Uri": "/privilegedApproval", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedOperationEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivilegedOperationEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedOperationEvents", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Permissions": [], + "Uri": "/privilegedOperationEvents", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedRole", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivilegedRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoles", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoles", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivilegedRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", "Variants": [ "Make", "MakeViaIdentity" ], - "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", + "Command": "New-MgBetaProgram", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaProgram", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "Uri": "/programs", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "New-MgBetaProgramControl", "Variants": [ "Create", "Create1", @@ -391484,184 +393222,193 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaProgramControl", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProgramControl", + "Permissions": [], "Uri": "/programControls", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", + "Command": "New-MgBetaProgramControlType", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaProgramControlType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/programControlTypes", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphProgramControlType", "Permissions": [], + "Uri": "/programControlTypes", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "POST" + }, + { + "Command": "New-MgBetaReportPartnerBillingManifest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaReportPartnerBillingManifest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", "Permissions": [], + "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaReportPartnerBillingOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaReportPartnerBillingOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", "Permissions": [], + "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "POST" + }, + { + "Command": "New-MgBetaRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRiskDetection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskDetection", "Permissions": [], + "Uri": "/identityProtection/riskDetections", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "POST" + }, + { + "Command": "New-MgBetaRiskyServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRiskyServicePrincipal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRiskyServicePrincipalHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "POST" + }, + { + "Command": "New-MgBetaRiskyUser", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRiskyUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUser", "Permissions": [], + "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaRiskyUserHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRiskyUserHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -391680,37 +393427,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", - "Method": "POST", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -391753,69 +393500,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/cloudPC/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", - "Method": "POST", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -391834,37 +393581,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", - "Method": "POST", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -391907,146 +393654,146 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", - "Method": "POST", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -392081,20 +393828,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -392113,67 +393860,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -392192,320 +393939,320 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -392524,298 +394271,298 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAppScope", + "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomAppScope", + "Permissions": [], "Uri": "/roleManagement/exchange/customAppScopes", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "Uri": "/roleManagement/exchange/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSchemaExtension", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -392834,20 +394581,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST" + }, + { + "Command": "New-MgBetaSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSchemaExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/schemaExtensions", - "Module": "Beta.SchemaExtensions" - }, - { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -392866,20 +394613,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "POST" + }, + { + "Command": "New-MgBetaSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSearchAcronym", - "Method": "POST", - "CommandAlias": null, - "Uri": "/search/acronyms", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -392898,20 +394645,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "POST" + }, + { + "Command": "New-MgBetaSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSearchBookmark", - "Method": "POST", - "CommandAlias": null, - "Uri": "/search/bookmarks", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -392930,268 +394677,268 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaSearchQna", - "Method": "POST", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/qnas", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", + "Command": "New-MgBetaSecurityAction", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAction", + "Permissions": [], "Uri": "/security/securityActions", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", + "Command": "New-MgBetaSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAlert", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/alerts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphAlert", "Permissions": [], + "Uri": "/security/alerts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAlertV2", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAlertV2", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "Uri": "/security/alerts_v2", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "New-MgBetaSecurityAttackSimulation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "Uri": "/security/attackSimulation/simulations", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "New-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationAutomation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomation", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotification", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationLandingPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPage", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationLoginPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/loginPages", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLoginPage", "Permissions": [], + "Uri": "/security/attackSimulation/loginPages", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Permissions": [], + "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationPayload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphPayload", "Permissions": [], + "Uri": "/security/attackSimulation/payloads", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTraining", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationTraining", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "Uri": "/security/attackSimulation/trainings", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "Uri": "/security/attackSimulation/trainingCampaigns", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSecurityAuditLogQuery", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -393250,37 +394997,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/auditLog/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaSecurityAuditLogQuery", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/auditLog/queries", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Command": "New-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityAuditLogQueryRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Permissions": [], "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSecurityCaseEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393299,20 +395046,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCase", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393331,22 +395080,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393365,22 +395114,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393399,22 +395148,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393433,22 +395182,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393467,22 +395216,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393501,22 +395250,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393535,22 +395284,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393569,39 +395318,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393620,39 +395369,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393671,22 +395420,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393705,39 +395454,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDataSource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -393756,689 +395505,687 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Command": "New-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityCloudAppSecurityProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cloudAppSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/collaboration/analyzedEmails", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", "Permissions": [], + "Uri": "/security/collaboration/analyzedEmails", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityDomainSecurityProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/domainSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Permissions": [], + "Uri": "/security/domainSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityFileSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityFileSecurityProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/fileSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Permissions": [], + "Uri": "/security/fileSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityHostSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityHostSecurityProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/hostSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Permissions": [], + "Uri": "/security/hostSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityIdentityHealthIssue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Permissions": [], + "Uri": "/security/identities/healthIssues", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityIdentitySensor", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityIdentitySensor", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/identities/sensors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensor", "Permissions": [], + "Uri": "/security/identities/sensors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", "Variants": [ "Regenerate" ], - "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityIncident", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityIncident", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/incidents", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIncident", "Permissions": [], + "Uri": "/security/incidents", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityIPSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityIPSecurityProfile", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Permissions": [], "Uri": "/security/ipSecurityProfiles", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "New-MgBetaSecurityLabelAuthority", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityLabelAuthority", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "Uri": "/security/labels/authorities", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "New-MgBetaSecurityLabelCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityLabelCategory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "New-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityLabelCategorySubcategory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "New-MgBetaSecurityLabelCitation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityLabelCitation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "Uri": "/security/labels/citations", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "New-MgBetaSecurityLabelDepartment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityLabelDepartment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "Uri": "/security/labels/departments", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "New-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityLabelFilePlanReference", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "New-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityLabelRetentionLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "Uri": "/security/labels/retentionLabels", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityPartnerSecurityAlert", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/partner/securityAlerts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", "Permissions": [], + "Uri": "/security/partner/securityAlerts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityProviderTenantSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityProviderTenantSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/providerTenantSettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Permissions": [], + "Uri": "/security/providerTenantSettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityRuleDetectionRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityRuleDetectionRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/rules/detectionRules", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDetectionRule", "Permissions": [], + "Uri": "/security/rules/detectionRules", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecuritySecureScore", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecuritySecureScore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/secureScores", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [], + "Uri": "/security/secureScores", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecuritySecureScoreControlProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [], + "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecuritySubjectRightsRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [], + "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecuritySubjectRightsRequestNote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceArticle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/articles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHost", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPair", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPort", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubdomain", "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -394457,35 +396204,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreats", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Permissions": [], + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -394504,20 +396251,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/fileThreats", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "POST" + }, + { + "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatSubmission/fileThreats", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -394536,159 +396283,159 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/threatSubmission/urlThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/threatSubmission/urlThreats", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "New-MgBetaSecurityTiIndicator", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityTiIndicator", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "Uri": "/security/tiIndicators", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "New-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityTriggerRetentionEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Permissions": [], "Uri": "/security/triggers/retentionEvents", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Command": "New-MgBetaSecurityUserSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSecurityUserSecurityProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/userSecurityProfiles", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Permissions": [], + "Uri": "/security/userSecurityProfiles", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "POST" + }, + { + "Command": "New-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaServiceAnnouncementHealthOverview", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealth", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST" + }, + { + "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST" + }, + { + "Command": "New-MgBetaServiceAnnouncementIssue", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaServiceAnnouncementIssue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaServiceAnnouncementMessage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServiceAnnouncementMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaServicePrincipal", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -394715,20 +396462,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -394755,22 +396504,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -394797,22 +396546,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -394855,56 +396604,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalEndpoint", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -394947,39 +396696,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalLicenseDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -395014,22 +396763,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalOwnerByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -395056,22 +396805,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -395106,37 +396855,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "New-MgBetaServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaServicePrincipalRiskDetection", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaServicePrincipalSynchronizationJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -395155,22 +396904,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -395189,162 +396938,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" - ], - "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -395355,17 +397093,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaShareListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListItemPermission", "Variants": [ "Create", "Create1", @@ -395376,17 +397114,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaShareListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListItemVersion", "Variants": [ "Create", "Create1", @@ -395397,113 +397135,124 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaShareListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaShareListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [], + "Uri": "/shares", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSiteColumn", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -395522,22 +397271,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -395556,22 +397305,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -395590,141 +397339,141 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteGetByPathColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteGetByPathContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteGetByPathList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteGetByPathOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteGetByPathPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteGetByPathPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Manage.All", @@ -395743,39 +397492,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -395794,39 +397543,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -395845,73 +397594,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListItemActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -395946,22 +397695,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -395988,22 +397737,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -396030,56 +397779,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -396106,39 +397855,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -396165,22 +397914,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -396207,22 +397956,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -396249,22 +397998,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -396291,56 +398040,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -396367,22 +398116,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -396409,196 +398158,185 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaSiteOnenoteSectionPage", - "Method": "POST", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgBetaSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "Uri": "/sites/{site-id}/operations", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgBetaSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "Uri": "/sites/{site-id}/pages", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST" + }, + { + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePageAsSitePageWebPart", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSitePermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgBetaSiteTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -396609,17 +398347,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaSiteTermStoreGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -396630,119 +398368,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -396753,17 +398491,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaSiteTermStoreSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -396774,34 +398512,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaSiteTermStoreSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -396812,17 +398550,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -396833,474 +398571,500 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSiteTermStoreSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveInclusionRules", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphDriveProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/driveProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Permissions": [], "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphExchangeRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Method": "POST", + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxInclusionRules", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphMailboxProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/mailboxProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Permissions": [], "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestorePoint", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestorePoint", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], "Uri": "/solutions/backupRestore/protectionPolicies", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceApp", + "Command": "New-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreServiceApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], "Uri": "/solutions/backupRestore/serviceApps", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Command": "New-MgBetaSolutionBackupRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], "Uri": "/solutions/backupRestore/restoreSessions", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Permissions": [], "Uri": "/solutions/backupRestore/sharePointRestoreSessions", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/siteInclusionRules", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSiteProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/siteProtectionUnits", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaSolutionBusinessScenario", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -397319,20 +399083,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta", + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSolutionBusinessScenario", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -397351,69 +399117,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "POST" + }, + { + "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaSubscribedSku", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [], + "Uri": "/subscribedSkus", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST" + }, + { + "Command": "New-MgBetaSubscription", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSubscribedSku", - "Method": "POST", - "CommandAlias": null, - "Uri": "/subscribedSkus", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeam", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/subscriptions", - "Module": "Beta.ChangeNotifications" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.Create", @@ -397448,20 +399212,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamChannel", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.Create.Group", @@ -397504,54 +399270,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaTeamChannel", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Command": "New-MgBetaTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaTeamChannelMessage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -397578,39 +399344,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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -397637,56 +399403,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -397761,22 +399527,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -397867,224 +399633,224 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaTeamInstalledApp", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/teams/{team-id}/members", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgBetaTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPermissionGrant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaTeamPrimaryChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Command": "New-MgBetaTeamPrimaryChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamPrimaryChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleDayNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleDayNote", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDayNote", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/dayNotes", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaTeamScheduleOfferShiftRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398103,22 +399869,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleOfferShiftRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398145,22 +399911,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleOpenShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398179,22 +399945,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398213,22 +399979,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleSchedulingGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398247,39 +400013,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphShift", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398298,39 +400064,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleTimeCard", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeCards", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398349,22 +400115,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleTimeOff", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -398383,39 +400149,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleTimeOffReason", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamScheduleTimeOffRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -398434,1031 +400200,1029 @@ "IsLeastPrivilege": true } ], + "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaTeamTag", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "New-MgBetaTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamTagMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaTeamworkDeletedChat", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTeamworkDeletedChat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDeletedTeam", "Permissions": [], + "Uri": "/teamwork/deletedTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTeamworkDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/devices", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDevice", "Permissions": [], + "Uri": "/teamwork/devices", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkDeviceOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkDeviceOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkTeamTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTeamworkTeamTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/teamTemplates", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamTemplate", "Permissions": [], + "Uri": "/teamwork/teamTemplates", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTeamworkTeamTemplateDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "New-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTeamworkWorkforceIntegration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "Uri": "/teamwork/workforceIntegrations", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Command": "New-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenants", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenants", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/appPerformances", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/auditEvents", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActions", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementActions", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementIntents", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplates", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/myRoles", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "New-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantTag", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "POST" + }, + { + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Command": "New-MgBetaTrustFrameworkKeySet", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTrustFrameworkKeySet", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Permissions": [], "Uri": "/trustFramework/keySets", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Command": "New-MgBetaTrustFrameworkKeySetKey", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "Command": "New-MgBetaTrustFrameworkKeySetKey", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaTrustFrameworkPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaTrustFrameworkPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/trustFramework/policies", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaUser", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399509,88 +401273,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgBetaUser", - "Method": "POST", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users", - "Module": "Beta.Users" - }, - { - "Permissions": [], - "ApiReferenceLink": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserActivityHistoryItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserActivityStatistics", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserActivityStatistics", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphActivityStatistics", + "Permissions": [], "Uri": "/users/{user-id}/analytics/activityStatistics", - "Module": "Beta.People" + "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Command": "New-MgBetaUserAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaUserAuthenticationEmailMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -399609,56 +401375,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserAuthenticationEmailMethod", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserAuthenticationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserAuthenticationMethod", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserAuthenticationOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -399677,111 +401443,100 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaUserAuthenticationPhoneMethod", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Permissions": [], "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "New-MgBetaUserCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserCalendar", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendars", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserCalendarEvent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaUserCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserCalendarGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [], + "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserCalendarGroupCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserCalendarGroupCalendar", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendar", + "Permissions": [], "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "New-MgBetaUserCalendarPermission", "Variants": [ "Create", "Create1", @@ -399792,1235 +401547,1246 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaUserCalendarPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", + "Command": "New-MgBetaUserChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChat", "Permissions": [], + "Uri": "/users/{user-id}/chats", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatPinnedMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserChatTab", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaUserCloudPcSnapshot", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgBetaUserCloudPcSnapshot", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", + "Command": "New-MgBetaUserContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactFolderChildFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactFolderChildFolderContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactFolderContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserContactFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserContactFolderContactExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDefaultCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDefaultCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/events", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/devices", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceCommand", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphCommand", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceRegisteredUserByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDeviceUsageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDeviceUsageRights", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveBundle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemChild", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemListItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveItemListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootChild", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootListItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgBetaUserDriveRootListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootListItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserDriveRootVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaUserEventAttachmentUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -401039,970 +402805,970 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaUserEventAttachmentUploadSession", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventInstanceAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserEventInstanceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInferenceClassificationOverride", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInformationProtectionPolicyLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/policy/labels", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInsightShared", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInsightShared", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrending", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInsightTrending", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInsightTrending", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphTrending", "Permissions": [], + "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserInsightUsed", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserInsightUsed", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMailFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMailFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaUserMailFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageForward", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaUserMailFolderMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageMention", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageReply", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMailFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaUserMailFolderMessageReplyAll", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgBetaUserMailFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMailFolderMessageRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceHealthScriptState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaUserMessageAttachmentUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -402021,190 +403787,190 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaUserMessageAttachmentUploadSession", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaUserMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMessageExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMessageForward", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", + "Command": "New-MgBetaUserMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMessageMention", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMention", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMessageReply", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgBetaUserMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaUserMessageReplyAll", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Command": "New-MgBetaUserMobileAppIntentAndState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMobileAppIntentAndState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserNotification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserNotification", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNotification", + "Permissions": [], "Uri": "/users/{user-id}/notifications", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaUserOnenoteNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -402231,22 +403997,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -402273,22 +404039,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -402315,22 +404081,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -402357,56 +404123,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -402433,22 +404199,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -402475,22 +404241,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnenoteSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -402509,43 +404275,32 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaUserOnlineMeeting", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "Create1", @@ -402556,47 +404311,58 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnlineMeetingRecording", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -402623,260 +404389,260 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookMasterCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOnlineMeetingTranscript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookMasterCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskFolderTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.ReadWrite", @@ -402895,22 +404661,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/account", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileAddress", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileAccount", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/account", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -402929,22 +404695,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/addresses", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAddress", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileAnniversary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileAddress", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/addresses", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.ReadWrite", @@ -402963,22 +404729,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/anniversaries", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileAward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileAnniversary", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/anniversaries", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -402997,22 +404763,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/awards", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAward", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileCertification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileAward", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/awards", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -403031,22 +404797,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/certifications", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileEducationalActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileCertification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/certifications", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -403065,22 +404831,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/educationalActivities", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileEmail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileEducationalActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/educationalActivities", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -403099,22 +404865,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/emails", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemEmail", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileInterest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileEmail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/emails", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -403133,22 +404899,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/interests", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileInterest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/interests", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphLanguageProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -403167,22 +404933,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/languages", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileName", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileLanguage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/languages", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonName", "Permissions": [ { "Name": "User.Read", @@ -403225,22 +404991,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/names", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileName", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/names", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.ReadWrite", @@ -403259,22 +405025,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/notes", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfilePatent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileNote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/notes", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -403293,22 +405059,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/patents", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfilePhone", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfilePatent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/patents", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -403327,22 +405093,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/phones", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfilePosition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfilePhone", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/phones", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphWorkPosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -403361,22 +405127,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/positions", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileProject", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfilePosition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/positions", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.ReadWrite", @@ -403395,22 +405161,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/projects", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfilePublication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileProject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/projects", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -403429,22 +405195,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/publications", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPublication", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileSkill", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfilePublication", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/publications", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -403463,22 +405229,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/skills", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileWebAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileSkill", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/skills", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -403497,22 +405263,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/webAccounts", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserProfileWebsite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileWebAccount", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/webAccounts", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -403531,124 +405297,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/websites", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserScopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserProfileWebsite", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/websites", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserScopedRoleMemberOf", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserSettingStorageQuotaService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserSettingWindows", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserSettingStorageQuotaService", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserSettingWindowsInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserSettingWindows", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserSettingWindowsInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTeamworkInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTeamworkAssociatedTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -403747,22 +405513,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTodoList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTeamworkInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403781,39 +405547,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTodoListExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTodoList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTodoListTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTodoListExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403832,22 +405598,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTodoListTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTodoListTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403866,22 +405632,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTodoListTaskAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403900,22 +405666,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -403934,582 +405700,582 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgBetaUserTodoListTaskChecklistItem", - "Method": "POST", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaUserTodoListTaskExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaUserTodoListTaskExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaVirtualEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventPresenter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventSessionAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "New-MgBetaVirtualEventTownhall", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaVirtualEventTownhall", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventTownhallPresenter", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgBetaVirtualEventTownhallSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventTownhallSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "New-MgBetaVirtualEventWebinar", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaVirtualEventWebinar", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventWebinarPresenter", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "New-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventWebinarRegistration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgBetaVirtualEventWebinarSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventWebinarSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "New-MgBetaWindowsUpdatesDeployment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaWindowsUpdatesDeployment", - "Method": "POST", - "CommandAlias": "New-MgBetaWuDeployment", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], "Uri": "/admin/windows/updates/deployments", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuDeployment", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Method": "POST", - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Method": "POST", - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "New-MgBetaWindowsUpdatesPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaWindowsUpdatesPolicy", - "Method": "POST", - "CommandAlias": "New-MgBetaWuPolicy", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuPolicy", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Method": "POST", - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Method": "POST", - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Method": "POST", - "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", - "Method": "POST", - "CommandAlias": "New-MgBetaWuPolicyAudienceMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuPolicyAudienceMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", - "Method": "POST", - "CommandAlias": "New-MgBetaWuPolicyComplianceChange", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "Module": "Beta.WindowsUpdates" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "New-MgBetaWindowsUpdatesProduct", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaWindowsUpdatesProduct", - "Method": "POST", - "CommandAlias": "New-MgBetaWuProduct", - "Uri": "/admin/windows/updates/products", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", "Permissions": [], + "Uri": "/admin/windows/updates/products", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuProduct", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesProductEdition", - "Method": "POST", - "CommandAlias": "New-MgBetaWuProductEdition", - "Uri": "/admin/windows/updates/products/{product-id}/editions", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/editions", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuProductEdition", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", - "Method": "POST", - "CommandAlias": "New-MgBetaWuProductKnownIssue", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuProductKnownIssue", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "POST" + }, + { + "Command": "New-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBetaWindowsUpdatesProductRevision", - "Method": "POST", - "CommandAlias": "New-MgBetaWuProductRevision", + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Permissions": [], "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "New-MgBetaWuProductRevision", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Command": "New-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaWindowsUpdatesResourceConnection", - "Method": "POST", - "CommandAlias": "New-MgBetaWuResourceConnection", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Permissions": [], "Uri": "/admin/windows/updates/resourceConnections", - "Module": "Beta.WindowsUpdates" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", - "Method": "POST", - "CommandAlias": "New-MgBetaWuUpdatableAsset", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets", - "Module": "Beta.WindowsUpdates" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingBusiness", + "Command": "New-MgBookingBusiness", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBookingBusiness", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBookingBusiness", + "Permissions": [], "Uri": "/solutions/bookingBusinesses", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgBookingBusinessAppointment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -404544,39 +406310,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST" + }, + { + "Command": "New-MgBookingBusinessCalendarView", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBookingBusinessAppointment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST" + }, + { + "Command": "New-MgBookingBusinessCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBookingBusinessCalendarView", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -404603,22 +406369,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBookingBusinessCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBookingBusinessCustomer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -404645,22 +406411,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "POST" + }, + { + "Command": "New-MgBookingBusinessService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBookingBusinessCustomQuestion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -404679,22 +406445,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingService", + "Method": "POST" + }, + { + "Command": "New-MgBookingBusinessStaffMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgBookingBusinessService", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -404713,37 +406479,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgBookingCurrency", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgBookingBusinessStaffMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [], + "Uri": "/solutions/bookingCurrencies", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "POST" + }, + { + "Command": "New-MgChat", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgBookingCurrency", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingCurrencies", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.Create", @@ -404762,20 +406526,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", + "Method": "POST" + }, + { + "Command": "New-MgChatInstalledApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgChat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -404866,22 +406632,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -404924,22 +406690,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -404974,90 +406740,90 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [ { "Name": "ChatMessage.Send", @@ -405084,22 +406850,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST" + }, + { + "Command": "New-MgChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgChatPinnedMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create", @@ -405166,22 +406932,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationCall", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgChatTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphCall", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -405224,20 +406988,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCall", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationCall", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -405256,280 +407022,280 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgCommunicationCallAudioRoutingGroup", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgCommunicationCallContentSharingSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationCallContentSharingSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationCallOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationCallOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCommsOperation", "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationCallParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationCallParticipant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationCallRecordParticipantV2", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationCallRecordParticipantV2", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationCallRecordSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationCallRecordSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsSession", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationOnlineMeeting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgCommunicationOnlineMeeting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [], + "Uri": "/communications/onlineMeetings", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationOnlineMeetingRecording", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgCommunicationOnlineMeetingTranscript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", + "Method": "POST" + }, + { + "Command": "New-MgCommunicationPresence", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgCommunicationPresence", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/presences", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [], + "Uri": "/communications/presences", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "POST" + }, + { + "Command": "New-MgContact", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", + "Method": "POST" + }, + { + "Command": "New-MgContract", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgContract", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contracts", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphContract", "Permissions": [], + "Uri": "/contracts", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST" + }, + { + "Command": "New-MgDataPolicyOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDataPolicyOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Permissions": [], "Uri": "/dataPolicyOperations", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", + "Command": "New-MgDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDevice", + "Permissions": [], "Uri": "/devices", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Permissions": [], "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405548,39 +407314,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405599,20 +407363,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405631,37 +407397,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "POST", + "Module": "Devices.CorporateManagement", "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Permissions": [], "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405680,54 +407446,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementManagedAppPolicy", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405746,54 +407510,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedAppRegistration", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405812,152 +407578,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", - "Method": "POST", + "Module": "Devices.CorporateManagement", "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Command": "New-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementManagedAppStatus", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Permissions": [], "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBook", + "Command": "New-MgDeviceAppManagementManagedEBook", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementManagedEBook", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedEBook", + "OutputType": "IMicrosoftGraphManagedEBook", + "Permissions": [], "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Command": "New-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedEBookAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Permissions": [], "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Permissions": [], "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -405976,22 +407742,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -406010,1000 +407776,1000 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", + "Module": "Devices.CorporateManagement", "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileApp", + "Command": "New-MgDeviceAppManagementMobileApp", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementMobileApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileApp", + "OutputType": "IMicrosoftGraphMobileApp", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Command": "New-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppCategory", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Command": "New-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppConfiguration", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407022,39 +408788,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementVppToken", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407073,20 +408837,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtVppToken", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceAppManagementVppToken", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407105,37 +408869,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407154,22 +408920,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407188,54 +408954,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST" + }, + { + "Command": "New-MgDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementAuditEvent", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgDeviceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementAuditEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407254,20 +409018,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementDetectedApp", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementComplianceManagementPartner", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -407286,20 +409050,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementDetectedApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407318,252 +409082,252 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgDeviceManagementDeviceCategory", - "Method": "POST", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Command": "New-MgDeviceManagementDeviceConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementDeviceConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "DeviceManagement" + "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" }, { + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407582,20 +409346,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407614,22 +409380,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementExchangeConnector", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407648,50 +409412,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementExchangeConnector", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementIoUpdateStatus", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementManagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementIoUpdateStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -407710,116 +409474,118 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgDeviceManagementManagedDevice", - "Method": "POST", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Permissions": [], "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "DeviceManagement" + "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" }, { + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -407838,22 +409604,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -407888,20 +409652,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded" ], - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407920,52 +409684,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", - "Method": "POST", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Command": "New-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementNotificationMessageTemplate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Permissions": [], "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "DeviceManagement" + "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" }, { + "Command": "New-MgDeviceManagementPartner", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -407984,20 +409748,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementPartner", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -408016,20 +409780,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementRemoteAssistancePartner", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408048,20 +409812,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementResourceOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408080,20 +409844,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408112,20 +409876,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -408144,101 +409910,99 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", - "Method": "POST", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Permissions": [], "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Command": "New-MgDeviceManagementTermAndCondition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementTermAndCondition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Permissions": [], "Uri": "/deviceManagement/termsAndConditions", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Permissions": [], "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Command": "New-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Permissions": [], "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Command": "New-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Permissions": [], "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408257,20 +410021,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408289,20 +410053,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408321,20 +410085,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408353,20 +410117,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408385,20 +410149,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408417,20 +410181,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408449,20 +410213,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408481,35 +410245,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408528,52 +410292,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", - "Method": "POST", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408592,20 +410356,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408624,20 +410388,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408656,20 +410420,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408688,20 +410452,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408720,20 +410484,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408752,20 +410516,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408784,20 +410548,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408816,20 +410580,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408848,20 +410612,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408880,22 +410646,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -408914,174 +410678,174 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "POST", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "DeviceManagement.Administration" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Permissions": [], "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "DeviceManagement" + "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" }, { + "Command": "New-MgDeviceManagementWindowsMalwareInformation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409100,20 +410864,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "POST" + }, + { + "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceManagementWindowsMalwareInformation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409132,88 +410898,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "POST", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceRegisteredOwnerByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDeviceRegisteredUserByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "New-MgDirectoryAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryAdministrativeUnit", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDirectoryAdministrativeUnitExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDirectoryAdministrativeUnitMember", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -409256,22 +411022,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDirectoryAdministrativeUnitMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -409314,357 +411080,357 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", - "Method": "POST", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "New-MgDirectoryAttributeSet", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryAttributeSet", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "Uri": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "New-MgDirectoryDeviceLocalCredential", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryDeviceLocalCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", "Permissions": [], + "Uri": "/directory/deviceLocalCredentials", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST" + }, + { + "Command": "New-MgDirectoryFederationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryFederationConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST" + }, + { + "Command": "New-MgDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryObject", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryObjects", - "Module": "DirectoryObjects" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/directoryObjects", "ApiReferenceLink": null, + "Module": "DirectoryObjects", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "POST" + }, + { + "Command": "New-MgDirectoryOnPremiseSynchronization", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryOnPremiseSynchronization", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "Uri": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "New-MgDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Permissions": [], "Uri": "/directoryRoles", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgDirectoryRoleMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDirectoryRoleMemberByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Command": "New-MgDirectoryRoleScopedMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDirectoryRoleScopedMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "POST" + }, + { + "Command": "New-MgDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectoryRoleTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [], + "Uri": "/directoryRoleTemplates", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "POST" + }, + { + "Command": "New-MgDirectorySubscription", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDirectorySubscription", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain", + "Command": "New-MgDomain", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDomain", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDomain", + "Permissions": [], "Uri": "/domains", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Command": "New-MgDomainFederationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDomainFederationConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Permissions": [], "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Command": "New-MgDomainServiceConfigurationRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDomainServiceConfigurationRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST" + }, + { + "Command": "New-MgDomainVerificationDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDomainVerificationDnsRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST" + }, + { + "Command": "New-MgDrive", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveBundle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDriveItemChild", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -409691,22 +411457,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -409733,124 +411499,124 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -409877,411 +411643,411 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDriveItemUploadSession", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "New-MgDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgDriveListColumn", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Command": "New-MgDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootChild", - "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createLink", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootListItemDocumentSetVersion", - "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], + "Uri": "/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createLink", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootUploadSession", - "Method": "POST", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createUploadSession", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgDriveRootUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Permissions": [], "Uri": "/drives/{drive-id}/root/versions", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass", + "Command": "New-MgEducationClass", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEducationClass", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Permissions": [], "Uri": "/education/classes", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgEducationClassAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410300,22 +412066,26 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentCategory", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Command": "New-MgEducationClassAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410334,26 +412104,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentCategoryByRef", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410372,22 +412138,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentCategoryByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410406,56 +412172,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentSettingGradingCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -410474,22 +412240,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentSubmissionOutcome", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410508,39 +412274,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentSubmissionResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -410559,22 +412325,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgEducationClassModule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassMemberByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -410593,22 +412359,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST" + }, + { + "Command": "New-MgEducationClassModuleResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassModule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -410627,173 +412393,171 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgEducationClassModuleResource", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEducationClassTeacherByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationClassTeacherByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationMeAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/me/assignments", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentCategoryByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentSubmissionResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgEducationMeRubric", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410812,467 +412576,458 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgEducationMeRubric", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/rubrics", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "New-MgEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEducationSchool", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/schools", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEducationSchoolClassByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationSchoolClassByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEducationSchoolUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationSchoolUserByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "New-MgEducationUser", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEducationUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "Uri": "/education/users", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "New-MgEducationUserAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentCategoryByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentSubmissionResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST" + }, + { + "Command": "New-MgEducationUserRubric", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEducationUserRubric", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "New-MgEntitlementManagementAccessPackage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementAccessPackage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Command": "New-MgEntitlementManagementAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignments", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "New-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementAssignmentPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Command": "New-MgEntitlementManagementAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "New-MgEntitlementManagementCatalog", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementCatalog", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "New-MgEntitlementManagementCatalogResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementCatalogResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Create", "Create1", @@ -411287,17 +413042,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Command": "New-MgEntitlementManagementCatalogResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Create", "Create1", @@ -411308,34 +413063,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Create", "Create1", @@ -411350,17 +413105,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Command": "New-MgEntitlementManagementCatalogResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Create", "Create1", @@ -411371,247 +413126,247 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "New-MgEntitlementManagementConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementConnectedOrganization", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "New-MgEntitlementManagementResource", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceEnvironment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementResourceEnvironment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceEnvironmentResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "New-MgEntitlementManagementResourceRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Create", "Create1", @@ -411626,17 +413381,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Create", "Create1", @@ -411647,34 +413402,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Create", "Create1", @@ -411689,17 +413444,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Create", "Create1", @@ -411710,283 +413465,292 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScope", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceScope", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST" + }, + { + "Command": "New-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgEntitlementManagementResourceScopeResourceRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgExternalConnection", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -412005,20 +413769,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "POST" + }, + { + "Command": "New-MgExternalConnectionGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgExternalConnection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -412037,22 +413803,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "POST" + }, + { + "Command": "New-MgExternalConnectionGroupMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgExternalConnectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -412071,73 +413837,71 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "POST" + }, + { + "Command": "New-MgExternalConnectionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgExternalConnectionGroupMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "POST" + }, + { + "Command": "New-MgExternalConnectionItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgExternalConnectionItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "POST" + }, + { + "Command": "New-MgExternalConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgExternalConnectionItemActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroup", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgExternalConnectionOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.Create", @@ -412164,88 +413928,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupAcceptedSenderByRef", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupAcceptedSenderByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgGroupCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgGroupCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupCalendarPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -412264,22 +414030,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversation", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -412298,857 +414064,857 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThread", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThreadPostAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThreadPostExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveBundle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgGroupDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupDriveRootVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgGroupEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgGroupEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupEventAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupEventExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphAttachment", "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgGroupEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupEventInstanceAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupEventInstanceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupLifecyclePolicy", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/extensions", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Permissions": [], + "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "POST" + }, + { + "Command": "New-MgGroupMemberByRef", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupLifecyclePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groupLifecyclePolicies", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupMemberByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/members/$ref", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -413175,22 +414941,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -413217,22 +414983,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -413259,22 +415025,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -413301,56 +415067,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -413377,22 +415143,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -413419,22 +415185,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupOnenoteSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -413453,60 +415219,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgGroupOwnerByRef", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Command": "New-MgGroupPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupPermissionGrant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgGroupRejectedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupRejectedSenderByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSetting", + "Command": "New-MgGroupSetting", "Variants": [ "Create", "Create1", @@ -413515,831 +415270,831 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroupSetting", + "Permissions": [], "Uri": "/groups/{group-id}/settings", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groupSettingTemplates", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Permissions": [], + "Uri": "/groupSettingTemplates", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteGetByPathTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteGetByPathTermStore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteResource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOnenoteSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePageAsSitePageWebPart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgGroupSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSitePermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupSiteTermStore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroup", "Variants": [ "Create", "Create1", @@ -414350,17 +416105,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSet", "Variants": [ "Create", "Create1", @@ -414371,17 +416126,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -414400,17 +416155,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -414429,17 +416184,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Create", "Create1", @@ -414450,17 +416205,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Create", "Create1", @@ -414471,17 +416226,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -414492,17 +416247,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -414513,17 +416268,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -414534,17 +416289,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSet", "Variants": [ "Create", "Create1", @@ -414555,17 +416310,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -414584,17 +416339,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgGroupSiteTermStoreSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -414613,17 +416368,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgGroupSiteTermStoreSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "Create1", @@ -414634,17 +416389,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -414663,17 +416418,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -414692,17 +416447,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "Create1", @@ -414713,17 +416468,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "Create1", @@ -414734,17 +416489,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -414755,17 +416510,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -414776,17 +416531,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -414797,17 +416552,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetRelation", "Variants": [ "Create", "Create1", @@ -414818,17 +416573,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetTerm", "Variants": [ "Create", "Create1", @@ -414839,17 +416594,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Create", "Create1", @@ -414860,17 +416615,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -414881,17 +416636,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Create", "Create1", @@ -414902,523 +416657,534 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamPrimaryChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleOfferShiftRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleOpenShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleSchedulingGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleTimeOff", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleTimeOffReason", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamScheduleTimeOffRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamTag", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST" + }, + { + "Command": "New-MgGroupTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupTeamTagMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgGroupThread", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -415437,352 +417203,350 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgGroupThread", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Command": "New-MgGroupThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupThreadPostAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupThreadPostAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgGroupThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupThreadPostExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupThreadPostInReplyToAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgGroupThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgGroupThreadPostInReplyToExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "New-MgIdentityApiConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityApiConnector", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "New-MgIdentityAuthenticationEventFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityAuthenticationEventFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "New-MgIdentityAuthenticationEventListener", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityAuthenticationEventListener", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "Uri": "/identity/authenticationEventListeners", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "New-MgIdentityB2XUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityB2XUserFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Permissions": [], "Uri": "/identity/b2xUserFlows", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgIdentityB2XUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityB2XUserFlowLanguage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Variants": [ + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -415801,20 +417565,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Variants": [ - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -415833,20 +417597,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "POST" + }, + { + "Command": "New-MgIdentityConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityConditionalAccessNamedLocation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -415873,442 +417637,442 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgIdentityConditionalAccessPolicy", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "New-MgIdentityCustomAuthenticationExtension", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityCustomAuthenticationExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Permissions": [], "Uri": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "New-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernanceAppConsentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -416327,50 +418091,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -416389,39 +418153,30 @@ "IsLeastPrivilege": false } ], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "POST", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Identity.Governance" - }, - { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -416430,143 +418185,152 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST" + }, + { + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "New-MgIdentityProvider", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityProvider", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "Uri": "/identity/identityProviders", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "New-MgIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgIdentityUserFlowAttribute", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/userFlowAttributes", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Command": "New-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgInvitation", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphInvitation", "Permissions": [ { "Name": "User.Invite.All", @@ -416593,20 +418357,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/invitations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInvitation", + "Method": "POST" + }, + { + "Command": "New-MgOauth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgInvitation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/invitations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -416625,35 +418389,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgOrganization", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgOauth2PermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [], + "Uri": "/organization", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganization", + "Method": "POST" + }, + { + "Command": "New-MgOrganizationBrandingLocalization", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgOrganization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -416672,73 +418438,71 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "POST" + }, + { + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgOrganizationBrandingLocalization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgOrganizationExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgPlaceAsRoomListRoom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgOrganizationExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom", + "Method": "POST" + }, + { + "Command": "New-MgPlannerBucket", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Command": "New-MgPlaceAsRoomListRoom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -416765,20 +418529,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "POST" + }, + { + "Command": "New-MgPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPlannerBucket", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/buckets", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -416805,20 +418569,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST" + }, + { + "Command": "New-MgPlannerTask", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPlannerPlan", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/plans", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -416845,20 +418609,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST" + }, + { + "Command": "New-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPlannerTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/planner/tasks", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -416877,20 +418641,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "POST" + }, + { + "Command": "New-MgPolicyAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyActivityBasedTimeoutPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -416909,35 +418673,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "POST" + }, + { + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyAppManagementPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/appManagementPolicies", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "POST" + }, + { + "Command": "New-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -416956,37 +418720,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgPolicyAuthenticationStrengthPolicy", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgPolicyClaimMappingPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417005,84 +418769,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgPolicyClaimMappingPolicy", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "New-MgPolicyFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyFeatureRolloutPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns" + "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" }, { + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417101,133 +418865,133 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Command": "New-MgPolicyPermissionGrantPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyPermissionGrantPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Command": "New-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Command": "New-MgPolicyRoleManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyRoleManagementPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [], + "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "POST" + }, + { + "Command": "New-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST" + }, + { + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST" + }, + { + "Command": "New-MgPolicyRoleManagementPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPolicyRoleManagementPolicyRule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Permissions": [], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgPolicyTokenIssuancePolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417246,20 +419010,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "POST" + }, + { + "Command": "New-MgPolicyTokenLifetimePolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPolicyTokenIssuancePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -417278,50 +419042,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgPolicyTokenLifetimePolicy", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "New-MgPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPrintConnector", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/connectors", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintConnector", "Permissions": [], + "Uri": "/print/connectors", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "POST" + }, + { + "Command": "New-MgPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPrintOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "Uri": "/print/operations", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgPrintPrinter", + "Variants": [ + "Create1", + "CreateExpanded1" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.Create", @@ -417348,20 +419112,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/create", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "Command": "New-MgPrintPrinter", - "Method": "POST", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/create", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgPrintPrinterJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -417404,39 +419170,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "New-MgPrintPrinterJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST" + }, + { + "Command": "New-MgPrintPrinterJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintPrinterJobDocument", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -417463,39 +419229,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgPrintPrinterJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintPrinterJobDocumentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST" + }, + { + "Command": "New-MgPrintPrinterTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintPrinterJobTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -417514,103 +419280,103 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgPrintPrinterTaskTrigger", - "Method": "POST", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", + "Command": "New-MgPrintService", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPrintService", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/services", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [], + "Uri": "/print/services", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "POST" + }, + { + "Command": "New-MgPrintServiceEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintServiceEndpoint", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "New-MgPrintShare", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPrintShare", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "Uri": "/print/shares", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgPrintShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintShareAllowedGroupByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgPrintShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintShareAllowedUserByRef", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" + "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" }, { + "Command": "New-MgPrintShareJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -417645,39 +419411,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST" + }, + { + "Command": "New-MgPrintShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST" + }, + { + "Command": "New-MgPrintShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintShareJobDocument", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -417704,304 +419470,302 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgPrintShareJobDocumentUploadSession", - "Method": "POST", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgPrintShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintShareJobTask", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "New-MgPrintTaskDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPrintTaskDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "New-MgPrintTaskDefinitionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrintTaskDefinitionTask", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "New-MgPrivacySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgPrivacySubjectRightsRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests", - "Module": "Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", + "Module": "Compliance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Command": "New-MgPrivacySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgPrivacySubjectRightsRequestNote", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", + "Module": "Compliance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "POST" + }, + { + "Command": "New-MgReportPartnerBillingManifest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgReportPartnerBillingManifest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", "Permissions": [], + "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST" + }, + { + "Command": "New-MgReportPartnerBillingOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgReportPartnerBillingOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", "Permissions": [], + "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "POST" + }, + { + "Command": "New-MgRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRiskDetection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskDetection", "Permissions": [], + "Uri": "/identityProtection/riskDetections", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "POST" + }, + { + "Command": "New-MgRiskyServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRiskyServicePrincipal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "POST" + }, + { + "Command": "New-MgRiskyServicePrincipalHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgRiskyServicePrincipalHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "POST" + }, + { + "Command": "New-MgRiskyUser", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRiskyUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUser", "Permissions": [], + "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST" + }, + { + "Command": "New-MgRiskyUserHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgRiskyUserHistory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Command": "New-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -418036,20 +419800,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -418068,67 +419832,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgRoleManagementDirectoryRoleDefinition", - "Method": "POST", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -418147,52 +419911,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "POST", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -418211,142 +419975,142 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", - "Method": "POST", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST" + }, + { + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSchemaExtension", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -418365,20 +420129,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "Module": "SchemaExtensions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST" + }, + { + "Command": "New-MgSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSchemaExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/schemaExtensions", - "Module": "SchemaExtensions" - }, - { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -418397,20 +420161,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "POST" + }, + { + "Command": "New-MgSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSearchAcronym", - "Method": "POST", - "CommandAlias": null, - "Uri": "/search/acronyms", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -418429,20 +420193,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "POST" + }, + { + "Command": "New-MgSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSearchBookmark", - "Method": "POST", - "CommandAlias": null, - "Uri": "/search/bookmarks", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -418461,238 +420225,238 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchQna", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Command": "New-MgSearchQna", - "Method": "POST", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/qnas", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", + "Command": "New-MgSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAlert", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/alerts", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphAlert", "Permissions": [], + "Uri": "/security/alerts", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAlertV2", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAlertV2", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "Uri": "/security/alerts_v2", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulation", + "Command": "New-MgSecurityAttackSimulation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSimulation", + "Permissions": [], "Uri": "/security/attackSimulation/simulations", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "New-MgSecurityAttackSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationAutomation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomation", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityAttackSimulationAutomationRun", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationEndUserNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotification", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationLandingPage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationLandingPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPage", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityAttackSimulationLandingPageDetail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationLoginPage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationLoginPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/loginPages", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLoginPage", "Permissions": [], + "Uri": "/security/attackSimulation/loginPages", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationOperation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Permissions": [], + "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPayload", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationPayload", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationPayload", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphPayload", "Permissions": [], + "Uri": "/security/attackSimulation/payloads", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTraining", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationTraining", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityAttackSimulationTraining", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphTraining", "Permissions": [], + "Uri": "/security/attackSimulation/trainings", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "POST" + }, + { + "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Permissions": [], "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSecurityCaseEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418711,20 +420475,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCase", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418743,22 +420509,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418777,22 +420543,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418811,22 +420577,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418845,22 +420611,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418879,39 +420645,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418930,22 +420696,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418964,22 +420730,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418998,39 +420764,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDataSource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "POST" + }, + { + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -419049,619 +420815,617 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgSecurityCaseEdiscoveryCaseTag", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "New-MgSecurityIdentityHealthIssue", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityIdentityHealthIssue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Permissions": [], + "Uri": "/security/identities/healthIssues", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "POST" + }, + { + "Command": "New-MgSecurityIncident", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityIncident", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], "Uri": "/security/incidents", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Command": "New-MgSecurityLabelAuthority", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityLabelAuthority", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Permissions": [], "Uri": "/security/labels/authorities", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Command": "New-MgSecurityLabelCategory", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityLabelCategory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Command": "New-MgSecurityLabelCategorySubcategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityLabelCategorySubcategory", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Command": "New-MgSecurityLabelCitation", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityLabelCitation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Permissions": [], "Uri": "/security/labels/citations", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Command": "New-MgSecurityLabelDepartment", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityLabelDepartment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Permissions": [], "Uri": "/security/labels/departments", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Command": "New-MgSecurityLabelFilePlanReference", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityLabelFilePlanReference", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "New-MgSecurityLabelRetentionLabel", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityLabelRetentionLabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "Uri": "/security/labels/retentionLabels", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "POST" + }, + { + "Command": "New-MgSecuritySecureScore", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecuritySecureScore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/secureScores", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecureScore", "Permissions": [], + "Uri": "/security/secureScores", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "POST" + }, + { + "Command": "New-MgSecuritySecureScoreControlProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecuritySecureScoreControlProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Permissions": [], + "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST" + }, + { + "Command": "New-MgSecuritySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecuritySubjectRightsRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [], + "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST" + }, + { + "Command": "New-MgSecuritySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecuritySubjectRightsRequestNote", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceArticle", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceArticle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articles", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/articles", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHost", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHost", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHostComponent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHostCookie", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHostPair", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPair", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHostPort", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPort", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceHostTracker", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceIntelProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceSslCertificate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceSubdomain", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubdomain", "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceVulnerability", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "POST" + }, + { + "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Permissions": [], "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Command": "New-MgSecurityTriggerRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityTriggerRetentionEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Permissions": [], "Uri": "/security/triggers/retentionEvents", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Command": "New-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Permissions": [], "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", + "Command": "New-MgServiceAnnouncementHealthOverview", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgServiceAnnouncementHealthOverview", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealth", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST" + }, + { + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST" + }, + { + "Command": "New-MgServiceAnnouncementIssue", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgServiceAnnouncementIssue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "POST" + }, + { + "Command": "New-MgServiceAnnouncementMessage", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgServiceAnnouncementMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST" + }, + { + "Command": "New-MgServiceAnnouncementMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServiceAnnouncementMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgServicePrincipal", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419688,20 +421452,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipal", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -419728,22 +421494,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalAppRoleAssignedTo", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -419770,22 +421536,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -419828,56 +421594,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalDelegatedPermissionClassification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalEndpoint", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -419920,22 +421686,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419970,22 +421736,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalOwnerByRef", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -420020,37 +421786,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "New-MgServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgServicePrincipalRiskDetection", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgServicePrincipalSynchronizationJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420069,22 +421835,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420103,162 +421869,151 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" - ], - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalSynchronizationTemplate", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST" + }, + { + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgShareListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgShareListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgShareListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgShareListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgShareListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgShareListItemDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -420269,17 +422024,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgShareListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgShareListItemVersion", "Variants": [ "Create", "Create1", @@ -420290,96 +422045,107 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgShareListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgShareListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgShareListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgShareListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [], + "Uri": "/shares", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST" + }, + { + "Command": "New-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteAnalyticItemActivityStatActivity", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSiteColumn", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -420398,22 +422164,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -420432,22 +422198,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -420466,158 +422232,158 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgSiteGetByPathTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST" + }, + { + "Command": "New-MgSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteGetByPathTermStore", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [ { "Name": "Sites.Manage.All", @@ -420636,22 +422402,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphList", + "Method": "POST" + }, + { + "Command": "New-MgSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -420670,39 +422436,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -420721,56 +422487,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -420805,22 +422571,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -420847,73 +422613,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -420940,22 +422706,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -420982,22 +422748,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -421024,22 +422790,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -421066,56 +422832,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -421142,22 +422908,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -421184,179 +422950,168 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgSiteOnenoteSectionPage", - "Method": "POST", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Command": "New-MgSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Permissions": [], "Uri": "/sites/{site-id}/operations", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Command": "New-MgSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePage", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Permissions": [], "Uri": "/sites/{site-id}/pages", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST" + }, + { + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePageAsSitePageWebPart", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSitePermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "New-MgSiteTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteTermStore", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "Uri": "/sites/{site-id}/termStores", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "New-MgSiteTermStoreGroup", "Variants": [ "Create", "Create1", @@ -421367,17 +423122,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroup", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgSiteTermStoreGroupSet", "Variants": [ "Create", "Create1", @@ -421388,17 +423143,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -421417,17 +423172,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgSiteTermStoreGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -421446,17 +423201,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgSiteTermStoreGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetRelation", "Variants": [ "Create", "Create1", @@ -421467,17 +423222,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetTerm", "Variants": [ "Create", "Create1", @@ -421488,17 +423243,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -421509,17 +423264,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -421530,17 +423285,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -421551,17 +423306,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "New-MgSiteTermStoreSet", "Variants": [ "Create", "Create1", @@ -421572,17 +423327,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSet", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "New-MgSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -421601,17 +423356,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgSiteTermStoreSetChild", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Command": "New-MgSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -421630,17 +423385,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgSiteTermStoreSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "Create1", @@ -421651,17 +423406,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetParentGroupSet", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -421680,17 +423435,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -421709,17 +423464,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "Create1", @@ -421730,17 +423485,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "Create1", @@ -421751,17 +423506,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -421772,17 +423527,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -421793,17 +423548,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -421814,17 +423569,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetRelation", "Variants": [ "Create", "Create1", @@ -421835,17 +423590,38 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetRelation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSiteTermStoreSetTerm", + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetTermChild", "Variants": [ "Create", "Create1", @@ -421856,17 +423632,38 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetTerm", - "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSiteTermStoreSetTermChildRelation", + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST" + }, + { + "Command": "New-MgSiteTermStoreSetTermRelation", "Variants": [ "Create", "Create1", @@ -421877,85 +423674,360 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgSiteTermStoreSetTermChild", - "Method": "POST", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSolutionBackupRestoreDriveInclusionRule", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDriveProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreDriveProtectionUnit", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreExchangeProtectionPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Permissions": [], + "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" + }, + { + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSession", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteTermStoreSetTermChildRelation", - "Method": "POST", + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreMailboxInclusionRule", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreMailboxProtectionUnit", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "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" + }, + { + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Command": "New-MgSiteTermStoreSetTermRelation", - "Method": "POST", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgSolutionBackupRestorePoint", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSubscribedSku", - "Method": "POST", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/subscribedSkus", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreServiceApp", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], + "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" }, { + "Command": "New-MgSolutionBackupRestoreSession", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphRestoreSessionBase", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "Uri": "/solutions/backupRestore/restoreSessions", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgSubscription", - "Method": "POST", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Permissions": [], + "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" + }, + { + "Command": "New-MgSolutionBackupRestoreSharePointRestoreSession", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Permissions": [], + "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" + }, + { + "Command": "New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreSiteInclusionRule", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSolutionBackupRestoreSiteProtectionUnit", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSubscribedSku", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSubscribedSku", + "Permissions": [], + "Uri": "/subscribedSkus", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" + }, + { + "Command": "New-MgSubscription", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "Uri": "/subscriptions", - "Module": "ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "Module": "ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgTeam", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Team.Create", @@ -421990,20 +424062,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", + "Method": "POST" + }, + { + "Command": "New-MgTeamChannel", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "Channel.Create.Group", @@ -422046,54 +424120,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgTeamChannel", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Command": "New-MgTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgTeamChannelMessage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -422120,39 +424194,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -422179,56 +424253,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -422303,22 +424377,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamChannelTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -422409,207 +424483,207 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgTeamInstalledApp", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/teams/{team-id}/members", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Command": "New-MgTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPermissionGrant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgTeamPrimaryChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Command": "New-MgTeamPrimaryChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamPrimaryChannelTab", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgTeamScheduleOfferShiftRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422628,22 +424702,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleOfferShiftRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422670,22 +424744,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleOpenShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422704,22 +424778,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleOpenShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422738,22 +424812,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleSchedulingGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422772,22 +424846,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphShift", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleShift", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422806,22 +424880,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleSwapShiftChangeRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422840,22 +424914,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleTimeOff", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -422874,39 +424948,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST" + }, + { + "Command": "New-MgTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleTimeOffReason", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST" + }, + { + "Command": "New-MgTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamScheduleTimeOffRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -422925,348 +424999,346 @@ "IsLeastPrivilege": true } ], + "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgTeamTag", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "New-MgTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamTagMember", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgTeamworkDeletedChat", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgTeamworkDeletedChat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgTeamworkDeletedTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDeletedTeam", "Permissions": [], + "Uri": "/teamwork/deletedTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChannel", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgTeamworkDeletedTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Command": "New-MgTeamworkDeletedTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Command": "New-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTeamworkDeletedTeamChannelTab", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "New-MgTeamworkWorkforceIntegration", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgTeamworkWorkforceIntegration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "Uri": "/teamwork/workforceIntegrations", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", - "Method": "POST", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "POST" + }, + { + "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns" + "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" }, { + "Command": "New-MgUser", + "Variants": [ + "Create", + "CreateExpanded" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423317,71 +425389,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/users", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", + "Method": "POST" + }, + { + "Command": "New-MgUserActivity", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Command": "New-MgUser", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "POST" + }, + { + "Command": "New-MgUserActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserActivity", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "POST" + }, + { + "Command": "New-MgUserAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserActivityHistoryItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST" + }, + { + "Command": "New-MgUserAuthenticationEmailMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserAppRoleAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -423400,56 +425474,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "POST" + }, + { + "Command": "New-MgUserAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserAuthenticationEmailMethod", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserAuthenticationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserAuthenticationMethod", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgUserAuthenticationPhoneMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserAuthenticationOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -423468,111 +425542,100 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgUserAuthenticationPhoneMethod", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Permissions": [], "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Command": "New-MgUserCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserCalendar", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendars", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgUserCalendarEvent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgUserCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "POST" + }, + { + "Command": "New-MgUserCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserCalendarGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [], + "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST" + }, + { + "Command": "New-MgUserCalendarGroupCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserCalendarGroupCalendar", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendar", "Permissions": [], + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST" + }, + { + "Command": "New-MgUserCalendarPermission", "Variants": [ "Create", "Create1", @@ -423583,982 +425646,993 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Command": "New-MgUserCalendarPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/users/{user-id}/calendar/calendarPermissions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", + "Method": "POST" + }, + { + "Command": "New-MgUserChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChat", "Permissions": [], + "Uri": "/users/{user-id}/chats", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgUserChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST" + }, + { + "Command": "New-MgUserChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatMember", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgUserChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgUserChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatMessageHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST" + }, + { + "Command": "New-MgUserChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatMessageReply", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST" + }, + { + "Command": "New-MgUserChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatMessageReplyHostedContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST" + }, + { + "Command": "New-MgUserChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST" + }, + { + "Command": "New-MgUserChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatPinnedMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST" + }, + { + "Command": "New-MgUserChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserChatTab", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", + "Method": "POST" + }, + { + "Command": "New-MgUserContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST" + }, + { + "Command": "New-MgUserContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST" + }, + { + "Command": "New-MgUserContactFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactFolderChildFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", + "Method": "POST" + }, + { + "Command": "New-MgUserContactFolderChildFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactFolderChildFolderContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactFolderChildFolderContactExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", + "Method": "POST" + }, + { + "Command": "New-MgUserContactFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactFolderContact", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserContactFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserContactFolderContactExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgUserDefaultCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDefaultCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/calendar/events", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST" + }, + { + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST" + }, + { + "Command": "New-MgUserDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveBundle", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemChild", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListContentTypeColumn", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListContentTypeColumnLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListOperation", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveListSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootChild", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "New-MgUserDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootLink", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootListItemLink", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootSubscription", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootThumbnail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "New-MgUserDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserDriveRootVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST" + }, + { + "Command": "New-MgUserEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgUserEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserEventAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgUserEventAttachmentUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -424577,630 +426651,630 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgUserEventAttachmentUploadSession", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgUserEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserEventExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgUserEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserEventInstanceAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserEventInstanceAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserEventInstanceAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgUserEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserEventInstanceExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST" + }, + { + "Command": "New-MgUserInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserInferenceClassificationOverride", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "POST" + }, + { + "Command": "New-MgUserInsightShared", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserInsightShared", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrending", + "Method": "POST" + }, + { + "Command": "New-MgUserInsightTrending", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserInsightTrending", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphTrending", "Permissions": [], + "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "POST" + }, + { + "Command": "New-MgUserInsightUsed", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserInsightUsed", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "New-MgUserMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST" + }, + { + "Command": "New-MgUserMailFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "New-MgUserMailFolderChildFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessageForward", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessageReply", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderChildFolderMessageRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "New-MgUserMailFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgUserMailFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgUserMailFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessageExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessageForward", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessageReply", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMailFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgUserMailFolderMessageReplyAll", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Command": "New-MgUserMailFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMailFolderMessageRule", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST" + }, + { + "Command": "New-MgUserManagedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST" + }, + { + "Command": "New-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST" + }, + { + "Command": "New-MgUserManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserManagedDeviceConfigurationState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST" + }, + { + "Command": "New-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserManagedDeviceLogCollectionResponse", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Users.Actions" + "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST" + }, + { + "Command": "New-MgUserMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST" + }, + { + "Command": "New-MgUserMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMessageAttachment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachment", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgUserMessageAttachmentUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -425219,90 +427293,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgUserMessageAttachmentUploadSession", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "New-MgUserMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMessageExtension", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMessageForward", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserMessageReply", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Command": "New-MgUserMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Command": "New-MgUserMessageReplyAll", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMessage", + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "New-MgUserOnenoteNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -425329,22 +427403,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteNotebook", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -425371,22 +427445,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteNotebookSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -425413,22 +427487,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteNotebookSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -425455,56 +427529,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenotePage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteSectionGroup", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -425531,22 +427605,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "New-MgUserOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteSectionGroupSection", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -425573,22 +427647,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "New-MgUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnenoteSectionPage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -425607,192 +427681,192 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST" + }, + { + "Command": "New-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnlineMeeting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnlineMeetingAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgUserOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST" + }, + { + "Command": "New-MgUserOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnlineMeetingRecording", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST" + }, + { + "Command": "New-MgUserOutlookMasterCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOnlineMeetingTranscript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "POST" + }, + { + "Command": "New-MgUserScopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserOutlookMasterCategory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST" + }, + { + "Command": "New-MgUserSettingStorageQuotaService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserScopedRoleMemberOf", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "POST" + }, + { + "Command": "New-MgUserSettingWindows", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserSettingStorageQuotaService", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "POST" + }, + { + "Command": "New-MgUserSettingWindowsInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserSettingWindows", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "POST" + }, + { + "Command": "New-MgUserTeamworkAssociatedTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserSettingWindowsInstance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "POST" + }, + { + "Command": "New-MgUserTeamworkInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTeamworkAssociatedTeam", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -425891,22 +427965,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST" + }, + { + "Command": "New-MgUserTodoList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTeamworkInstalledApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -425925,39 +427999,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoList", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoListExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -425976,22 +428050,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoListTask", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAttachmentBase", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426010,22 +428084,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoListTaskAttachment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUploadSession", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426044,22 +428118,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListTaskChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoListTaskAttachmentUploadSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "Module": "Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426078,39 +428152,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListTaskExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoListTaskChecklistItem", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "New-MgUserTodoListTaskLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgUserTodoListTaskExtension", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -426129,352 +428203,350 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Command": "New-MgUserTodoListTaskLinkedResource", - "Method": "POST", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Command": "New-MgVirtualEvent", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgVirtualEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventPresenter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventSessionAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "New-MgVirtualEventTownhall", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgVirtualEventTownhall", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgVirtualEventTownhallPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventTownhallPresenter", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgVirtualEventTownhallSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventTownhallSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "New-MgVirtualEventWebinar", "Variants": [ "Create", "CreateExpanded" ], - "Command": "New-MgVirtualEventWebinar", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "New-MgVirtualEventWebinarPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventWebinarPresenter", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "New-MgVirtualEventWebinarRegistration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventWebinarRegistration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Command": "New-MgVirtualEventWebinarSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventWebinarSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST" + }, + { + "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Ping-MgBetaApplicationSynchronization", "Variants": [ "Ping", "PingViaIdentity" ], - "Command": "Ping-MgBetaApplicationSynchronization", - "Method": "GET", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/Ping", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/Ping", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Ping-MgBetaServicePrincipalSynchronization", "Variants": [ "Ping", "PingViaIdentity" ], - "Command": "Ping-MgBetaServicePrincipalSynchronization", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Publish-MgBetaBookingBusiness", "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" ], - "Command": "Publish-MgBetaBookingBusiness", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426493,20 +428565,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426525,35 +428597,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Method": "POST", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Publish-MgBetaDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaDriveListContentType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Publish-MgBetaEducationClassAssignment", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -426572,20 +428644,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Publish-MgBetaEducationClassModule", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaEducationClassAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -426604,95 +428676,95 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "Command": "Publish-MgBetaEducationClassModule", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgBetaEducationMeAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Publish-MgBetaEducationUserAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Publish-MgBetaGroupDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaGroupDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaGroupSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaGroupSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaGroupSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaGroupSiteListContentType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426711,20 +428783,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -426743,125 +428815,125 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Publish-MgBetaShareListContentType", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaShareListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaUserDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBetaVirtualEvent", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaUserDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgBookingBusiness", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBetaVirtualEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgBookingBusiness", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgEducationClassAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -426880,20 +428952,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Publish-MgEducationClassModule", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgEducationClassAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -426912,95 +428984,95 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "Command": "Publish-MgEducationClassModule", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Publish-MgEducationMeAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgEducationMeAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Publish-MgEducationUserAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgEducationUserAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Publish-MgGroupDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgGroupDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgGroupSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgGroupSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgGroupSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgGroupSiteListContentType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -427019,20 +429091,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -427051,347 +429123,361 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Publish-MgShareListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgShareListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Publish-MgUserDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgUserDriveListContentType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Publish-MgVirtualEvent", "Variants": [ "Publish", "PublishViaIdentity" ], - "Command": "Publish-MgVirtualEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Register-MgBetaPrivilegedAccessResource", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Command": "Register-MgBetaPrivilegedAccessResource", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminEdge", "Variants": [ "Delete" ], - "Command": "Remove-MgAdminEdge", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/edge", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/edge", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAdminEdgeInternetExplorerMode", "Variants": [ "Delete" ], - "Command": "Remove-MgAdminEdgeInternetExplorerMode", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminPeopleItemInsight", "Variants": [ "Delete" ], - "Command": "Remove-MgAdminPeopleItemInsight", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminPeopleProfileCardProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAdminPeopleProfileCardProperty", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAdminReportSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgAdminSharepoint", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/sharepoint", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/reportSettings", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAdminSharepoint", "Variants": [ "Delete" ], - "Command": "Remove-MgAdminSharepointSetting", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/admin/sharepoint/settings", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgAdminSharepointSetting", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAgreement", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAgreementAcceptance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAgreementAcceptance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAgreementFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAgreementFileLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAgreementFileLocalizationVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAgreementFileVersion", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgAllUserDeviceFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgAllUserDeviceFromManagement", - "Method": "POST", - "CommandAlias": "Remove-MgUserDeviceFromManagement", + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "Module": "Users.Actions" + "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" }, { + "Command": "Remove-MgAppCatalogTeamApp", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -427418,20 +429504,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAppCatalogTeamAppDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAppCatalogTeamApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -427458,35 +429544,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAppCatalogTeamAppDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427505,65 +429591,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationByAppId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications(appId='{appId}')", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationExtensionProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationByUniqueName", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427590,20 +429676,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationFederatedIdentityCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationExtensionProperty", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427622,35 +429708,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgApplicationFederatedIdentityCredential", - "Method": "DELETE", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgApplicationKey", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427677,37 +429765,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/removeKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgApplicationKey", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/removeKey", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgApplicationLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationLogo", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/logo", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427734,20 +429820,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", - "Method": "DELETE", + "Module": "Applications", "CommandAlias": "Remove-MgApplicationOwnerByRef", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgApplicationPassword", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427774,127 +429862,125 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/removePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgApplicationPassword", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/removePassword", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgApplicationSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationJobSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationTemplate", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -427913,35 +429999,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationTemplateSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -427984,20 +430070,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -428040,20 +430126,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -428072,110 +430158,110 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReviewDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReviewInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReviewInstanceDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewMyDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReviewInstanceReviewer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAccessReviewReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAccessReviewMyDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -428194,372 +430280,372 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaAccessReviewReviewer", - "Method": "DELETE", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdge", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminEdge", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/edge", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/edge", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdministrativeUnit", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdministrativeUnitExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminPeople", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminPeople", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/people", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/people", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdminPeopleItemInsight", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminPeopleItemInsight", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/people/itemInsights", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAdminPeoplePronoun", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminPeoplePronoun", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/people/pronouns", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/people/pronouns", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdminReportSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminReportSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/reportSettings", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/reportSettings", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdminSharepoint", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminSharepoint", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/sharepoint", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/sharepoint", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAdminSharepointSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaAdminSharepointSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/sharepoint/settings", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAgreement", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAgreementAcceptance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAgreementAcceptance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAgreementFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAgreementFileLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAgreementFileLocalizationVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAgreementFileVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAllUserDeviceFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaAllUserDeviceFromManagement", - "Method": "POST", - "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Remove-MgBetaAppCatalogTeamApp", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -428586,20 +430672,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAppCatalogTeamApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -428626,114 +430712,114 @@ "IsLeastPrivilege": false } ], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", - "Method": "DELETE", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaApplication", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428752,80 +430838,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationByAppId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications(appId='{appId}')", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationByUniqueName", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/connectorGroup/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationExtensionProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationConnectorGroupByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428852,20 +430938,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationExtensionProperty", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428884,35 +430970,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", - "Method": "DELETE", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaApplicationKey", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428939,37 +431027,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/removeKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgBetaApplicationKey", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/removeKey", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaApplicationLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationLogo", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/logo", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -428996,20 +431082,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", - "Method": "DELETE", + "Module": "Beta.Applications", "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaApplicationPassword", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429036,127 +431124,125 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/removePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgBetaApplicationPassword", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/removePassword", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaApplicationSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationTemplate", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429175,35 +431261,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -429246,20 +431332,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -429302,20 +431388,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusiness", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.Manage.All", @@ -429334,22 +431422,22 @@ "IsLeastPrivilege": true } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusinessAppointment", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingBusiness", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -429384,39 +431472,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusinessCalendarView", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingBusinessAppointment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusinessCustomer", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingBusinessCalendarView", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -429451,22 +431539,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingBusinessCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -429493,22 +431581,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusinessService", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingBusinessCustomQuestion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -429527,22 +431615,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBookingBusinessStaffMember", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingBusinessService", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -429561,86 +431649,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Command": "Remove-MgBetaBookingBusinessStaffMember", - "Method": "DELETE", + "Module": "Beta.Bookings", "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Module": "Beta.Bookings" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaBookingCurrency", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaBookingCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaBusinessFlowTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaBusinessFlowTemplate", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaChatAccessForUser", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaChatAccessForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/removeAllAccessForUser", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Remove-MgBetaChatInstalledApp", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -429699,35 +431785,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChatInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChatLastMessagePreview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -429754,67 +431840,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaChatMember", - "Method": "DELETE", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaChatMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaChatOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChatOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChatPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaChatPinnedMessage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -429833,20 +431919,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChatPinnedMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -429897,20 +431983,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaChatTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -429929,20 +432015,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCall", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -429961,50 +432047,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCallOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCallContentSharingSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCallParticipant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCallOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -430023,325 +432109,325 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaCommunicationCallParticipant", - "Method": "DELETE", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationCallRecordSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationCallRecordSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeeting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaCommunicationPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaCommunicationPresence", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/presences/{presence-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscovery", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaComplianceEdiscovery", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/compliance/ediscovery", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaComplianceEdiscoveryCase", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430360,39 +432446,30 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaComplianceEdiscoveryCase", - "Method": "DELETE", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -430401,13 +432478,22 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430426,35 +432512,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430473,20 +432559,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430505,84 +432591,75 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", - "Method": "DELETE", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -430591,43 +432668,52 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430646,35 +432732,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430693,35 +432779,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -430740,65 +432826,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaContract", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDataPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaContract", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/contracts/{contract-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDataPolicyOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -430817,35 +432903,35 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/devices/{device-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430864,20 +432950,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430896,35 +432982,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430943,20 +433029,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430975,140 +433061,140 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431127,20 +433213,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431159,110 +433245,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431281,155 +433367,155 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431448,20 +433534,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431480,20 +433566,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431512,1474 +433598,1474 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementPolicySet", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432998,20 +435084,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433030,35 +435116,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433077,20 +435163,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433109,20 +435195,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementVppToken", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementTask", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -433141,80 +435227,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementVppToken", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433233,20 +435319,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433265,20 +435351,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433297,20 +435383,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433329,20 +435415,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433361,20 +435447,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433393,20 +435479,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433425,20 +435511,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433457,20 +435543,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433489,346 +435575,346 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "Method": "DELETE", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceByDeviceId", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceCommand", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceCommand", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/devices/{device-id}/commands/{command-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAuditEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementComanagedDevice", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433847,80 +435933,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementComanagedDevice", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -433939,142 +436025,142 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434093,20 +436179,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434125,229 +436211,229 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementComplianceSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434366,80 +436452,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDetectedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDerivedCredential", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -434458,20 +436544,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDetectedApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434490,407 +436576,407 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementDeviceCategory", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434909,20 +436995,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434941,20 +437027,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -434981,20 +437067,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -435013,20 +437099,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -435045,35 +437131,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435092,20 +437178,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435124,20 +437210,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435156,20 +437242,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435188,20 +437274,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435220,95 +437306,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -435327,684 +437413,684 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementExchangeConnector", - "Method": "DELETE", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentUserState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentUserState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementManagedDevice", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436023,110 +438109,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementManagedDevice", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -436145,262 +438231,262 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436419,20 +438505,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436451,109 +438537,109 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", - "Method": "DELETE", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementMonitoring", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementMonitoring", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/monitoring", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementNdeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementNdeConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementPartner", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436572,20 +438658,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementPartner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436604,20 +438690,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436636,64 +438722,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", - "Method": "DELETE", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementReport", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/reports", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementResourceOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436712,35 +438798,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementReusableSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementResourceOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementReusableSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436759,20 +438845,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436791,20 +438877,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -436823,20 +438909,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436855,50 +438941,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementScript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436917,20 +439003,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementScriptAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436949,20 +439035,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436981,20 +439067,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437013,20 +439099,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437045,275 +439131,275 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementSettingDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTemplateSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTermAndCondition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437332,35 +439418,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437379,20 +439465,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437411,20 +439497,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437443,20 +439529,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437475,20 +439561,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437507,20 +439593,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437539,20 +439625,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437571,20 +439657,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437603,20 +439689,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437635,20 +439721,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437667,49 +439753,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437728,20 +439814,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437760,34 +439846,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437806,20 +439892,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437838,20 +439924,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437870,20 +439956,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437902,20 +439988,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437934,64 +440020,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438010,20 +440096,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438042,20 +440128,21 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438074,21 +440161,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438107,20 +440193,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438139,20 +440225,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438171,20 +440257,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438203,35 +440289,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438250,20 +440336,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438282,20 +440368,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438314,20 +440400,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438346,20 +440432,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438378,34 +440464,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438424,20 +440510,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438456,20 +440542,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438488,34 +440574,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438534,20 +440620,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438566,20 +440652,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438598,421 +440684,421 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotSettings", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -439031,20 +441117,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -439063,184 +441149,184 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "DELETE", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", + "OutputType": null, + "Permissions": [], "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDeviceUsageRights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDeviceUsageRights", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryAdministrativeUnit", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryAttributeSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryAttributeSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryCertificateAuthority", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaDirectoryCertificateAuthority", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/certificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -439259,20 +441345,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -439291,140 +441377,140 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryDeletedItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryDeletedItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryExternalUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryExternalUserProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -439443,50 +441529,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDirectoryFederationConfiguration", - "Method": "DELETE", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryImpactedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryImpactedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -439505,80 +441591,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryObject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryObject", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "Beta.DirectoryObjects" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -439597,140 +441683,140 @@ "IsLeastPrivilege": false } ], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDirectoryRecommendation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRecommendation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryRoleScopedMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectoryRoleTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRoleScopedMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectorySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectoryRoleTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -439749,245 +441835,245 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectorySettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectorySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/settings/{directorySetting-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectorySharedEmailDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectorySettingTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectorySubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectorySharedEmailDomain", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectorySubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDomainFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDomain", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDomainFederationConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDomainServiceConfigurationRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDomainVerificationDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDomainVerificationDnsRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDrive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveBundleContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveBundleContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveBundleContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveFollowingContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveFollowingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveFollowingContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -440014,50 +442100,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDriveItem", - "Method": "DELETE", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaDriveItemCheckout", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -440084,230 +442170,230 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Discard", - "DiscardViaIdentity" - ], - "Command": "Remove-MgBetaDriveItemCheckout", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/discardCheckout", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemChildContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemPermanent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Remove-MgBetaDriveItemPermission", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -440334,755 +442420,755 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaDriveItemPermission", - "Method": "DELETE", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveItemVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRoot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "Command": "Remove-MgBetaDriveRootCheckout", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/discardCheckout", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootChildContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permanentDelete", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveRootVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveSpecialContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaDriveSpecialContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaDriveSpecialContentStream", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEducationClass", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClass", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaEducationClassAssignment", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441101,20 +443187,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441133,20 +443219,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441165,35 +443251,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentDefault", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentDefault", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441212,20 +443298,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441244,20 +443330,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441276,20 +443362,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441308,50 +443394,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441370,50 +443456,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441432,20 +443518,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441464,65 +443550,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassModule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -441541,20 +443627,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationClassModuleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassModule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -441573,229 +443659,229 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaEducationClassModuleResource", - "Method": "DELETE", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEducationMe", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaEducationMe", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaEducationMeRubric", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -441814,665 +443900,695 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationSchool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationMeRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationSchool", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationSynchronizationProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationSynchronizationProfileError", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationSynchronizationProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationSynchronizationProfileError", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUser", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEducationUserRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEducationUserRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "Module": "Beta.Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "Module": "Beta.Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaEntitlementManagementSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementSubject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalAuthorizationSystem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalAuthorizationSystem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaExternalConnection", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -442491,20 +444607,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalConnectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalConnection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -442523,20 +444639,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalConnectionGroupMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalConnectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -442555,20 +444671,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalConnectionItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalConnectionGroupMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -442587,2055 +444703,2055 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaExternalConnectionItem", - "Method": "DELETE", - "CommandAlias": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaExternalConnectionItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalConnectionItemActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalConnectionOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalConnectionOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalConnectionQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalConnectionQuota", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/quota", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataConnector", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/operations/{longRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaExternalIndustryDataYear", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaExternalIndustryDataYear", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCountryRegion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyEmployee", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyEmployee", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyInformationPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyJournal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyJournal", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyJournalLine", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyJournalLine", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyTaxArea", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyTaxArea", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyTaxGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyVendor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyVendor", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyVendorPicture", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" + "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroup", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupByUniqueName", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaGroupCalendarEvent", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -444654,35 +446770,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupCalendarPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupCalendarEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupCalendarPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -444701,20 +446817,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta", + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversationThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -444733,1205 +446849,1205 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaGroupConversationThread", - "Method": "DELETE", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversationThreadPostExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupConversationThreadPostMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupConversationThreadPostMention", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDrive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveBundleContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveBundleContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveBundleContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveFollowingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveFollowingContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveFollowingContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemCheckout", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaGroupDriveItemChildContentStream", - "Method": "DELETE", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveItemChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaGroupDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveItemVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRoot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootAnalytic", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaGroupDriveRootAnalytic", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootCheckout", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/discardCheckout", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootChildContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaGroupDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveRootVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveSpecialContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupDriveSpecialContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupDriveSpecialContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEndpoint", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaGroupEvent", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -445950,234 +448066,234 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaGroupEvent", - "Method": "DELETE", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventInstanceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupEventInstanceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupFavorite", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaGroupFavorite", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/removeFavorite", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupFromLifecyclePolicy", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaGroupFromLifecyclePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupLifecyclePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupLifecyclePolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -446204,35 +448320,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaGroupMemberByRef", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -446251,65 +448367,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupOnenotePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupOnenotePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -446328,20 +448444,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaGroupOwnerByRef", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -446368,37 +448486,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaGroupPermissionGrant", "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -446417,20 +448533,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupPhotoContent", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupPhoto", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/photo", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -446449,52 +448567,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupPlannerPlanDetail", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/photo/$value", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupPlannerPlanDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -446513,2296 +448629,2296 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaGroupSetting", - "Method": "DELETE", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Remove-MgBetaGroupSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaGroupSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/remove", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteContentModel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteContentModel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenotePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenotePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSitePermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteRecycleBin", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteRecycleBin", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteRecycleBinItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleDayNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupTeamTagMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaGroupThread", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -448821,636 +450937,636 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaGroupThread", - "Method": "DELETE", - "CommandAlias": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaGroupThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupThreadPostAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupThreadPostExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaGroupThreadPostMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaGroupThreadPostMention", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityApiConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityApiConnector", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityAuthenticationEventListener", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Delete1" ], - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -449469,20 +451585,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta", + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -449501,1680 +451617,1680 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/continuousAccessEvaluationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/policy", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/policy", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityProvider", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityUserFlow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaIdentityUserFlowAttribute", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaIdentityUserFlowAttribute", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaInformationProtectionPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/policy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaInformationProtectionPolicyLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessAlert", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/alerts/{alert-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/alerts/{alert-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivity", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessConnectivity", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/connectivity", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessFilteringProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessForwardingProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessLog", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessLog", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/logs", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/logs", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessLogTraffic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaNetworkAccessLogTraffic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessReport", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/reports", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/reports", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/settings", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/settings", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/settings/conditionalAccess", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/settings/conditionalAccess", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/settings/crossTenantAccess", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/settings/crossTenantAccess", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/settings/enrichedAuditLogs", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/settings/enrichedAuditLogs", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/networkAccess/settings/forwardingOptions", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/settings/forwardingOptions", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaNetworkAccessTenantStatus", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaNetworkAccessTenantStatus", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/networkAccess/tenantStatus", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaOauth2PermissionGrant", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -451193,277 +453309,277 @@ "IsLeastPrivilege": false } ], + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaOauth2PermissionGrant", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaOnPremisePublishingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganization", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaOrganizationBranding", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -451482,95 +453598,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBranding", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingCustomCss", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingFavicon", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -451589,335 +453705,335 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationPartnerInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationPartnerInformation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/partnerInformation", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationSettingContactInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationSettingContactInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/contactInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationSettingItemInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/itemInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaOrganizationSettingPersonInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlaceAsRoomListRoom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/places/{place-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlaceAsRoomListRoom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlaceByPlaceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places(placeId='{placeId}')", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerBucket", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlaceByPlaceId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/places(placeId='{placeId}')", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -451944,20 +454060,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerPlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerBucket", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -451984,20 +454100,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerRoster", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerPlan", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -452016,20 +454132,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerRosterMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerRoster", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -452048,20 +454164,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerRosterMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -452088,79 +454204,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPlannerTask", - "Method": "DELETE", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Beta.Planner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyAccessReviewPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/accessReviewPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452179,34 +454295,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPolicyAppManagementPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452225,63 +454341,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPolicyAppManagementPolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -452300,79 +454416,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyAuthorizationPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPolicyClaimMappingPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452391,206 +454507,206 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPolicyClaimMappingPolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/directoryRoleAccessReviewPolicy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/externalIdentitiesPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Beta.Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/federatedTokenValidationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452609,263 +454725,263 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyRoleManagementPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452884,20 +455000,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -452916,234 +455032,234 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintConnector", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintOperation", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/operations/{printOperation-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinter", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/printers/{printer-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterJobDocument", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterJobTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterShare", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintPrinterShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterShareJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterShareJobDocument", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintPrinterShareJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintPrinterShareJobTask", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPrintPrinterTaskTrigger", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -453162,778 +455278,769 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPrintPrinterTaskTrigger", - "Method": "DELETE", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintService", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/services/{printService-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintServiceEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintServiceEndpoint", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintShare", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareAllowedUserByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaPrintShareAllowedUserByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaPrintShareJob", - "Method": "DELETE", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintShareJobDocument", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintShareJobDocumentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintShareJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintShareJobTask", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaPrintShareJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintTaskDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintTaskDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrintTaskDefinitionTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrintTaskDefinitionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivacySubjectRightsRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedOperationEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedOperationEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleSetting", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaPrivilegedRoleSetting", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaPrivilegedRoleSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaPrivilegedRoleSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaProgram", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaProgram", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/programs/{program-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaProgramControl", "Variants": [ "Delete", "Delete1", @@ -453942,350 +456049,359 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Command": "Remove-MgBetaProgramControl", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/programControls/{programControl-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaProgramControlProgram", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaProgramControlProgram", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/programControls/{programControl-id}/program", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaProgramControlType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaProgramControlType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/programControlTypes/{programControlType-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/programControlTypes/{programControlType-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBilling", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportPartnerBilling", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingManifest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaReportPartnerBillingManifest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaReportPartnerBillingOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingReconciliation", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportPartnerBillingReconciliation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingUsage", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportPartnerBillingUsage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/billed", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/sla/azureADAuthentication", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/sla/azureADAuthentication", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportUserInsightDaily", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportUserInsightDaily", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/daily", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaReportUserInsightMonthly", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaReportUserInsightMonthly", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/userInsights/monthly", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRiskDetection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRiskyServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRiskyServicePrincipal", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRiskyServicePrincipalHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRiskyUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRiskyUser", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRiskyUserHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRiskyUserHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPc", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaRoleManagementCloudPc", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -454304,35 +456420,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -454375,94 +456491,94 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaRoleManagementDeviceManagement", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Command": "Remove-MgBetaRoleManagementDeviceManagement", - "Method": "DELETE", + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -454481,35 +456597,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -454552,199 +456668,199 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaRoleManagementDirectory", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Command": "Remove-MgBetaRoleManagementDirectory", - "Method": "DELETE", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -454763,439 +456879,439 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaRoleManagementEntitlementManagement", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagement", - "Method": "DELETE", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -455214,379 +457330,379 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "Method": "DELETE", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchange", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaRoleManagementExchange", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/exchange", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSchemaExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -455605,20 +457721,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSearchAcronym", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSchemaExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "Beta.SchemaExtensions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -455637,20 +457753,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSearchBookmark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSearchAcronym", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/search/acronyms/{acronym-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -455669,20 +457785,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSearchQna", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSearchBookmark", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Beta.Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -455701,304 +457817,304 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSearchQna", - "Method": "DELETE", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/qnas/{qna-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/securityActions/{securityAction-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/securityActions/{securityAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAlertV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAlertV2", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationPayload", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationTraining", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAuditLog", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityAuditLog", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/auditLog", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/auditLog", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAuditLogQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAuditLogQuery", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCase", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityCase", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456017,35 +458133,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", - "Method": "DELETE", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456064,69 +458184,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456145,65 +458261,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "Method": "DELETE", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456222,114 +458342,110 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456348,50 +458464,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -456410,1119 +458526,1119 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", - "Method": "DELETE", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCollaboration", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityCollaboration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/collaboration", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/collaboration", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityDomainSecurityProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityFileSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityFileSecurityProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityHostSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityHostSecurityProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityIdentity", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/identities", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityIdentityHealthIssue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityIdentitySensor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityIdentitySensor", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/identities/sensors/{sensor-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/sensors/{sensor-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityIncident", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityInformationProtection", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityInformationProtection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/informationProtection", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityIPSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityIPSecurityProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabel", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelAuthority", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelCitation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelCitation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelDepartment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelDepartment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelFilePlanReference", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityPartner", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityPartner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/partner", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/partner", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityProviderTenantSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityProviderTenantSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityRule", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/rules", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/rules", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityRuleDetectionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityRuleDetectionRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecuritySecureScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecuritySecureScore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecuritySubjectRightsRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligence", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityThreatIntelligence", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatSubmission", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityThreatSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatSubmission", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatSubmission", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTiIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityTiIndicator", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResultInfo", + "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "Variants": [ "Delete", "DeleteExpanded" ], - "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResultInfo", + "Permissions": [], "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResultInfo", + "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", "Variants": [ "Delete1", "DeleteExpanded" ], - "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphResultInfo", + "Permissions": [], "Uri": "/security/tiIndicators/deleteTiIndicators", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTrigger", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityTrigger", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggers", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTriggerType", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSecurityTriggerType", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggerTypes", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSecurityUserSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSecurityUserSecurityProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementIssue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaServicePrincipal", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -457549,65 +459665,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipal", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalByAppId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -457650,65 +459766,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalClaimPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalClaimPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalEndpoint", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -457751,35 +459867,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalLicenseDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -457806,20 +459922,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -457846,22 +459964,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -457888,20 +460004,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -457936,50 +460052,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalRiskDetection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -457998,50 +460114,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -458068,518 +460184,518 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", - "Method": "DELETE", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemDriveItemContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemDriveItemContentStream", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListItemVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaShareListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSharePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSharePermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareRootContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSiteColumn", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458598,54 +460714,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSiteColumn", - "Method": "DELETE", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSiteContentModelFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaSiteContentModelFromDrive", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Remove-MgBetaSiteContentType", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458664,20 +460780,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458696,95 +460812,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteGetByPathAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteGetByPathOnenote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteGetByPathTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458803,20 +460919,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458835,20 +460951,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -458867,65 +460983,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -458960,50 +461076,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -459030,65 +461146,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -459115,50 +461231,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSiteListPermission", - "Method": "DELETE", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSiteOnenotePage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -459177,931 +461293,946 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaSiteOnenotePage", - "Method": "DELETE", + "Module": "Beta.Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePageAsSitePageWebPart", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSitePermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaSiteTermStoreSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestore", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaSolutionBackupRestore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestorePoint", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestorePoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta", + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreSession", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta", + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaSolutionBusinessScenario", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -460120,65 +462251,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenario", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -460197,155 +462328,155 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSubscribedSku", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSubscribedSku", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/subscriptions/{subscription-id}", - "Module": "Beta.ChangeNotifications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -460380,112 +462511,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaTeamChannel", - "Method": "DELETE", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamChannelMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaTeamChannelTab", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -460560,20 +462691,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -460640,247 +462771,247 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaTeamInstalledApp", - "Method": "DELETE", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamPrimaryChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleDayNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleDayNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaTeamScheduleOpenShift", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460899,35 +463030,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleOpenShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460946,20 +463077,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460986,65 +463117,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleTimeCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleTimeCard", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -461063,20 +463194,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleTimeOff", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -461095,20 +463226,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleTimeOffReason", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -461127,20 +463258,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -461159,20 +463290,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -461191,1073 +463322,1073 @@ "IsLeastPrivilege": true } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaTeamTagMember", - "Method": "DELETE", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedChat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeviceActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeviceActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeviceConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeviceHealth", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeviceHealth", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkDeviceOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkDeviceOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkTeamAppSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgBetaTeamworkTeamAppSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/teamsAppSettings", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkTeamTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkTeamTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTeamworkWorkforceIntegration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTrustFrameworkKeySet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTrustFrameworkPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTrustFrameworkKeySet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTrustFrameworkPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaTrustFrameworkPolicyContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -462300,80 +464431,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUser", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserActivityHistoryItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserActivityStatistics", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserActivityHistoryItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserActivityStatistics", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -462392,20 +464523,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationFido2Method", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationEmailMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462424,20 +464555,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationFido2Method", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462456,35 +464587,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462503,20 +464634,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -462535,35 +464666,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462582,20 +464713,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462614,20 +464745,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -462646,2492 +464777,2492 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "Method": "DELETE", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserCalendarGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserCalendarGroup", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserCalendarPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserCalendarPermission", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserChatAccessForUser", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaUserChatAccessForUser", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatLastMessagePreview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserChatMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatPinnedMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserChatTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderChildFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderChildFolderContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderContactExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserContactPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceByDeviceId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceCommand", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceCommand", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDeviceUsageRights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDeviceUsageRights", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDrive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveBundleContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveBundleContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveBundleContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveFollowingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveFollowingContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveFollowingContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemCheckout", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemChildContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaUserDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveItemVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRoot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootCheckout", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/discardCheckout", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootChildContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaUserDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveRootVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveSpecialContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserDriveSpecialContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserDriveSpecialContentStream", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventInstanceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserEventInstanceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Remove-MgBetaUserFollowedSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaUserFollowedSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/users/{user-id}/followedSites/remove", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserInferenceClassificationOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInferenceClassificationOverride", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInsightShared", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInsightShared", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInsightTrending", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInsightTrending", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserInsightUsed", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserInsightUsed", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserLicenseDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderMessageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderMessageExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderMessageMention", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMailFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMailFolderMessageRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaUserManagerByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -465150,170 +467281,170 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserManagerByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/manager/$ref", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMessageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMessageExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMobileAppIntentAndState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMessageMention", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMobileAppIntentAndState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserNotification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/notifications/{notification-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -465332,65 +467463,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnenotePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnenotePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -465409,146 +467540,146 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaUserOnlineMeeting", - "Method": "DELETE", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingRecording", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserOnlineMeetingRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { + "Command": "Remove-MgBetaUserOnlineMeetingRegistration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -465567,35 +467698,35 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingRegistration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -465622,215 +467753,217 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingTranscript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookMasterCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookMasterCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskFolderTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -465857,22 +467990,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaUserPhoto", "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -465899,20 +468030,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserPhotoContent", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Command": "Remove-MgBetaUserPhoto", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -465939,37 +468072,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserPresence", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo/$value", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserPresence", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -465988,20 +468119,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileAccount", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466020,20 +468151,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileAddress", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileAccount", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466052,20 +468183,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileAnniversary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileAddress", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466084,20 +468215,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileAward", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileAnniversary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466116,20 +468247,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileCertification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileAward", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466148,20 +468279,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileEducationalActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileCertification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466180,20 +468311,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileEducationalActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466212,20 +468343,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileInterest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileEmail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466244,20 +468375,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileInterest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466276,20 +468407,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileLanguage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466308,20 +468439,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileName", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.Read", @@ -466364,20 +468495,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfilePatent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466396,20 +468527,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfilePhone", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfilePatent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466428,20 +468559,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfilePosition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfilePhone", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466460,20 +468591,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileProject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfilePosition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466492,20 +468623,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfilePublication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileProject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466524,20 +468655,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileSkill", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfilePublication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466556,20 +468687,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileWebAccount", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileSkill", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466588,20 +468719,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserProfileWebsite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileWebAccount", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -466620,290 +468751,290 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserScopedRoleMemberOf", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserProfileWebsite", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "Beta.People" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSecurity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserScopedRoleMemberOf", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSecurityInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSecurity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/security", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSecurityInformationProtection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingItemInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingShiftPreference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingStorage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingShiftPreference", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingStorageQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingStorage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingStorageQuotaService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingStorageQuota", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingWindows", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingStorageQuotaService", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserSettingWindowsInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingWindows", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTeamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserSettingWindowsInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTeamwork", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTeamworkInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -467002,20 +469133,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTeamworkInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -467042,35 +469173,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467089,20 +469220,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467121,20 +469252,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTaskAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467153,50 +469284,50 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467215,35 +469346,35 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaUserTodoListTaskExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -467262,557 +469393,548 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", - "Method": "DELETE", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEvent", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventPresenter", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventTownhall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventTownhall", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventTownhallPresenter", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventTownhallSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventTownhallSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinar", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarPresenter", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarRegistration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaVirtualEventWebinarSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesDeployment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesDeployment", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuDeployment", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuDeployment", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicy", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicy", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicyAudience", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudience", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Delete", "DeleteViaIdentity", @@ -467821,244 +469943,253 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesProduct", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProduct", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProduct", - "Uri": "/admin/windows/updates/products/{product-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProduct", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductEdition", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductEdition", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductEdition", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductKnownIssue", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductKnownIssue", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductRevision", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductRevision", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductRevision", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", "ApiVersion": "beta", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuResourceConnection", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuResourceConnection", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", - "Method": "DELETE", - "CommandAlias": "Remove-MgBetaWuUpdatableAsset", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuUpdatableAsset", + "ApiVersion": "beta", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "Method": "POST", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgBookingBusiness", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusiness", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgBookingBusinessAppointment", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -468093,35 +470224,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBookingBusinessCalendarView", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusinessAppointment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBookingBusinessCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusinessCalendarView", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -468156,20 +470287,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBookingBusinessCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusinessCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -468196,20 +470327,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBookingBusinessService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusinessCustomQuestion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -468228,20 +470359,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBookingBusinessStaffMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusinessService", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -468260,50 +470391,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgBookingCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingBusinessStaffMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgBookingCurrency", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgChat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -468362,35 +470493,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgChatInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgChatLastMessagePreview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -468417,52 +470548,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgChatMember", - "Method": "DELETE", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgChatMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgChatPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgChatPinnedMessage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -468481,20 +470612,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgChatPinnedMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -468545,20 +470676,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgChatTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -468577,20 +470708,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCall", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -468609,50 +470740,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCallContentSharingSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCallAudioRoutingGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCallOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCallContentSharingSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCallParticipant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCallOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -468671,260 +470802,260 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgCommunicationCallParticipant", - "Method": "DELETE", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgCommunicationCallRecordOrganizerV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCallRecordOrganizerV2", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCallRecordParticipantV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCallRecordParticipantV2", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationCallRecordSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationCallRecordSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeeting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingTranscript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgCommunicationPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgCommunicationPresence", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/communications/presences/{presence-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgContract", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgContract", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDataPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDataPolicyOperation", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDevice", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -468943,35 +471074,35 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -468990,20 +471121,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469022,35 +471153,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469069,20 +471200,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469101,50 +471232,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469163,20 +471294,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469195,95 +471326,95 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469302,140 +471433,140 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedEBook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedAppStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedEBook", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469454,20 +471585,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469486,20 +471617,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -469518,920 +471649,920 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0", + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppCategory", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470450,20 +472581,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470482,35 +472613,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementVppToken", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -470529,20 +472660,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtVppToken", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementVppToken", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470561,20 +472692,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470593,20 +472724,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470625,20 +472756,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -470657,79 +472788,79 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", + "Module": "Devices.CorporateManagement", "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceByDeviceId", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementAuditEvent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration" + "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" }, { + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -470748,34 +472879,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementComplianceManagementPartner", - "Method": "DELETE", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementConditionalAccessSetting", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementDetectedApp", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -470794,20 +472925,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDetectedApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -470826,318 +472957,318 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementDeviceCategory", - "Method": "DELETE", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471156,20 +473287,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471188,20 +473319,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementExchangeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471220,50 +473351,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementExchangeConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementIoUpdateStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementIoUpdateStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -471282,142 +473413,142 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementManagedDevice", - "Method": "DELETE", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementManagedDeviceCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement" + "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" }, { + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -471436,20 +473567,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471468,50 +473599,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471530,20 +473661,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementPartner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -471562,34 +473693,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", - "Method": "DELETE", + "Module": "DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementReport", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementReport", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/reports", - "Module": "Reports" + "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementResourceOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471608,20 +473739,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementResourceOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471640,20 +473771,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471672,20 +473803,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0", + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -471704,95 +473835,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementTermAndCondition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementTermAndCondition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471811,20 +473942,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471843,20 +473974,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471875,20 +474006,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "DELETE", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471907,20 +474038,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471939,20 +474070,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -471971,20 +474102,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472003,20 +474134,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472035,49 +474166,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "DELETE", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472096,50 +474227,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472158,20 +474289,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472190,20 +474321,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472222,20 +474353,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472254,20 +474385,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472286,20 +474417,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472318,20 +474449,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472350,34 +474481,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", - "Method": "DELETE", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472396,34 +474527,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "DELETE", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472442,20 +474573,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472474,20 +474605,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472506,170 +474637,170 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -472688,20 +474819,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -472720,185 +474851,185 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryAdministrativeUnit", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryAdministrativeUnitExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryAttributeSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryAttributeSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryDeletedItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryDeviceLocalCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryDeletedItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryDeviceLocalCredential", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -472917,260 +475048,260 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryObject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryFederationConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryOnPremiseSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryObject", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryOnPremiseSynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryRoleByRoleTemplateId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryRoleScopedMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectoryRoleTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryRoleScopedMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectorySubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectoryRoleTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectorySubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDomainFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDomain", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDomainServiceConfigurationRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDomainFederationConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDomainVerificationDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDomainServiceConfigurationRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDomainVerificationDnsRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDrive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveBundleContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveFollowingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -473197,200 +475328,200 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -473417,620 +475548,620 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveItemVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRoot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permanentDelete", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveRootVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClass", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgDriveSpecialContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClass", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474049,20 +476180,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474081,20 +476212,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474113,35 +476244,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentDefault", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentDefault", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474160,20 +476291,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474192,20 +476323,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474224,80 +476355,80 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentRubricByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474316,50 +476447,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentSubmissionResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassMemberEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassModule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassMemberEducationUserByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationClassMemberByRef", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -474378,20 +476509,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationClassModuleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassModule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -474410,184 +476541,184 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgEducationClassModuleResource", - "Method": "DELETE", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationClassTeacherEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationClassTeacherEducationUserByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationClassTeacherByRef", + "OutputType": null, + "Permissions": [], "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "Module": "Education" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationMe", "Variants": [ "Delete" ], - "Command": "Remove-MgEducationMe", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentRubricByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentSubmissionResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgEducationMeRubric", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -474606,459 +476737,450 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgEducationMeRubric", - "Method": "DELETE", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationSchool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationSchool", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationSchoolClassEducationClassByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationSchoolClassEducationClassByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationSchoolClassByRef", + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "Module": "Education" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationSchoolUserEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationSchoolUserEducationUserByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationSchoolUserByRef", + "OutputType": null, + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "Module": "Education" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUser", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/users/{educationUser-id}", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education" + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentRubric", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentRubricByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentSubmission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentSubmissionResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEducationUserRubric", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Module": "Education", "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEducationUserRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementAccessPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAssignment", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAssignmentPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], - "ApiReferenceLink": null, + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementAssignmentRequest", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementCatalog", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementCatalogResource", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgEntitlementManagementCatalogResource", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Delete", "Delete1", @@ -475067,83 +477189,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Delete", "Delete1", @@ -475152,353 +477274,353 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgEntitlementManagementResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Delete", "Delete1", @@ -475507,83 +477629,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Delete", "Delete1", @@ -475592,514 +477714,523 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceScopeResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgExternalConnection", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -476118,20 +478249,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgExternalConnectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgExternalConnection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -476150,20 +478281,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgExternalConnectionGroupMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgExternalConnectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -476182,20 +478313,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgExternalConnectionItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgExternalConnectionGroupMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -476214,110 +478345,110 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgExternalConnectionItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgExternalConnectionItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgExternalConnectionOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgExternalConnectionItemActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgExternalConnectionOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupCalendarEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupByUniqueName", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -476336,35 +478467,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupCalendarPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupCalendarEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupConversation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupCalendarPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -476383,20 +478514,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupConversationThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupConversation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -476415,920 +478546,920 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupConversationThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupConversationThread", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupConversationThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupConversationThreadPostAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupConversationThreadPostExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDrive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveBundleContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveFollowingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgGroupDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveItemVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRoot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgGroupDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveRootVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupDriveSpecialContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -477347,144 +479478,144 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgGroupEvent", - "Method": "DELETE", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupEventAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupEventExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupEventInstanceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupEventInstanceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupFavorite", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgGroupFavorite", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/removeFavorite", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupFromLifecyclePolicy", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgGroupFromLifecyclePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupLifecyclePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupLifecyclePolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgGroupMemberDirectoryObjectByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -477511,35 +479642,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupMemberDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgGroupMemberByRef", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -477558,65 +479689,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupOnenotePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupOnenotePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -477635,35 +479766,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgGroupOwnerByRef", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -477682,20 +479813,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupPhotoContent", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupPhoto", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/photo", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -477714,52 +479847,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Command": "Remove-MgGroupPhotoContent", - "Method": "DELETE", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo/$value", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupPlannerPlanDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupPlannerPlanDetail", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgGroupRejectedSenderByRef", + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Module": "Groups" + "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" }, { + "Command": "Remove-MgGroupSetting", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -477778,949 +479911,938 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Command": "Remove-MgGroupSetting", - "Method": "DELETE", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Remove-MgGroupSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgGroupSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/groups/{group-id}/sites/remove", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgGroupSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteGetByPathAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteGetByPathOnenote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteGetByPathTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenotePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenotePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteResource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteResourceContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteResourceContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSectionPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSiteOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePageAsSitePageWebPart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupSitePermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -478731,17 +480853,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -478752,136 +480874,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", @@ -478892,17 +481014,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgGroupSiteTermStoreSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -478913,51 +481035,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -478968,17 +481090,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -478989,731 +481111,740 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetTerm", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetTermChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannelMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupTeamChannelMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannelMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannelMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamPrimaryChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleOpenShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleTimeOff", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleTimeOffReason", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupTeamTagMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgGroupThread", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -479732,410 +481863,410 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupThread", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupThreadPostAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupThreadPostExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgGroupThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupThreadPostInReplyToAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityApiConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgGroupThreadPostInReplyToExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityApiConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlow", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityAuthenticationEventListener", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityAuthenticationEventListener", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlow", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowLanguage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -480154,20 +482285,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0", + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityConditionalAccessPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityConditionalAccessNamedLocation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -480186,649 +482317,663 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgIdentityConditionalAccessPolicy", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityCustomAuthenticationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityCustomAuthenticationExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAppConsentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Delete" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowInsight", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccess", "Variants": [ "Delete" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccess", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Delete" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityProvider", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgIdentityUserFlowAttribute", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgIdentityUserFlowAttribute", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgOauth2PermissionGrant", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -480847,35 +482992,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOauth2PermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBranding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -480894,95 +483039,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBranding", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingBackgroundImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingBannerLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingCustomCss", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingFavicon", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingHeaderLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -481001,215 +483146,215 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingSquareLogo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationBrandingSquareLogoDark", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgOrganizationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgOrganizationExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlaceAsRoomListRoom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/places/{place-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlannerBucket", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlaceAsRoomListRoom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -481236,20 +483381,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlannerPlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlannerBucket", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -481276,20 +483421,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlannerPlan", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -481316,65 +483461,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlannerTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481393,34 +483538,34 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyAdminConsentRequestPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgPolicyAppManagementPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481439,63 +483584,63 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgPolicyAppManagementPolicy", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyAuthenticationFlowPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyAuthenticationMethodPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -481514,49 +483659,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyAuthorizationPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyAuthorizationPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgPolicyClaimMappingPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481575,164 +483720,164 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgPolicyClaimMappingPolicy", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyDefaultAppManagementPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "OutputType": null, + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Identity.SignIns" + "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" }, { + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481751,139 +483896,139 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Delete" ], - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyPermissionGrantPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyPermissionGrantPolicy", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPolicyRoleManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyRoleManagementPolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyRoleManagementPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyRoleManagementPolicyRule", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgPolicyTokenIssuancePolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481902,20 +484047,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPolicyTokenLifetimePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyTokenIssuancePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -481934,125 +484079,125 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPolicyTokenLifetimePolicy", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintConnector", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintPrinter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintPrinterJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintPrinter", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintPrinterJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintPrinterJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintPrinterJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintPrinterJobDocument", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintPrinterJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintPrinterJobDocumentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintPrinterTaskTrigger", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintPrinterJobTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -482071,542 +484216,542 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgPrintPrinterTaskTrigger", - "Method": "DELETE", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintService", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintServiceEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintServiceEndpoint", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintShare", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintShareAllowedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgPrintShareAllowedGroupByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintShareAllowedUserByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgPrintShareAllowedUserByRef", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintShareJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintShareJobDocument", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintShareJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintShareJobDocumentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrintShareJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintShareJobTask", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintTaskDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintTaskDefinition", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgPrintTaskDefinitionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrintTaskDefinitionTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrivacySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrivacySubjectRightsRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgPrivacySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgPrivacySubjectRightsRequestNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBilling", "Variants": [ "Delete" ], - "Command": "Remove-MgReportPartnerBilling", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingManifest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgReportPartnerBillingManifest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgReportPartnerBillingOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingReconciliation", "Variants": [ "Delete" ], - "Command": "Remove-MgReportPartnerBillingReconciliation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Delete" ], - "Command": "Remove-MgReportPartnerBillingReconciliationBilled", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingUsage", "Variants": [ "Delete" ], - "Command": "Remove-MgReportPartnerBillingUsage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingUsageBilled", "Variants": [ "Delete" ], - "Command": "Remove-MgReportPartnerBillingUsageBilled", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/billed", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Delete" ], - "Command": "Remove-MgReportPartnerBillingUsageUnbilled", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRiskDetection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRiskyServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRiskyServicePrincipal", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRiskyServicePrincipalHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRiskyServicePrincipalHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRiskyUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRiskyUser", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRiskyUserHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRiskyUserHistory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectory", "Variants": [ "Delete" ], - "Command": "Remove-MgRoleManagementDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -482625,124 +484770,124 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgRoleManagementEntitlementManagement", + "Variants": [ + "Delete" + ], + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Command": "Remove-MgRoleManagementEntitlementManagement", - "Method": "DELETE", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -482761,155 +484906,155 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSchemaExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -482928,20 +485073,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSearchAcronym", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSchemaExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -482960,20 +485105,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSearchBookmark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSearchAcronym", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/search/acronyms/{acronym-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -482992,20 +485137,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSearchQna", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSearchBookmark", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Search" - }, - { + "OutputType": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -483024,230 +485169,230 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgSearchQna", - "Method": "DELETE", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/qnas/{qna-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityAlertV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAlertV2", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationAutomation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationAutomation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationAutomationRun", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationLandingPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationLandingPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationLoginPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationLoginPage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationPayload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationPayload", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationTraining", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationTraining", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCase", "Variants": [ "Delete" ], - "Command": "Remove-MgSecurityCase", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483266,35 +485411,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgSecurityCaseEdiscoveryCase", - "Method": "DELETE", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483313,84 +485462,84 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483409,69 +485558,65 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" + "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" }, { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483490,50 +485635,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -483552,735 +485697,735 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", - "Method": "DELETE", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityIdentity", "Variants": [ "Delete" ], - "Command": "Remove-MgSecurityIdentity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/identities", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityIdentityHealthIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityIdentityHealthIssue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityIncident", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityLabel", "Variants": [ "Delete" ], - "Command": "Remove-MgSecurityLabel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelAuthority", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelCategory", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelCategorySubcategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelCategorySubcategory", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelCitation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelCitation", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelDepartment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelDepartment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelFilePlanReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelFilePlanReference", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecuritySecureScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecuritySecureScore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecuritySecureScoreControlProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecuritySecureScoreControlProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecuritySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecuritySubjectRightsRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecuritySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecuritySubjectRightsRequestNote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligence", "Variants": [ "Delete" ], - "Command": "Remove-MgSecurityThreatIntelligence", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceArticle", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHost", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHost", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostPair", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostPort", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSecurityTrigger", "Variants": [ "Delete" ], - "Command": "Remove-MgSecurityTrigger", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggers", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityTriggerRetentionEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityTriggerRetentionEvent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityTriggerType", "Variants": [ "Delete" ], - "Command": "Remove-MgSecurityTriggerType", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggerTypes", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgServiceAnnouncementHealthOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementHealthOverview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServiceAnnouncementIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementIssue", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServiceAnnouncementMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServiceAnnouncementMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgServicePrincipal", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484307,65 +486452,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipal", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalByAppId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -484408,50 +486553,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "Method": "DELETE", - "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalEndpoint", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -484494,20 +486639,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", - "Method": "DELETE", + "Module": "Applications", "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgServicePrincipalKey", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484534,22 +486681,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgServicePrincipalKey", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -484576,20 +486721,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", - "Method": "DELETE", + "Module": "Applications", "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgServicePrincipalPassword", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484616,22 +486763,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Command": "Remove-MgServicePrincipalPassword", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -484658,20 +486803,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -484706,50 +486851,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalRiskDetection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronization", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484768,50 +486913,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationJob", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484838,424 +486983,424 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", - "Method": "DELETE", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationTemplate", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItemDocumentSetVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItemDocumentSetVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItemDriveItemContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItemField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItemVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListItemVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgShareListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSharePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSharePermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteColumn", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485274,20 +487419,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485306,20 +487451,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485338,95 +487483,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteGetByPathAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteGetByPathOnenote", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteGetByPathTermStore", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485445,20 +487590,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485477,20 +487622,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -485509,50 +487654,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -485587,125 +487732,125 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -485724,255 +487869,246 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgSiteOnenotePage", - "Method": "DELETE", + "Module": "Notes", "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSiteOperation", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePage", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageCanvaLayout", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePageAsSitePageWebPart", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSitePermission", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSiteTermStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStore", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/termStore", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroup", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroupSet", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -485983,17 +488119,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgSiteTermStoreGroupSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -486004,136 +488140,212 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroupSetRelation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroupSetTerm", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroupSetTermChild", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreSetChild", + "Variants": [ + "Delete", + "Delete1", + "Delete2", + "Delete3", + "DeleteViaIdentity", + "DeleteViaIdentity1", + "DeleteViaIdentity2", + "DeleteViaIdentity3" + ], + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", + "Delete2", + "Delete3", "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity1", + "DeleteViaIdentity2", + "DeleteViaIdentity3" ], - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSiteTermStoreSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreSet", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -486144,17 +488356,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgSiteTermStoreSetChild", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -486165,304 +488377,551 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Command": "Remove-MgSiteTermStoreSetChildRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreSetParentGroup", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSet", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "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" + }, + { + "Command": "Remove-MgSiteTermStoreSetRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "OutputType": null, + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" + }, + { + "Command": "Remove-MgSiteTermStoreSetTerm", "Variants": [ "Delete", "Delete1", - "Delete2", - "Delete3", "DeleteViaIdentity", - "DeleteViaIdentity1", - "DeleteViaIdentity2", - "DeleteViaIdentity3" + "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSiteTermStoreSetTermChild", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "OutputType": null, "Permissions": [], + "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" + }, + { + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "OutputType": null, + "Permissions": [], + "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" + }, + { + "Command": "Remove-MgSiteTermStoreSetTermRelation", "Variants": [ "Delete", "Delete1", - "Delete2", - "Delete3", "DeleteViaIdentity", - "DeleteViaIdentity1", - "DeleteViaIdentity2", - "DeleteViaIdentity3" + "DeleteViaIdentity1" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestore", + "Variants": [ + "Delete" + ], + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreDriveInclusionRule", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreDriveProtectionUnit", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSession", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreMailboxProtectionUnit", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestorePoint", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0", + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreServiceApp", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetTerm", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSolutionBackupRestoreSession", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetTermChild", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0", + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreSharePointProtectionPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetTermChildRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgSiteTermStoreSetTermRelation", - "Method": "DELETE", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgSolutionBackupRestoreSiteProtectionUnit", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgSubscribedSku", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSubscribedSku", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgSubscription", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/subscriptions/{subscription-id}", - "Module": "ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "Module": "ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeam", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgTeamChannel", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -486497,97 +488956,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgTeamChannel", - "Method": "DELETE", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamChannelMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgTeamChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgTeamChannelTab", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -486662,20 +489121,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -486742,217 +489201,217 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgTeamInstalledApp", - "Method": "DELETE", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamMember", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPrimaryChannel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgTeamPrimaryChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPrimaryChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamPrimaryChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamSchedule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleOfferShiftRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgTeamScheduleOpenShift", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -486971,35 +489430,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleOpenShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487018,20 +489477,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleSchedulingGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487058,35 +489517,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleShift", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487105,20 +489564,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleTimeOff", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487137,20 +489596,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleTimeOffReason", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -487169,20 +489628,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamScheduleTimeOffRequest", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -487201,20 +489660,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamTag", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -487233,338 +489692,338 @@ "IsLeastPrivilege": true } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgTeamTagMember", - "Method": "DELETE", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedChat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannel", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkDeletedTeamChannelTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTeamworkTeamAppSetting", "Variants": [ "Delete" ], - "Command": "Remove-MgTeamworkTeamAppSetting", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/teamsAppSettings", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTeamworkWorkforceIntegration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTeamworkWorkforceIntegration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" + "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" }, { + "Command": "Remove-MgUser", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -487607,65 +490066,65 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUser", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserActivityHistoryItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserActivity", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserActivityHistoryItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationEmailMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAppRoleAssignment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -487684,20 +490143,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationFido2Method", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationEmailMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487716,20 +490175,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationFido2Method", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487748,35 +490207,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationPhoneMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -487795,20 +490254,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationPhoneMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487827,20 +490286,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487859,20 +490318,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -487891,1740 +490350,1740 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", - "Method": "DELETE", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgUserCalendarGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserCalendarGroup", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgUserCalendarPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgUserCalendarPermission", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgUserChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatLastMessagePreview", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatMember", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgUserChatMessageHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatMessageReply", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Command": "Remove-MgUserChatMessageReplyHostedContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatPermissionGrant", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatPinnedMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserChatTab", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderChildFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderChildFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderChildFolderContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderContact", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderContactExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactFolderContactPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserContactPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDrive", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveBundleContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveFollowingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgUserDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveItemVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListContentType", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListContentTypeColumn", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListContentTypeColumnLink", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListOperation", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveListSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRoot", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootAnalytic", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootChildContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItemDriveItemContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItemField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItemVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootListItemVersionField", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootPermanent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Remove-MgUserDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootPermission", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootRetentionLabel", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootSubscription", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootThumbnail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootVersion", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveRootVersionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserDriveSpecialContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserEventAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserEventExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserEventInstanceAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserEventInstanceExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserExtension", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Command": "Remove-MgUserFollowedSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Command": "Remove-MgUserFollowedSite", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSite", + "Permissions": [], "Uri": "/users/{user-id}/followedSites/remove", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgUserInferenceClassificationOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserInferenceClassificationOverride", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserInsightShared", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserInsightShared", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserInsightTrending", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserInsightTrending", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserInsightUsed", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserInsightUsed", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserLicenseDetail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderChildFolder", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderChildFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderChildFolderMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderChildFolderMessageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderChildFolderMessageRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderMessageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderMessageExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMailFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMailFolderMessageRule", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDevice", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDeviceCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDeviceConfigurationState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { + "Command": "Remove-MgUserManagerByRef", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -489643,95 +492102,95 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserManagerByRef", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/manager/$ref", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMessage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMessageAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMessageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserMessageExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnenoteNotebook", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -489750,65 +492209,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnenotePage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnenotePageContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnenoteSection", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnenoteSectionGroup", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -489827,155 +492286,155 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeeting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingAttendeeReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingRecording", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingRecordingContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingTranscript", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingTranscriptContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserOutlookMasterCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserOutlookMasterCategory", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -490002,20 +492461,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserPhotoContent", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Command": "Remove-MgUserPhoto", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -490042,202 +492503,200 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserPresence", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" + "DeleteViaIdentity" ], - "Command": "Remove-MgUserPhotoContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo/$value", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserScopedRoleMemberOf", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserPresence", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserScopedRoleMemberOf", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSetting", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingShiftPreference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingItemInsight", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingStorage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingShiftPreference", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingStorageQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingStorage", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingStorageQuotaService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingStorageQuota", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingWindows", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingStorageQuotaService", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserSettingWindowsInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingWindows", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTeamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserSettingWindowsInstance", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTeamworkAssociatedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTeamwork", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTeamworkInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTeamworkAssociatedTeam", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -490336,20 +492795,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTeamworkInstalledApp", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.Read", @@ -490376,35 +492835,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoList", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490423,20 +492882,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTask", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490455,20 +492914,20 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTaskAttachment", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490487,50 +492946,50 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskAttachmentSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTaskAttachmentContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTaskAttachmentSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskChecklistItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490549,35 +493008,35 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTaskChecklistItem", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgUserTodoListTaskLinkedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgUserTodoListTaskExtension", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -490596,567 +493055,567 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Command": "Remove-MgUserTodoListTaskLinkedResource", - "Method": "DELETE", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgVirtualEvent", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEvent", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventPresenter", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventSessionAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventTownhall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventTownhall", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhallPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventTownhallPresenter", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgVirtualEventTownhallSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventTownhallSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinar", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarPresenter", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarRegistration", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Remove-MgVirtualEventWebinarSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarSession", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", - "Method": "DELETE", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "DELETE" + }, + { + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "DELETE", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "DELETE" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Method": "POST", - "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "Variants": [ "Change", "ChangeExpanded" ], - "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Change", "ChangeExpanded" ], - "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaUserCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Command": "Rename-MgBetaUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaUserCloudPcUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaUserCloudPcUserAccountType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Rename-MgBetaUserManagedDeviceAssignment", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgBetaUserManagedDeviceAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Rename-MgCommunicationCallScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Rename-MgCommunicationCallScreenSharingRole", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "Variants": [ "Request", "RequestExpanded" ], - "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", "Variants": [ "Request", "RequestExpanded" ], - "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", + "Variants": [ + "Request", + "RequestViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -491175,20 +493634,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -491207,64 +493666,64 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", "Variants": [ "Request", "RequestViaIdentity" ], - "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Request-MgBetaPrivilegedApprovalMy", + "Variants": [ + "Request" + ], + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Permissions": [], + "Uri": "/privilegedApproval/myRequests", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "Variants": [ - "Request" - ], - "Command": "Request-MgBetaPrivilegedApprovalMy", - "Method": "GET", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/privilegedApproval/myRequests", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -491283,35 +493742,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Request", - "RequestViaIdentity" - ], - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Request-MgUserManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Command": "Request-MgUserManagedDeviceRemoteAssistance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Users.Actions" + "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" }, { + "Command": "Reset-MgBetaAccessReviewDecision", + "Variants": [ + "Reset", + "ResetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -491330,80 +493789,80 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Reset-MgBetaAccessReviewInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaAccessReviewDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaAccessReviewInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Reset-MgBetaEducationSynchronizationProfile", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -491422,484 +493881,486 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "Command": "Reset-MgBetaEducationSynchronizationProfile", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaGroupUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaGroupUnseenCount", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/resetUnseenCount", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Variants": [ "Reset" ], - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", "Variants": [ "Reset" ], - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", "Variants": [ "Reset" ], - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaPrintPrinterDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaPrintPrinterDefault", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/printers/{printer-id}/resetDefaults", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaUserAuthenticationMethodPassword", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Command": "Reset-MgBetaUserAuthenticationMethodPassword", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaUserManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaUserManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgDeviceManagementManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgGroupUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgGroupUnseenCount", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/resetUnseenCount", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Variants": [ "Reset" ], - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgUserAuthenticationMethodPassword", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Command": "Reset-MgUserAuthenticationMethodPassword", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Reset-MgUserManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Command": "Reset-MgUserManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resize-MgBetaUserCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Command": "Resize-MgBetaUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Resize-MgBetaUserManagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Command": "Resize-MgBetaUserManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restart-MgApplicationSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Command": "Restart-MgApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restart-MgBetaApplicationSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Command": "Restart-MgBetaApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -491918,97 +494379,97 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ], - "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restart-MgBetaTeamworkDevice", "Variants": [ "Restart", "RestartViaIdentity" ], - "Command": "Restart-MgBetaTeamworkDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restart-MgBetaUserCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgBetaUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restart-MgBetaUserManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgBetaUserManagedDeviceNow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restart-MgDeviceManagementManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgDeviceManagementManagedDeviceNow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Restart-MgServicePrincipalSynchronizationJob", + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492027,182 +494488,180 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ], - "Command": "Restart-MgServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restart-MgUserManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Command": "Restart-MgUserManagedDeviceNow", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Restore-MgBetaDirectoryDeletedItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaDirectoryDeletedItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Restore-MgBetaDriveItemVersion", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -492229,326 +494688,326 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Command": "Restore-MgBetaDriveItemVersion", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/root/restore", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaGroupDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaGroupDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaGroupDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaGroupSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaGroupSiteListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST" + }, + { + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Restore-MgBetaPrintPrinterFactoryDefault", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -492567,54 +495026,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Command": "Restore-MgBetaPrintPrinterFactoryDefault", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Command": "Restore-MgBetaShareListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaShareListItemVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Command": "Restore-MgBetaShareListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -492649,20 +495108,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Restore-MgBetaSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -492689,317 +495148,317 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Command": "Restore-MgBetaSiteListItemVersion", - "Method": "POST", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaUserDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaUserDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgBetaUserDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgBetaUserDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserManagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgBetaUserManagedDeviceCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Restore-MgBetaUserManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Command": "Restore-MgBetaUserManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Command": "Restore-MgDeviceManagementManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Restore-MgDirectoryDeletedItem", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDirectoryDeletedItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Module": "Identity.DirectoryManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Restore-MgDriveItemVersion", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -493026,341 +495485,341 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Command": "Restore-MgDriveItemVersion", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/root/restore", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgGroupDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgGroupDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgGroupDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgGroupDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Command": "Restore-MgGroupSettingTemplate", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupSettingTemplate", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgGroupSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgGroupSiteListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST" + }, + { + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "Module": "Identity.Governance" + "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" }, { + "Command": "Restore-MgPrintPrinterFactoryDefault", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -493379,54 +495838,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Command": "Restore-MgPrintPrinterFactoryDefault", - "Method": "POST", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgShareListItemDocumentSetVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Command": "Restore-MgShareListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgShareListItemVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Command": "Restore-MgShareListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -493461,20 +495920,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Restore-MgSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgSiteListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -493501,189 +495960,189 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Command": "Restore-MgSiteListItemVersion", - "Method": "POST", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgUserDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgUserDriveItem", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveItemListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Restore-MgUserDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Command": "Restore-MgUserDriveRoot", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveRootListItemVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Command": "Restore-MgUserDriveRootVersion", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Restore-MgUserManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Command": "Restore-MgUserManagedDevicePasscode", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Users.Actions" + "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" }, { + "Command": "Resume-MgBetaEducationSynchronizationProfile", + "Variants": [ + "Resume", + "ResumeViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -493702,241 +496161,243 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Resume", - "ResumeViaIdentity" - ], - "Command": "Resume-MgBetaEducationSynchronizationProfile", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Resume-MgEntitlementManagementAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance" + "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" }, { + "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -493955,116 +496416,116 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDeviceManagementElevationRequest", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDeviceManagementElevationRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", "Permissions": [], + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Revoke-MgBetaDriveItemPermissionGrant", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -494091,445 +496552,443 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDriveListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDriveItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDriveListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDriveListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDriveListPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaDriveRootPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaGroupSitePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaShareListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaGroupSitePermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaSharePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaShareListPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaSiteListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaSharePermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaSiteListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaSiteListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaSitePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaSiteListPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaSitePermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserDriveListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaUserDriveListPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", "Variants": [ "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" + "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Revoke-MgBetaUserSignInSession", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -494556,20 +497015,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Revoke-MgUserSignInSession", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Command": "Revoke-MgBetaUserSignInSession", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/revokeSignInSessions", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -494596,35 +497055,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Search-MgBackupRestorePoint", "Variants": [ - "Revoke", - "RevokeViaIdentity" + "Search", + "SearchExpanded" ], - "Command": "Revoke-MgUserSignInSession", - "Method": "POST", + "OutputType": "IMicrosoftGraphRestorePointSearchResponse", + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/search", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/users/{user-id}/revokeSignInSessions", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePointSearchResponse", + "Command": "Search-MgBetaBackupRestorePoint", "Variants": [ "Search", "SearchExpanded" ], - "Command": "Search-MgBetaBackupRestorePoint", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRestorePointSearchResponse", + "Permissions": [], "Uri": "/solutions/backupRestore/restorePoints/search", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", + "Variants": [ + "Search", + "SearchExpanded" + ], + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -494643,305 +497117,305 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "Variants": [ - "Search", - "SearchExpanded" - ], - "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgBetaDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/search(q='{q}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaGroupDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaGroupDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaGroupDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaGroupDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaGroupDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaGroupDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaUserDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaUserDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaUserDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaUserDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Beta.Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgBetaUserDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgBetaUserDriveRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Search-MgDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/search(q='{q}')", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgGroupDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgGroupDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgGroupDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgGroupDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgGroupDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgGroupDriveRoot", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgUserDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgUserDrive", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgUserDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgUserDriveItem", - "Method": "GET", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Users.Functions" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET" + }, + { + "Command": "Search-MgUserDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "Command": "Search-MgUserDriveRoot", - "Method": "GET", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaAccessReviewInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaAccessReviewInstanceReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Send-MgBetaAccessReviewReminder", + "Variants": [ + "Send", + "SendViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -494960,20 +497434,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaChatActivityNotification", "Variants": [ "Send", - "SendViaIdentity" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaAccessReviewReminder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -494992,107 +497468,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaCommunicationCallDtmfTone", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaChatActivityNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/sendActivityNotification", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", "Permissions": [], + "Uri": "/communications/calls/{call-id}/sendDtmfTones", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Method": "POST" + }, + { + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaCommunicationCallDtmfTone", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -495111,37 +497587,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded" ], - "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -495160,97 +497636,97 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", - "Method": "POST", - "CommandAlias": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Module": "Beta.DeviceManagement.Actions" - }, - { - "Permissions": [], "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Send", - "SendViaIdentity" - ], - "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaFinancialCompanySalesInvoice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaFinancialCompanySalesQuote", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", - "Module": "Beta.Financials" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaFinancialCompanySalesQuote", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "ApiReferenceLink": null, + "Module": "Beta.Financials", "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", + "Variants": [ + "Send", + "SendViaIdentity" + ], + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Send-MgBetaTeamActivityNotification", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -495269,22 +497745,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendExpanded" ], - "Command": "Send-MgBetaTeamActivityNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/sendActivityNotification", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495303,150 +497777,152 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/sendActivityNotificationToRecipients", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded" - ], - "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserChatActivityNotification", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserMail", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserMail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/sendMail", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaUserMailFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/send", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495473,22 +497949,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495515,37 +497991,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Send-MgBetaUserTeamworkActivityNotification", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495564,22 +498040,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgBetaUserTeamworkActivityNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -495598,103 +498074,103 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Command": "Send-MgChatActivityNotification", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/sendActivityNotification", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Command": "Send-MgCommunicationCallDtmfTone", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgCommunicationCallDtmfTone", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Permissions": [], "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Send-MgTeamActivityNotification", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -495713,22 +498189,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgTeamworkActivityNotificationToRecipient", "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendExpanded" ], - "Command": "Send-MgTeamActivityNotification", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/sendActivityNotification", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495747,99 +498221,101 @@ "IsLeastPrivilege": false } ], + "Uri": "/teamwork/sendActivityNotificationToRecipients", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded" - ], - "Command": "Send-MgTeamworkActivityNotificationToRecipient", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teamwork/sendActivityNotificationToRecipients", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgUserChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgUserChatActivityNotification", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgUserMail", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgUserMail", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/sendMail", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Send-MgUserMailFolderChildFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgUserMailFolderChildFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgUserMailFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgUserMailFolderMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgUserMessage", "Variants": [ "Send", "SendViaIdentity" ], - "Command": "Send-MgUserMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/send", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495866,22 +498342,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -495908,22 +498384,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Send-MgUserTeamworkActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -495942,22 +498418,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Command": "Send-MgUserTeamworkActivityNotification", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Set-MgApplicationLogo", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495976,133 +498450,133 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgApplicationLogo", - "Method": "PUT", + "Module": "Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/logo", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronization", + "Command": "Set-MgApplicationSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgApplicationSynchronization", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronization", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT" + }, + { + "Command": "Set-MgApplicationSynchronizationSecret", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgApplicationSynchronizationSecret", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/secrets", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgApplicationVerifiedPublisher", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgApplicationVerifiedPublisher", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/setVerifiedPublisher", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaApplicationConnectorGroupByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaApplicationLogo", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496121,408 +498595,410 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgBetaApplicationLogo", - "Method": "PUT", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/applications/{application-id}/logo", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronization", + "Command": "Set-MgBetaApplicationSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaApplicationSynchronization", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronization", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaApplicationSynchronizationSecret", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaApplicationSynchronizationSecret", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/secrets", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaApplicationVerifiedPublisher", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaApplicationVerifiedPublisher", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/setVerifiedPublisher", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaChatMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaChatMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaChatMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaCommunicationPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaCommunicationPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/setPresence", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaCommunicationPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaCommunicationPresenceStatusMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", - "Method": "POST", - "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceAppManagementManagedEBook", - "Method": "POST", - "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceAppManagementMobileApp", - "Method": "POST", - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", - "Method": "POST", - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "POST", - "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Method": "POST", - "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496541,203 +499017,203 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", "Variants": [ "Set", "SetExpanded" ], - "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementCompliancePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", "Variants": [ "Set", "SetExpanded" ], - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496764,39 +499240,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496815,22 +499291,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -496849,22 +499325,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -496883,22 +499359,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -496925,22 +499401,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -496959,173 +499435,173 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaDeviceManagementDeviceShellScript", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementIntent", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementIntent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementManagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementManagedDeviceName", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Permissions": [], "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaDeviceManagementRoleScopeTag", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -497144,316 +499620,314 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaDeviceManagementRoleScopeTag", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/setReviewStatus", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdatePolicies/{windowsQualityUpdatePolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdatePolicies/{windowsQualityUpdatePolicy-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveBundleContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveBundleContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveBundleContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveFollowingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveFollowingContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveFollowingContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveItemChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveItemChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveItemChildContentStream", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -497480,20 +499954,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -497520,50 +499994,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgBetaDriveItemContentStream", - "Method": "PUT", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveItemListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaDriveItemSensitivityLabel", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -497582,219 +500058,219 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaDriveItemSensitivityLabel", - "Method": "POST", + "Module": "Beta.Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Beta.Files" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Set-MgBetaDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveItemVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootChildContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgBetaDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveRootVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveSpecialContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaDriveSpecialContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaDriveSpecialContentStream", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -497813,52 +500289,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], - "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -497877,20 +500351,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -497909,161 +500383,163 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaExternalConnectionItem", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -498082,679 +500558,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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaExternalConnectionItem", - "Method": "PUT", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyInformationPicture", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Set", "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ], - "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "SetViaIdentity", + "SetViaIdentity1" + ], + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveBundleContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveBundleContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveBundleContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveFollowingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveFollowingContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveFollowingContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemChildContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgBetaGroupDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveItemVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootChildContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgBetaGroupDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveRootVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveSpecialContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupDriveSpecialContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupDriveSpecialContentStream", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaGroupLicense", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -498773,67 +501249,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaGroupLicense", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/assignLicense", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgBetaGroupOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaGroupPhotoContent", + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -498852,202 +501328,202 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ], - "Command": "Set-MgBetaGroupPhotoContent", - "Method": "PUT", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo/$value", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaGroupTeam", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -499066,409 +501542,407 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaGroupTeam", - "Method": "PUT", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/groups/{group-id}/team", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaGroupTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaGroupTeamSchedule", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingBannerLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingCustomCss", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingFavicon", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499487,20 +501961,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499519,20 +501993,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499551,20 +502025,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499583,20 +502057,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499615,20 +502089,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499647,20 +502121,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499679,50 +502153,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingSquareLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -499741,20 +502215,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", - "Method": "POST", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaPlannerRosterSensitivityLabel", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlannerRoster", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -499773,206 +502249,206 @@ "IsLeastPrivilege": true } ], + "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaPlannerRosterSensitivityLabel", - "Method": "POST", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaPrintPrinterJobDocumentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaPrintShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaPrintShareJobDocumentContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgBetaSecurityAlert", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSecurityAlert", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Permissions": [], "Uri": "/security/alerts_v2/{alert-id}/comments", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSecurityIncidentAlertComment", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSecurityIncidentAlertComment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAlertComment", "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaServicePrincipalSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaServicePrincipalSynchronization", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronization", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -499991,484 +502467,484 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", - "Method": "PUT", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaShareDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaShareDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaShareDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaShareItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaShareItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareListItemDriveItemContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Command": "Set-MgBetaShareListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareListItemDriveItemContentStream", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Command": "Set-MgBetaShareListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaShareRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaShareRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaShareRootContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaSiteOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamChannelFileFolderContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamPhotoContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/photo/$value", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaTeamSchedule", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -500487,163 +502963,163 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedule", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaTeamSchedule", - "Method": "PUT", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaTrustFrameworkPolicyContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserChatMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaUserChatMessageReaction", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -500662,514 +503138,514 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaUserChatMessageReaction", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserChatMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserContactFolderContactPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserContactPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveBundleContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveBundleContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveBundleContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveFollowingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveFollowingContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveFollowingContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemChildContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaUserDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveItemVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootChildContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgBetaUserDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveRootVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveSpecialContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserDriveSpecialContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserDriveSpecialContentStream", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaUserLicense", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -501188,86 +503664,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgBetaUserLicense", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/assignLicense", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserMailFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserMailFolderMessageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Beta.Mail" + "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaUserManagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserManagedDeviceName", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Set-MgBetaUserManagerByRef", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -501286,187 +503762,187 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaUserManagerByRef", - "Method": "PUT", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/manager/$ref", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaUserMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserMessageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingRecording", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications" + "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { + "Command": "Set-MgBetaUserPhotoContent", + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -501493,22 +503969,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserPresence", "Variants": [ "Set", - "Set1", + "SetExpanded", "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo/$value", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -501527,22 +504003,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserPresence", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence/setPresence", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -501561,22 +504037,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgBetaUserPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgBetaUserPresenceStatusMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence/setStatusMessage", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -501595,329 +504071,329 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgBetaUserPresenceUserPreferredPresence", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PUT" + }, + { + "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgChatMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgChatMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgChatMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT" + }, + { + "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT" + }, + { + "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgCommunicationPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgCommunicationPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/setPresence", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgCommunicationPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgCommunicationPresenceStatusMessage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgCommunicationPresenceUserPreferredPresence", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "Module": "CloudCommunications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementManagedEBook", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceAppManagementManagedEBook", - "Method": "POST", - "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementMobileApp", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceAppManagementMobileApp", - "Method": "POST", - "CommandAlias": "Set-MgDeviceAppMgtMobileApp", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Set-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", - "Method": "POST", - "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "Module": "Devices.CorporateManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "POST", - "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "OutputType": null, + "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "Set-MgDeviceManagementDeviceConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceManagementDeviceConfiguration", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "Module": "DeviceManagement.Actions" + "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" }, { + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -501936,22 +504412,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -501970,118 +504446,116 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Module": "DeviceManagement.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveBundleContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveFollowingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveItemChildContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgDriveItemContent", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -502108,35 +504582,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgDriveItemContent", - "Method": "PUT", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveItemListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgDriveItemSensitivityLabel", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -502155,144 +504631,144 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgDriveItemSensitivityLabel", - "Method": "POST", + "Module": "Files", "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Files" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Command": "Set-MgDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveItemVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveRootChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveRootListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveRootVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgDriveSpecialContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -502311,52 +504787,50 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" + "SetViaIdentity" ], - "Command": "Set-MgEducationClassAssignmentRubricByRef", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -502375,20 +504849,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST" + }, + { + "Command": "Set-MgEducationClassModuleUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationClassAssignmentUpResourceFolder", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -502407,161 +504881,163 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModule", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgEducationClassModuleUpResourceFolder", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgEducationMeAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgEducationMeAssignmentRubricByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgEducationUserAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgEducationUserAssignmentRubricByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgEducationUserAssignmentUpResourceFolder", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Set-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgEntitlementManagementAssignmentPolicy", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgExternalConnectionItem", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -502580,236 +505056,236 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgExternalConnectionItem", - "Method": "PUT", + "Module": "Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveBundleContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveFollowingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveItemChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveItemListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgGroupDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgGroupDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveItemVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveRootChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveRootListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgGroupDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgGroupDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveRootVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupDriveSpecialContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgGroupLicense", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -502828,67 +505304,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgGroupLicense", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/assignLicense", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Command": "Set-MgGroupOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" + "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgGroupPhotoContent", + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -502907,142 +505383,142 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ], - "Command": "Set-MgGroupPhotoContent", - "Method": "PUT", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/photo/$value", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupSiteOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgGroupTeam", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -503061,317 +505537,315 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/team", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgGroupTeam", - "Method": "PUT", + "Module": "Teams", "CommandAlias": null, - "Uri": "/groups/{group-id}/team", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgGroupTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT" + }, + { + "Command": "Set-MgGroupTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgGroupTeamSchedule", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgOrganizationBrandingBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingBackgroundImage", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingBannerLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingCustomCss", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingFavicon", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingHeaderLogo", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "Variants": [ + "Set", + "SetViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503390,20 +505864,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503422,20 +505896,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503454,20 +505928,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503486,20 +505960,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationFavicon", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503518,20 +505992,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503550,20 +506024,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -503582,50 +506056,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingSquareLogo", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgOrganizationBrandingSquareLogoDark", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503644,159 +506118,161 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", - "Method": "POST", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgPrintPrinterJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgPrintPrinterJobDocumentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgPrintShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgPrintShareJobDocumentContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgSecurityAlert", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSecurityAlert", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Permissions": [], "Uri": "/security/alerts_v2/{alert-id}/comments", - "Module": "Security" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Command": "Set-MgSecurityIncidentAlertComment", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSecurityIncidentAlertComment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAlertComment", "Permissions": [], + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PUT" + }, + { + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT" + }, + { + "Command": "Set-MgServicePrincipalSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgServicePrincipalSynchronization", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronization", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgServicePrincipalSynchronizationSecret", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -503815,332 +506291,332 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgServicePrincipalSynchronizationSecret", - "Method": "PUT", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgShareDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgShareDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgShareItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgShareItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgShareListItemDriveItemContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Command": "Set-MgShareListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgShareRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgShareRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSiteListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSiteOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSiteOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgSiteOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamPhotoContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/photo/$value", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamPrimaryChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" - ], - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + ], + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamPrimaryChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgTeamPrimaryChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Set-MgTeamSchedule", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -504159,116 +506635,116 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedule", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgTeamSchedule", - "Method": "PUT", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgUserChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserChatMessageHostedContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgUserChatMessageReaction", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -504287,313 +506763,313 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgUserChatMessageReaction", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgUserChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserChatMessageReplyHostedContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgUserChatMessageReplyReaction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserContactFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserContactFolderContactPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserContactPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveBundleContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveFollowingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveItemChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveItemListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgUserDriveItemSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgUserDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveItemVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveRootChildContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveRootContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveRootListItemDriveItemContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Command": "Set-MgUserDriveRootSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST" + }, + { + "Command": "Set-MgUserDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveRootVersionContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT" + }, + { + "Command": "Set-MgUserDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserDriveSpecialContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgUserLicense", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -504612,52 +507088,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Command": "Set-MgUserLicense", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/assignLicense", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserMailFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserMailFolderMessageContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail" + "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgUserManagerByRef", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -504676,142 +507152,142 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgUserManagerByRef", - "Method": "PUT", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/manager/$ref", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgUserMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserMessageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnenotePageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnenoteResourceContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnenoteSectionPageContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnlineMeetingAttendeeReport", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnlineMeetingRecordingContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnlineMeetingTranscriptContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications" + "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { + "Command": "Set-MgUserPhotoContent", + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], + "OutputType": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -504838,22 +507314,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PUT" + }, + { + "Command": "Set-MgUserPresence", "Variants": [ "Set", - "Set1", + "SetExpanded", "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentityExpanded" ], - "Command": "Set-MgUserPhotoContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/photo/$value", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504872,22 +507348,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgUserPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgUserPresence", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence/setPresence", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504906,22 +507382,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Set-MgUserPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Command": "Set-MgUserPresenceStatusMessage", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence/setStatusMessage", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504940,157 +507416,157 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Command": "Set-MgUserPresenceUserPreferredPresence", - "Method": "POST", + "Module": "Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "Module": "Users.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Set-MgUserTodoListTaskAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserTodoListTaskAttachmentContent", - "Method": "PUT", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PUT" + }, + { + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", "Variants": [ "Set", "SetViaIdentity" ], - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", - "Method": "PUT", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PUT" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Skip-MgBetaUserManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Command": "Skip-MgBetaUserManagedDeviceActivationLock", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Skip-MgUserManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Command": "Skip-MgUserManagedDeviceActivationLock", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Start-MgApplicationSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaApplicationSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -505109,88 +507585,86 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Variants": [ "Run", "RunViaIdentity" ], - "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Start-MgBetaEducationSynchronizationProfile", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -505209,80 +507683,80 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Method": "POST" + }, + { + "Command": "Start-MgBetaPrintPrinterJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaEducationSynchronizationProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST" + }, + { + "Command": "Start-MgBetaPrintPrinterJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST" + }, + { + "Command": "Start-MgBetaPrintPrinterShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaPrintPrinterJobPrintJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST" + }, + { + "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaPrintPrinterShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST" + }, + { + "Command": "Start-MgBetaPrintShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [ { "Name": "PrintJob.Create", @@ -505325,35 +507799,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Command": "Start-MgBetaPrintShareJob", - "Method": "POST", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgBetaPrintShareJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaPrintShareJobPrintJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Variants": [ + "Run", + "RunViaIdentity" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -505372,35 +507846,35 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Variants": [ - "Run", - "RunViaIdentity" - ], - "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "GET", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Command": "Start-MgBetaSecurityHuntingQuery", "Variants": [ "Run", "RunExpanded" ], - "Command": "Start-MgBetaSecurityHuntingQuery", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Permissions": [], "Uri": "/security/runHuntingQuery", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Start-MgBetaServicePrincipalSynchronizationJob", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -505419,101 +507893,103 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Command": "Start-MgBetaServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Start-MgBetaTeamScheduleTimeCardBreak", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Command": "Start-MgBetaTeamScheduleTimeCardBreak", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaTeamworkDeviceDiagnostic", "Variants": [ "Run", "RunViaIdentity" ], - "Command": "Start-MgBetaTeamworkDeviceDiagnostic", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaUserCloudPc", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/solutions/workingTimeSchedule/startWorkingTime", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workingtimeschedule-startworkingtime?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -505532,52 +508008,50 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "Command": "Start-MgCommunicationCallParticipantHoldMusic", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Variants": [ "Run", "RunViaIdentity" ], - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Command": "Start-MgPrintPrinterJob", "Variants": [ "Start", "StartViaIdentity" ], - "Command": "Start-MgPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Permissions": [], "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Start-MgPrintShareJob", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "OutputType": "IMicrosoftGraphPrintJobStatus", "Permissions": [ { "Name": "PrintJob.Create", @@ -505620,35 +508094,35 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJobStatus", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Command": "Start-MgPrintShareJob", - "Method": "POST", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "Module": "Devices.CloudPrint" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Command": "Start-MgSecurityHuntingQuery", "Variants": [ "Run", "RunExpanded" ], - "Command": "Start-MgSecurityHuntingQuery", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Permissions": [], "Uri": "/security/runHuntingQuery", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Start-MgServicePrincipalSynchronizationJob", + "Variants": [ + "Start", + "StartViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -505667,20 +508141,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Command": "Start-MgServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Stop-MgBetaAccessReview", + "Variants": [ + "Stop", + "StopViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -505699,35 +508173,52 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaAccessReviewInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaAccessReview", - "Method": "POST", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/stop", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaApprovalItem", "Variants": [ - "Stop", - "StopViaIdentity" + "Cancel", + "CancelViaIdentity" ], - "Command": "Stop-MgBetaAccessReviewInstance", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "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, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Stop-MgBetaBookingBusinessAppointment", + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -505754,39 +508245,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaBookingBusinessCalendarView", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBetaBookingBusinessAppointment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaCommunicationCallMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBetaBookingBusinessCalendarView", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -505805,22 +508296,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ], - "Command": "Stop-MgBetaCommunicationCallMediaProcessing", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -505839,22 +508330,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" - ], - "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -505873,22 +508364,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Variants": [ "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" + "CancelExpanded" ], - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -505907,296 +508396,296 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Cancel", - "CancelExpanded" - ], - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", - "Method": "POST", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", - "Module": "Beta.Financials" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaFinancialCompanySalesInvoice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", - "Module": "Beta.Financials" + "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaGroupCalendarEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBetaGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaGroupEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBetaGroupEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Stop-MgBetaPrintPrinterJob", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -506231,140 +508720,140 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrintPrinterJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrintPrinterShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrintPrinterJobPrintJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrintPrinterShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrintShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrintShareJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrintShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrintShareJobPrintJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST" + }, + { + "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -506383,20 +508872,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -506415,298 +508904,300 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "POST", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaSecurityAction", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaSecurityAction", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Permissions": [], "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserCloudPc", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaUserCloudPc", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "Command": "Stop-MgBetaUserCloudPcGracePeriod", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBetaUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaUserEventInstance", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBetaUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaUserPendingAccessReviewInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", "Variants": [ "End", "EndViaIdentity" ], - "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/solutions/workingTimeSchedule/endWorkingTime", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workingtimeschedule-endworkingtime?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Stop-MgBetaVirtualEvent", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaVirtualEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaVirtualEventWebinarRegistration", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", - "Module": "Beta.Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Stop-MgBookingBusinessAppointment", + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -506733,39 +509224,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgBookingBusinessCalendarView", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBookingBusinessAppointment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgCommunicationCallMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgBookingBusinessCalendarView", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -506784,22 +509275,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ], - "Command": "Stop-MgCommunicationCallMediaProcessing", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -506818,161 +509309,159 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" - ], - "Command": "Stop-MgCommunicationCallParticipantHoldMusic", - "Method": "POST", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "Module": "DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", + "Module": "DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgEntitlementManagementAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgGroupCalendarEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgGroupCalendarEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgGroupEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgGroupEvent", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Stop-MgPrintPrinterJob", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -507007,35 +509496,35 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgPrintShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgPrintPrinterJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgPrintShareJob", - "Method": "POST", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -507054,20 +509543,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -507086,144 +509575,144 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "POST", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgUserEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgUserEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/cancel", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgUserEventInstance", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Command": "Stop-MgUserEventInstance", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgVirtualEvent", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgVirtualEvent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Command": "Stop-MgVirtualEventWebinarRegistration", - "Method": "POST", + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Stop-MgVirtualEventWebinarRegistration", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", - "Method": "POST", + "OutputType": null, + "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", + "ApiReferenceLink": null, + "Module": "Bookings", "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", - "Module": "Bookings" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Submit-MgBetaEducationClassAssignmentSubmission", + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -507250,65 +509739,65 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Submit", - "SubmitViaIdentity" - ], - "Command": "Submit-MgBetaEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Command": "Submit-MgBetaEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Submit-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Command": "Submit-MgBetaEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Submit-MgBetaSecurityTiIndicator", "Variants": [ "Submit", "SubmitExpanded" ], - "Command": "Submit-MgBetaSecurityTiIndicator", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "Uri": "/security/tiIndicators/submitTiIndicators", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Submit-MgEducationClassAssignmentSubmission", + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -507335,114 +509824,114 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Variants": [ - "Submit", - "SubmitViaIdentity" - ], - "Command": "Submit-MgEducationClassAssignmentSubmission", - "Method": "POST", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Command": "Submit-MgEducationMeAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Command": "Submit-MgEducationMeAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST" + }, + { + "Command": "Submit-MgEducationUserAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Command": "Submit-MgEducationUserAssignmentSubmission", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Suspend-MgApplicationSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Command": "Suspend-MgApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Suspend-MgBetaApplicationSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Command": "Suspend-MgBetaApplicationSynchronizationJob", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Suspend-MgBetaEducationSynchronizationProfile", + "Variants": [ + "Pause", + "PauseViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -507461,20 +509950,20 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "Command": "Suspend-MgBetaEducationSynchronizationProfile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", - "Module": "Beta.Education" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507493,37 +509982,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "Variants": [ + "Pause", + "PauseViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507542,20 +510031,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "Command": "Suspend-MgServicePrincipalSynchronizationJob", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", + "Variants": [ + "Sync" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507574,19 +510062,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Sync" - ], - "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507605,20 +510094,19 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken", - "Variants": [ - "Sync", - "SyncViaIdentity" - ], - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", + "Variants": [ + "Sync" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507637,77 +510125,80 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Sync" - ], - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", - "Method": "POST", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", "Variants": [ "Sync" ], - "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings/syncApps", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Sync" ], - "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgBetaDeviceManagementComanagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Sync-MgBetaDeviceManagementExchangeConnector", + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507726,81 +510217,78 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ], - "Command": "Sync-MgBetaDeviceManagementExchangeConnector", - "Method": "POST", + "Module": "Beta.DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Module": "Beta.DeviceManagement.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Sync-MgBetaDeviceManagementManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgBetaDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Sync" ], - "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgBetaUserManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgBetaUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", + "Variants": [ + "Sync" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507819,19 +510307,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Sync" - ], - "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", - "Method": "POST", + "Module": "Devices.CorporateManagement", "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Module": "Devices.CorporateManagement" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Sync-MgDeviceAppManagementVppTokenLicense", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507850,20 +510339,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST" + }, + { + "Command": "Sync-MgDeviceManagementExchangeConnector", "Variants": [ "Sync", - "SyncViaIdentity" + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" ], - "Command": "Sync-MgDeviceAppManagementVppTokenLicense", - "Method": "POST", - "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -507882,251 +510373,249 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ], - "Command": "Sync-MgDeviceManagementExchangeConnector", - "Method": "POST", + "Module": "DeviceManagement.Actions", "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Module": "DeviceManagement.Actions" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Sync-MgDeviceManagementManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgDeviceManagementManagedDevice", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Sync-MgUserManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Command": "Sync-MgUserManagedDevice", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgApplicationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgApplicationProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/validateProperties", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgApplicationSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgApplicationSynchronizationJobCredential", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaAdministrativeUnitProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaAdministrativeUnitProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/administrativeUnits/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/administrativeUnits/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgBetaApplicationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaApplicationProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/validateProperties", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaApplicationSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaApplicationSynchronizationJobCredential", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaContactProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaContactProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/contacts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgBetaContractProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaContractProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/contracts/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", - "Method": "POST", - "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", - "Uri": "/deviceAppManagement/mobileApps/validateXml", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/validateXml", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDeviceManagementAssignmentFilter", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/validateFilter", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/assignmentFilters/validateFilter", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Method": "POST" + }, + { + "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaDeviceProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDeviceProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgBetaDirectoryDeletedItemProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDirectoryDeletedItemProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaDirectoryObjectProperty", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -508161,114 +510650,114 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryObjects/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Command": "Test-MgBetaDirectoryObjectProperty", - "Method": "POST", + "Module": "Beta.DirectoryObjects", "CommandAlias": null, - "Uri": "/directoryObjects/validateProperties", - "Module": "Beta.DirectoryObjects" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaDirectoryRoleProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDirectoryRoleProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoles/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoles/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgBetaDirectoryRoleTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDirectoryRoleTemplateProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directoryRoleTemplates/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgBetaDirectorySettingTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaDirectorySettingTemplateProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directorySettingTemplates/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaDriveItemPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaDriveListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaDriveRootPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/root/validatePermission", - "Module": "Beta.Files" + "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaExternalIndustryDataConnector", + "Variants": [ + "Validate", + "ValidateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -508287,101 +510776,103 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateViaIdentity" - ], - "Command": "Test-MgBetaExternalIndustryDataConnector", - "Method": "POST", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaGroupDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupDriveItemPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaGroupDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaGroupDriveListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaGroupDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupDriveRootPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Command": "Test-MgBetaGroupDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupDynamicMembership", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST" + }, + { + "Command": "Test-MgBetaGroupDynamicMembershipRule", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Command": "Test-MgBetaGroupDynamicMembershipRule", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Permissions": [], "Uri": "/groups/evaluateDynamicMembership", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaGroupProperty", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -508400,169 +510891,169 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Command": "Test-MgBetaGroupProperty", - "Method": "POST", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/validateProperties", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaGroupSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaGroupSiteContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST" + }, + { + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaGroupSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaGroupSiteListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", + "Command": "Test-MgBetaIdentityConditionalAccess", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Command": "Test-MgBetaIdentityConditionalAccess", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/evaluate", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "Variants": [ + "Validate", + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -508581,67 +511072,65 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ], - "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -508660,35 +511149,35 @@ "IsLeastPrivilege": true } ], + "Uri": "/informationProtection/policy/labels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaOrganizationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaOrganizationProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/validateProperties", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -508707,65 +511196,67 @@ "IsLeastPrivilege": true } ], + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", - "Method": "POST", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Permissions": [], "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Permissions": [], "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaServicePrincipalProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaServicePrincipalProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/validateProperties", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -508784,252 +511275,252 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", - "Method": "POST", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaShareListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaShareListContentTypePublished", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Test-MgBetaSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaSiteContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Permissions": [], + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST" + }, + { + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaSiteListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Command": "Test-MgBetaUserCloudPcBulkResize", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserCloudPcBulkResize", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaUserDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserDriveItemPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaUserDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgBetaUserDriveListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Module": "Beta.Users.Functions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaUserDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST" + }, + { + "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509048,107 +511539,105 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST" + }, + { + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Permissions": [], "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Permissions": [], "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaUserManagedAppUserBlocked", + "Variants": [ + "Is", + "IsViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -509183,20 +511672,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/isManagedAppUserBlocked", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Is", - "IsViaIdentity" - ], - "Command": "Test-MgBetaUserManagedAppUserBlocked", - "Method": "GET", + "Module": "Beta.Users.Functions", "CommandAlias": null, - "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "Module": "Beta.Users.Functions" + "ApiVersion": "beta", + "Method": "GET" }, { + "Command": "Test-MgBetaUserPassword", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "OutputType": "IMicrosoftGraphPasswordValidationInformation", "Permissions": [ { "Name": "User.ReadWrite", @@ -509215,35 +511704,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/validatePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordValidationInformation", - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Command": "Test-MgBetaUserPassword", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/validatePassword", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Test-MgBetaUserProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgBetaUserProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/validateProperties", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509262,22 +511753,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST" + }, + { + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509296,22 +511787,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST" + }, + { + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -509330,82 +511821,80 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgContactProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgContactProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contacts/validateProperties", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgContractProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgContractProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/contracts/validateProperties", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgDeviceProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgDeviceProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/devices/validateProperties", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgDirectoryDeletedItemProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgDirectoryDeletedItemProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directory/deletedItems/validateProperties", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Test-MgDirectoryObjectProperty", + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -509440,148 +511929,150 @@ "IsLeastPrivilege": false } ], + "Uri": "/directoryObjects/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Command": "Test-MgDirectoryObjectProperty", - "Method": "POST", + "Module": "DirectoryObjects", "CommandAlias": null, - "Uri": "/directoryObjects/validateProperties", - "Module": "DirectoryObjects" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgDirectoryRoleProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgDirectoryRoleProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/directoryRoles/validateProperties", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgDirectoryRoleTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgDirectoryRoleTemplateProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/directoryRoleTemplates/validateProperties", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgDriveItemPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Files" + "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgDriveListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Files" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Files", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgDriveRootPermission", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/validatePermission", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgGroupDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgGroupDriveItemPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgGroupDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgGroupDriveListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgGroupDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgGroupDriveRootPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Test-MgGroupProperty", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Group.Read.All", @@ -509600,67 +512091,67 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Command": "Test-MgGroupProperty", - "Method": "POST", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/validateProperties", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgGroupSettingTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgGroupSettingTemplateProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groupSettingTemplates/validateProperties", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgGroupSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgGroupSiteContentTypePublished", - "Method": "GET", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Test-MgGroupSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgGroupSiteListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { + "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "Variants": [ + "Validate", + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" + ], + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -509679,52 +512170,52 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ], - "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgOrganizationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgOrganizationProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/organization/validateProperties", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Test-MgServicePrincipalProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgServicePrincipalProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/validateProperties", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Test-MgServicePrincipalSynchronizationJobCredential", + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -509743,131 +512234,129 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Command": "Test-MgServicePrincipalSynchronizationJobCredential", - "Method": "POST", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgShareListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgShareListContentTypePublished", - "Method": "GET", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Test-MgSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgSiteContentTypePublished", - "Method": "GET", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "GET" + }, + { + "Command": "Test-MgSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgSiteListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgUserDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgUserDriveItemPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Users.Actions" + "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgUserDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "Command": "Test-MgUserDriveListContentTypePublished", - "Method": "GET", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Users.Functions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Module": "Users.Functions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "GET" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgUserDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Command": "Test-MgUserDriveRootPermission", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "Module": "Users.Actions" + "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Test-MgUserProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "Command": "Test-MgUserProperty", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/validateProperties", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Unblock-MgBetaUserManagedApp", + "Variants": [ + "Unblock", + "UnblockViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -509886,933 +512375,950 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/unblockManagedApps", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Unblock", - "UnblockViaIdentity" - ], - "Command": "Unblock-MgBetaUserManagedApp", - "Method": "POST", + "Module": "Beta.Users.Actions", "CommandAlias": null, - "Uri": "/users/{user-id}/unblockManagedApps", - "Module": "Beta.Users.Actions" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Undo-MgBetaChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaChatMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaChatMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Undo-MgBetaTeamworkDeletedChatDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamworkDeletedChatDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgBetaUserChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgBetaUserChatMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Undo-MgChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgChatMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgChatMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamChannelMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamChannelMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Undo-MgTeamworkDeletedChatDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamworkDeletedChatDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgUserChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgUserChatMessageReplySoftDelete", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Undo-MgUserChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Command": "Undo-MgUserChatMessageSoftDelete", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Unpublish-MgBetaBookingBusiness", "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" ], - "Command": "Unpublish-MgBetaBookingBusiness", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Unpublish-MgBetaDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaGroupDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaGroupDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaGroupSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaGroupSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaGroupSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaGroupSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaShareListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaShareListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgBetaUserDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBetaUserDriveListContentType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Unpublish-MgBookingBusiness", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgBookingBusiness", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Unpublish-MgDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgGroupDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgGroupDriveListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgGroupSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgGroupSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgGroupSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgGroupSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgShareListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgShareListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgSiteContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgSiteListContentType", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Unpublish-MgUserDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Command": "Unpublish-MgUserDriveListContentType", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEdge", + "Command": "Update-MgAdminEdge", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgAdminEdge", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/edge", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEdge", "Permissions": [], + "Uri": "/admin/edge", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "PATCH" + }, + { + "Command": "Update-MgAdminEdgeInternetExplorerMode", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgAdminEdgeInternetExplorerMode", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Command": "Update-MgAdminPeopleItemInsight", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgAdminPeopleItemInsight", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInsightsSettings", + "Permissions": [], "Uri": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Update-MgAdminPeopleProfileCardProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAdminPeopleProfileCardProperty", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgAdminPeoplePronoun", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphPronounsSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgAdminReportSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgAdminPeoplePronoun", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Permissions": [], + "Uri": "/admin/reportSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0", + "Module": "Reports", "CommandAlias": null, - "Uri": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Update-MgAdminSharepoint", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgAdminSharepoint", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "Uri": "/admin/sharepoint", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharepointSettings", + "Command": "Update-MgAdminSharepointSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgAdminSharepointSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharepointSettings", + "Permissions": [], "Uri": "/admin/sharepoint/settings", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAgreement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH" + }, + { + "Command": "Update-MgAgreementAcceptance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAgreementAcceptance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAgreementFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH" + }, + { + "Command": "Update-MgAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAgreementFileLocalization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAgreementFileLocalizationVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAgreementFileVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgAppCatalogTeamApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAppCatalogTeamApp", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Update-MgAppCatalogTeamAppDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAppCatalogTeamAppDefinition", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgAppCatalogTeamAppDefinitionBot", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgApplication", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -510831,73 +513337,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationByAppId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications(appId='{appId}')", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationExtensionProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationByUniqueName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [], + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationExtensionProperty", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -510916,107 +513422,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationFederatedIdentityCredentialByName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationFederatedIdentityCredential", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationFederatedIdentityCredentialByName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationJobBulkUpload", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationJobSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511035,56 +513541,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationTemplateSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -511103,618 +513609,618 @@ "IsLeastPrivilege": false } ], + "Uri": "/accessReviews/{accessReview-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaAccessReview", - "Method": "PATCH", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Command": "Update-MgBetaAccessReviewDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReviewInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReview", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReviewInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewInstanceDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewInstanceMyDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewInstanceReviewer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReviewMyDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewMyDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAccessReviewReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAccessReviewReviewer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdge", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAdminEdge", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminEdge", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/edge", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEdge", "Permissions": [], + "Uri": "/admin/edge", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBrowserSite", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphBrowserSite", + "Permissions": [], "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgBetaAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdministrativeUnit", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdministrativeUnitExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAdminPeople", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminPeople", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Permissions": [], "Uri": "/admin/people", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Command": "Update-MgBetaAdminPeopleItemInsight", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminPeopleItemInsight", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphInsightsSettings", + "Permissions": [], "Uri": "/admin/people/itemInsights", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Command": "Update-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAdminPeopleProfileCardProperty", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Permissions": [], "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPronounsSettings", + "Command": "Update-MgBetaAdminPeoplePronoun", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminPeoplePronoun", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPronounsSettings", + "Permissions": [], "Uri": "/admin/people/pronouns", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Command": "Update-MgBetaAdminReportSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminReportSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Permissions": [], "Uri": "/admin/reportSettings", - "Module": "Beta.Reports" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", + "Module": "Beta.Reports", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharepoint", + "Command": "Update-MgBetaAdminSharepoint", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminSharepoint", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Permissions": [], "Uri": "/admin/sharepoint", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharepointSettings", + "Command": "Update-MgBetaAdminSharepointSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaAdminSharepointSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSharepointSettings", + "Permissions": [], "Uri": "/admin/sharepoint/settings", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgBetaAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAgreement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreement", "Permissions": [], + "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAgreementAcceptance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAgreementAcceptance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAgreementFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAgreementFileLocalization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAgreementFileLocalizationVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAgreementFileVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAppCatalogTeamApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamApp", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Command": "Update-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinition", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Permissions": [], + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaApplication", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511733,73 +514239,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationByAppId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications(appId='{appId}')", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphApplication", "Permissions": [], + "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationExtensionProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationByUniqueName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphExtensionProperty", "Permissions": [], + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationExtensionProperty", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511818,107 +514324,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationFederatedIdentityCredential", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationSynchronizationJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationSynchronizationJobSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511937,56 +514443,60 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationSynchronizationTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusiness", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -512005,9 +514515,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusinessAppointment", "Variants": [ "Update", "Update1", @@ -512018,13 +514534,7 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusiness", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -512059,9 +514569,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusinessCalendarView", "Variants": [ "Update", "Update1", @@ -512072,17 +514588,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusinessAppointment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusinessCustomer", "Variants": [ "Update", "Update1", @@ -512093,13 +514609,7 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusinessCalendarView", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -512134,9 +514644,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Update", "Update1", @@ -512147,13 +514663,7 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusinessCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -512180,9 +514690,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusinessService", "Variants": [ "Update", "Update1", @@ -512193,13 +514709,7 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusinessCustomQuestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -512218,9 +514728,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingBusinessStaffMember", "Variants": [ "Update", "Update1", @@ -512231,13 +514747,7 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusinessService", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -512256,9 +514766,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBookingCurrency", "Variants": [ "Update", "Update1", @@ -512269,51 +514785,41 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaBookingBusinessStaffMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [], + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaBusinessFlowTemplate", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaBookingCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Permissions": [], + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaBusinessFlowTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -512340,22 +514846,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaChat", - "Method": "PATCH", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaChatInstalledApp", + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -512446,56 +514952,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Command": "Update-MgBetaChatInstalledApp", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgBetaChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatLastMessagePreview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatMember", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaChatMessage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -512530,107 +515036,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatPinnedMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -512673,22 +515179,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaChatTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -512707,73 +515213,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallContentSharingSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCommsOperation", "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallParticipant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallParticipant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -512792,94 +515298,83 @@ "IsLeastPrivilege": false } ], + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaCommunicationCallRecordingStatus", - "Method": "POST", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationCallRecordSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationCallRecordSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsSession", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeeting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Update", "Update1", @@ -512890,17 +515385,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "Update1", @@ -512911,162 +515406,173 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [], + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistration", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCommunicationPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaCommunicationPresence", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/presences/{presence-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [], + "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaCompliance", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaCompliance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Permissions": [], + "Uri": "/compliance", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscovery", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaComplianceEdiscovery", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Permissions": [], "Uri": "/compliance/ediscovery", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaComplianceEdiscoveryCase", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513085,22 +515591,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCase", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513119,88 +515625,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", - "Method": "PATCH", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", - "Method": "POST", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", - "Module": "Beta.Compliance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513219,139 +515725,139 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiReferenceLink": null, + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "OutputType": null, "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "POST" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", - "Method": "POST", + "Module": "Beta.Compliance", "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", - "Module": "Beta.Compliance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513370,39 +515876,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513421,39 +515927,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Permissions": [], + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -513472,73 +515978,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaContract", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphContract", "Permissions": [], + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDataPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaContract", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/contracts/{contract-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [], + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDataPolicyOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -513565,22 +516071,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices/{device-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513599,37 +516103,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgt", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagement", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgt", - "Uri": "/deviceAppManagement", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513648,22 +516154,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513682,22 +516188,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513716,22 +516222,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513750,22 +516256,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513784,22 +516290,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513818,141 +516324,141 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Permissions": [], + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [], + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513971,22 +516477,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514005,22 +516511,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514039,107 +516545,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514158,175 +516664,175 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBook", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514345,22 +516851,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514379,22 +516885,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -514413,1703 +516919,1703 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", + "Module": "Beta.Devices.CorporateManagement", "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp", + "Command": "Update-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Permissions": [], + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", - "Method": "POST", - "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", - "Method": "POST", - "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementPolicySet", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySet", "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphPolicySetItem", "Permissions": [], + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", "Permissions": [], + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516128,22 +518634,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516162,22 +518668,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516196,22 +518702,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516230,22 +518736,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516264,22 +518770,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTask", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementTaskStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTask", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtTask", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516298,22 +518804,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceAppManagementVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementTaskStatus", - "Method": "POST", - "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516332,90 +518838,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementVppToken", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Permissions": [], + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516434,22 +518940,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516468,22 +518974,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516502,22 +519008,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516536,22 +519042,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516570,22 +519076,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516604,22 +519110,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516638,22 +519144,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516672,22 +519178,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516706,90 +519212,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [], + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceCommand", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceByDeviceId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCommand", "Permissions": [], + "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceCommand", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices/{device-id}/commands/{command-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516832,150 +519336,150 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgBetaDeviceManagement", - "Method": "PATCH", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Permissions": [], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [], + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Permissions": [], + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/androidForWorkSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Permissions": [], + "Uri": "/deviceManagement/androidForWorkSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Permissions": [], + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Permissions": [], "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516994,360 +519498,362 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Permissions": [], + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAssignmentFilter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [], + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAuditEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Permissions": [], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAutopilotEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Permissions": [], + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Permissions": [], + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517366,22 +519872,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -517400,124 +519906,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCompliancePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [], + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementComplianceSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -517536,139 +520040,141 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Permissions": [], + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementConfigurationSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -517687,107 +520193,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDataSharingConsent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Permissions": [], + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDetectedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDerivedCredential", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -517806,22 +520312,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDetectedApp", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517840,472 +520346,472 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaDeviceManagementDeviceCategory", - "Method": "PATCH", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", "Variants": [ "Refresh" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Permissions": [], + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Permissions": [], + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518324,22 +520830,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518358,22 +520864,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518400,22 +520906,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518434,22 +520940,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518468,22 +520974,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518510,22 +521016,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -518544,22 +521050,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518578,22 +521084,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceShellScript", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518612,22 +521118,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518646,22 +521152,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518680,22 +521186,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518714,107 +521220,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [], + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Permissions": [], + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Permissions": [], + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518833,22 +521339,24 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementExchangeConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518867,9 +521375,15 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Update", "Update1", @@ -518878,797 +521392,789 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [], + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentDeviceState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentUserState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentUserState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", "Permissions": [], + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Permissions": [], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [], + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Permissions": [], + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -519687,396 +522193,396 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "Permissions": [], + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Permissions": [], + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -520095,22 +522601,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520129,122 +522635,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", - "Method": "PATCH", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Command": "Update-MgBetaDeviceManagementMonitoring", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementMonitoring", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/monitoring", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", "Permissions": [], + "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Permissions": [], "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Permissions": [], "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", + "Command": "Update-MgBetaDeviceManagementNdeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementNdeConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphNdesConnector", "Permissions": [], + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [], + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Permissions": [], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaDeviceManagementPartner", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520263,22 +522769,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementPartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520297,22 +522803,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520331,22 +522837,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementReport", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520381,54 +522885,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/reports", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Permissions": [], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementResourceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520447,39 +522953,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementReusableSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementResourceOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementReusableSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520498,22 +523004,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520532,22 +523038,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -520566,22 +523072,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520600,56 +523106,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementRoleScopeTag", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Permissions": [], + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Permissions": [], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementScript", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520668,22 +523174,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementScriptAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520702,22 +523208,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520736,22 +523242,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520770,22 +523276,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementScriptUserRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520804,311 +523310,311 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementSettingDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [], + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Permissions": [], + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTemplateSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTermAndCondition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Permissions": [], + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521127,39 +523633,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521178,22 +523684,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521212,22 +523718,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521246,22 +523752,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521280,22 +523786,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521314,22 +523820,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521348,22 +523854,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521382,22 +523888,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521416,22 +523922,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521450,22 +523956,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521484,22 +523990,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521518,37 +524022,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521567,22 +524073,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521601,22 +524107,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521635,20 +524139,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521667,22 +524173,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521701,22 +524207,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521735,22 +524241,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521769,22 +524275,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521803,22 +524309,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521837,20 +524341,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521869,39 +524375,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521920,22 +524426,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521954,22 +524460,24 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521988,24 +524496,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522024,22 +524530,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522058,22 +524564,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522092,22 +524598,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522126,39 +524632,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522177,22 +524683,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522211,22 +524717,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522245,22 +524751,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522279,22 +524785,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522313,22 +524819,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522347,20 +524851,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522379,22 +524885,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522413,22 +524919,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522447,22 +524953,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522481,20 +524985,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522513,22 +525019,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522547,22 +525053,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522581,173 +525087,171 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "PATCH", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Permissions": [], + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcBulkAction", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", - "Module": "Beta.DeviceManagement.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -522766,339 +525270,341 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "Method": "PATCH", + "Module": "Beta.DeviceManagement.Administration", "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "Beta.DeviceManagement.Administration" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReports", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcReports", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcExportJob", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "Beta.DeviceManagement.Administration" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "Beta.DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "Module": "Beta.DeviceManagement.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Method": "POST" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotSettings", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", "Permissions": [], + "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Permissions": [], "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "Beta.DeviceManagement" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -523117,22 +525623,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -523151,188 +525657,188 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "PATCH", + "Module": "Beta.DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "Beta.DeviceManagement" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", "Permissions": [], + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDeviceUsageRights", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDeviceUsageRights", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [], + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectory", "Permissions": [], + "Uri": "/directory", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryAdministrativeUnit", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "Update-MgBetaDirectoryAttributeSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryAttributeSet", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Command": "Update-MgBetaDirectoryCertificateAuthority", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaDirectoryCertificateAuthority", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Permissions": [], "Uri": "/directory/certificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Permissions": [], "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Beta.Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -523351,345 +525857,345 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphAllowedValue", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", "Permissions": [], + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryExternalUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryDeviceLocalCredential", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphExternalUserProfile", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryExternalUserProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Permissions": [], + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryImpactedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryFederationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [], + "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryImpactedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Permissions": [], + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryObject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [], + "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": null, + "Module": "Beta.DirectoryObjects", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryObject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "Beta.DirectoryObjects" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Permissions": [], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryRecommendation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphRecommendation", "Permissions": [], + "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryRecommendation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphImpactedResource", "Permissions": [], + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryRoleScopedMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectoryRoleTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryRoleScopedMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectorySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectoryRoleTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -523708,226 +526214,226 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectorySettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectorySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/settings/{directorySetting-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Permissions": [], + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectorySharedEmailDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectorySettingTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Permissions": [], + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectorySubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectorySharedEmailDomain", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCompanySubscription", "Permissions": [], + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectorySubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCompanySubscription", "Permissions": [], + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCompanySubscription", "Permissions": [], + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomain", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDomain", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDomainFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDomain", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDomainFederationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDomainServiceConfigurationRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Permissions": [], + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDomainVerificationDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDomainVerificationDnsRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDrive", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -523954,243 +526460,243 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -524217,770 +526723,770 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClass", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaDriveRootVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClass", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -524999,39 +527505,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentDefault", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525050,56 +527556,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentDefault", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525118,22 +527624,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentRubric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525152,39 +527658,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525203,39 +527709,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -525254,90 +527760,90 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassModule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -525356,22 +527862,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationClassModuleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationClassModule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -525390,207 +527896,207 @@ "IsLeastPrivilege": true } ], + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaEducationClassModuleResource", - "Method": "PATCH", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgBetaEducationMe", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaEducationMe", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [], + "Uri": "/education/me", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentRubric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaEducationMeRubric", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -525609,379 +528115,368 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaEducationMeRubric", - "Method": "PATCH", + "Module": "Beta.Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Beta.Education" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaEducationMeUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaEducationMeUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/user/mailboxSettings", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationRoot", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaEducationRoot", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "Uri": "/education", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Update-MgBetaEducationSchool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationSchool", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Permissions": [], + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationSynchronizationProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationSynchronizationProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationSynchronizationProfileError", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationSynchronizationProfileError", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Permissions": [], + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationSynchronizationProfileStatus", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Permissions": [], "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgBetaEducationUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUser", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "Uri": "/education/users/{educationUser-id}", - "Module": "Beta.Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta", + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Update-MgBetaEducationUserAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentRubric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Beta.Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEducationUserRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEducationUserRubric", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Beta.Education" + "ApiReferenceLink": null, + "Module": "Beta.Education", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Update-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -525990,102 +528485,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST" + }, + { + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -526094,102 +528589,136 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Update-MgBetaEntitlementManagementAccessPackageByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], + "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, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Permissions": [], - "ApiReferenceLink": null, + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -526198,128 +528727,139 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Command": "Update-MgBetaEntitlementManagementSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaEntitlementManagementSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Command": "Update-MgBetaEntitlementManagementSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementSubject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageSubject", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Command": "Update-MgBetaExternal", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaExternal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", "Permissions": [], + "Uri": "/external", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalAuthorizationSystem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalAuthorizationSystem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationSystem", "Permissions": [], + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Permissions": [], "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaExternalConnection", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -526338,22 +528878,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalConnectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalConnection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -526372,90 +528912,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalConnectionGroupMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalConnectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalConnectionItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalConnectionGroupMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalConnectionOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalConnectionItemActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalConnectionQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalConnectionOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/quota", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalConnectionSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalConnectionQuota", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/quota", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -526474,483 +529014,472 @@ "IsLeastPrivilege": false } ], + "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaExternalConnectionSchema", - "Method": "PATCH", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Command": "Update-MgBetaExternalIndustryDataConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataConnector", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Permissions": [], "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Command": "Update-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataInboundFlow", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Permissions": [], "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Command": "Update-MgBetaExternalIndustryDataOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/external/industryData/operations/{longRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", "Permissions": [], + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Permissions": [], + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataRoleGroup", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Permissions": [], "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Command": "Update-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataSourceSystem", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Permissions": [], "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Command": "Update-MgBetaExternalIndustryDataYear", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaExternalIndustryDataYear", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Permissions": [], "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinancials", + "Command": "Update-MgBetaFinancial", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaFinancial", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphFinancials", "Permissions": [], + "Uri": "/financials", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCountryRegion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCountryRegion", "Permissions": [], + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPayment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomerPayment", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Update", "Update1", @@ -526961,17 +529490,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Update", "Update1", @@ -526982,119 +529511,119 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyEmployee", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyEmployee", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphEmployee", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyEmployeePicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyInformation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCompanyInformation", "Permissions": [], + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyItemCategory", "Variants": [ "Update", "Update1", @@ -527105,51 +529634,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyJournal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyJournal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournal", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyJournalLine", "Variants": [ "Update", "Update1", @@ -527160,102 +529689,102 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyJournalLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphJournalLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "Update", "Update1", @@ -527266,17 +529795,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Update", "Update1", @@ -527287,17 +529816,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Update", "Update1", @@ -527308,17 +529837,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Update", "Update1", @@ -527329,527 +529858,527 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphVendor", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemo", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesInvoice", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "Update", "Update1", @@ -527860,17 +530389,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Update", "Update1", @@ -527881,17 +530410,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Update", "Update1", @@ -527902,17 +530431,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Update", "Update1", @@ -527923,187 +530452,187 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesOrder", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "Update", "Update1", @@ -528114,17 +530643,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesOrderLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Update", "Update1", @@ -528135,17 +530664,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Update", "Update1", @@ -528156,17 +530685,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Update", "Update1", @@ -528177,170 +530706,170 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesQuote", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCustomer", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "Update", "Update1", @@ -528351,17 +530880,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Update", "Update1", @@ -528372,17 +530901,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItem", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Update", "Update1", @@ -528393,17 +530922,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphItemCategory", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Update", "Update1", @@ -528414,200 +530943,211 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPicture", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyShipmentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphShipmentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyTaxArea", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyTaxArea", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxArea", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyTaxGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphTaxGroup", "Permissions": [], + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Permissions": [], + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyVendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyVendor", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphVendor", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyVendorCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphCurrency", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentMethod", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Beta.Financials" - }, - { + "OutputType": "IMicrosoftGraphPaymentTerm", "Permissions": [], + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaFinancialCompanyVendorPicture", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPicture", + "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Beta.Financials" + "ApiReferenceLink": null, + "Module": "Beta.Financials", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaGroup", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -528626,56 +531166,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupCalendarEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupByUniqueName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -528694,39 +531234,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupCalendarEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupCalendarPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -528745,1110 +531285,1110 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupConversationThreadPost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupConversationThread", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphPost", "Permissions": [], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupConversationThreadPost", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupConversationThreadPostExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDrive", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupDriveRootVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupEndpoint", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -529867,128 +532407,117 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaGroupEvent", - "Method": "PATCH", + "Module": "Beta.Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Beta.Calendar" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupEventExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupEventInstanceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "Update-MgBetaGroupLifecyclePolicy", "Variants": [ "Update", "Update1", @@ -529999,149 +532528,160 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaGroupLifecyclePolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgBetaGroupOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupOnenotePageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "Update-MgBetaGroupOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Groups" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupPlanner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerGroup", "Permissions": [], + "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupPlannerPlanDetail", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaGroupSetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDirectorySetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -530160,1454 +532700,1443 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaGroupSetting", - "Method": "PATCH", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Command": "Update-MgBetaGroupSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSite", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentModel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteContentModel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteContentModel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentModel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteGetByPathOnenote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBin", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteGetByPathTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSitePermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteRecycleBin", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteRecycleBin", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBin", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteRecycleBinItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRecycleBinItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -531618,17 +534147,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -531639,136 +534168,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -531779,17 +534308,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -531800,51 +534329,72 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -531855,799 +534405,789 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDayNote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleDayNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleOpenShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleTimeCard", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleTimeOff", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamTag", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaGroupThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupTeamTagMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -532666,479 +535206,479 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaGroupThread", - "Method": "PATCH", + "Module": "Beta.Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost", + "Command": "Update-MgBetaGroupThreadPost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupThreadPost", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPost", + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaGroupThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupThreadPostExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta", + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups" + "ApiReferenceLink": null, + "Module": "Beta.Groups", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Command": "Update-MgBetaIdentityApiConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityApiConnector", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Permissions": [], "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Command": "Update-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityAuthenticationEventFlow", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Command": "Update-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityAuthenticationEventListener", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Permissions": [], "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Command": "Update-MgBetaIdentityB2CUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2CUserFlow", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Command": "Update-MgBetaIdentityB2XUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlow", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Update1", "UpdateExpanded1" ], - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Permissions": [], + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -533157,22 +535697,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-beta", + "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", - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -533199,22 +535739,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityConditionalAccessPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -533241,1194 +535779,1185 @@ "IsLeastPrivilege": false } ], + "Uri": "/identity/continuousAccessEvaluationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/identity/continuousAccessEvaluationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [], + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Permissions": [], "Uri": "/identityGovernance/accessReviews/policy", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsAnalytics", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphFinding", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Permissions": [], + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsManagement", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionManagement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsManagement", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPermissionsRequestChange", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Refresh", "Refresh1", @@ -534439,102 +536968,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", - "Method": "POST", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "POST" + }, + { + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Permissions": [], "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Update", "Update1", @@ -534545,784 +537074,795 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Update-MgBetaIdentityProvider", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityProvider", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Command": "Update-MgBetaIdentityUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityUserFlow", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Permissions": [], "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Update-MgBetaIdentityUserFlowAttribute", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaIdentityUserFlowAttribute", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgBetaInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/policy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Permissions": [], + "Uri": "/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaInformationProtectionPolicyLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Permissions": [], + "Uri": "/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/invitations/invitedUser/mailboxSettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessAlert", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/alerts/{alert-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessAlert", "Permissions": [], + "Uri": "/networkAccess/alerts/{alert-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivity", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivity", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Permissions": [], "Uri": "/networkAccess/connectivity", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Command": "Update-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityBranch", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Permissions": [], "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessFilteringPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", "Permissions": [], + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Permissions": [], "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Command": "Update-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessFilteringProfile", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Permissions": [], "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "Permissions": [], + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessForwardingPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Permissions": [], "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Command": "Update-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessForwardingProfile", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Permissions": [], "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "Command": "Update-MgBetaNetworkAccessLog", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessLog", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/logs", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessLogs", "Permissions": [], + "Uri": "/networkAccess/logs", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", "Permissions": [], + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessLogTraffic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaNetworkAccessLogTraffic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", "Permissions": [], + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessReport", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess/reports", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/networkAccess/reports", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/networkAccess", - "Module": "Beta.NetworkAccess" - }, - { + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", "Permissions": [], + "Uri": "/networkAccess", "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaNetworkAccessSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Permissions": [], "Uri": "/networkAccess/settings", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Permissions": [], "Uri": "/networkAccess/settings/conditionalAccess", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Permissions": [], "Uri": "/networkAccess/settings/crossTenantAccess", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Permissions": [], "Uri": "/networkAccess/settings/enrichedAuditLogs", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Permissions": [], "Uri": "/networkAccess/settings/forwardingOptions", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta", + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Command": "Update-MgBetaNetworkAccessTenantStatus", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaNetworkAccessTenantStatus", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Permissions": [], "Uri": "/networkAccess/tenantStatus", - "Module": "Beta.NetworkAccess" + "ApiReferenceLink": null, + "Module": "Beta.NetworkAccess", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaOauth2PermissionGrant", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -535341,158 +537881,158 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOauth2PermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfileAgent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPublishedResource", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnector", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfileConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphConnectorGroup", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphPublishedResource", "Permissions": [], + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -535519,22 +538059,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganization", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -535553,22 +538093,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationBranding", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -535587,73 +538127,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationBrandingLocalization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationPartnerInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphPartnerInformation", "Permissions": [], + "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerInformation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationPartnerInformation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/partnerInformation", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationSettings", "Permissions": [], + "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationSettingContactInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -535672,22 +538212,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationSettingContactInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/contactInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -535706,39 +538246,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationSettingItemInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/itemInsights", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInsightsSettings", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -535757,105 +538297,105 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaOrganizationSettingPersonInsight", - "Method": "PATCH", + "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Beta.Identity.DirectoryManagement" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlace", + "Command": "Update-MgBetaPlace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlace", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlace", + "Permissions": [], "Uri": "/places/{place-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Update-MgBetaPlaceAsRoomListRoom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlaceAsRoomListRoom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlaceAsRoomListWorkspace", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWorkspace", + "Permissions": [], "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlace", + "Command": "Update-MgBetaPlaceByPlaceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlaceByPlaceId", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlace", + "Permissions": [], "Uri": "/places(placeId='{placeId}')", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlanner", + "Command": "Update-MgBetaPlanner", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPlanner", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "Uri": "/planner", - "Module": "Beta.Planner" + "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPlannerBucket", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -535882,22 +538422,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerBucket", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -535924,22 +538464,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerPlan", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -535966,56 +538506,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerRoster", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerPlanDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerRoster", "Permissions": [], + "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerRosterMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerRoster", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Permissions": [], + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerRosterMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536042,22 +538582,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536084,22 +538624,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536126,22 +538666,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536168,22 +538708,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPlannerTaskDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -536210,37 +538750,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", - "Method": "PATCH", + "Module": "Beta.Planner", "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Beta.Planner" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Command": "Update-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyAccessReviewPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Permissions": [], "Uri": "/policies/accessReviewPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536259,37 +538799,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Permissions": [], "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPolicyAppManagementPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536308,69 +538848,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPolicyAppManagementPolicy", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Permissions": [], "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -536389,22 +538929,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -536423,88 +538963,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", - "Method": "POST", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Permissions": [], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyAuthorizationPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Permissions": [], + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Permissions": [], "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Permissions": [], "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPolicyClaimMappingPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536523,114 +539063,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPolicyClaimMappingPolicy", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536649,82 +539187,84 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Permissions": [], "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Command": "Update-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyExternalIdentityPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Permissions": [], "Uri": "/policies/externalIdentitiesPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Permissions": [], "Uri": "/policies/federatedTokenValidationPolicy", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -536743,22 +539283,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -536777,173 +539315,175 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyPermissionGrantPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyRoleManagementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -536962,73 +539502,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Permissions": [], + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -537047,22 +539587,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPolicyTokenIssuancePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -537081,71 +539621,71 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPolicyTokenLifetimePolicy", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Update-MgBetaPrint", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaPrint", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "Uri": "/print", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Update-MgBetaPrintConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintConnector", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "Uri": "/print/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Update-MgBetaPrintOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintOperation", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "Uri": "/print/operations/{printOperation-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaPrintPrinter", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -537164,22 +539704,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrinter", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -537206,1012 +539746,1001 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaPrintPrinterJob", - "Method": "PATCH", + "Module": "Beta.Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Command": "Update-MgBetaPrintPrinterJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterJobDocument", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterJobTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterShare", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrinterShare", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterShareJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterShareJobDocument", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterShareJobTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintPrinterTaskTrigger", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintService", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/services/{printService-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [], + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintServiceEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintServiceEndpoint", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Update-MgBetaPrintShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintShare", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintShareJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintShareJobDocument", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrintShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintShareJobTask", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Update-MgBetaPrintTaskDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintTaskDefinition", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgBetaPrintTaskDefinitionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrintTaskDefinitionTask", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", + "Module": "Beta.Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivacySubjectRightsRequest", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", + "Module": "Beta.Compliance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Compliance" - }, - { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Compliance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceResource", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceSubject", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Permissions": [], + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedApproval", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedOperationEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedOperationEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Permissions": [], + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRole", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Permissions": [], + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Permissions": [], + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaPrivilegedRoleSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaPrivilegedRoleSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Permissions": [], "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", + "Command": "Update-MgBetaProgram", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaProgram", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphProgram", + "Permissions": [], "Uri": "/programs/{program-id}", - "Module": "Beta.Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", + "Module": "Beta.Identity.Governance", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", + "Command": "Update-MgBetaProgramControl", "Variants": [ "Update", "Update1", @@ -538226,17 +540755,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Command": "Update-MgBetaProgramControl", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/programControls/{programControl-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphProgramControl", "Permissions": [], + "Uri": "/programControls/{programControl-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaProgramControlProgram", "Variants": [ "Update", "Update1", @@ -538247,301 +540776,310 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaProgramControlProgram", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/programControls/{programControl-id}/program", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphProgram", "Permissions": [], + "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaProgramControlType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaProgramControlType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/programControlTypes/{programControlType-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphProgramControlType", "Permissions": [], + "Uri": "/programControlTypes/{programControlType-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBilling", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportPartnerBilling", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBilling", "Permissions": [], + "Uri": "/reports/partners/billing", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingManifest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingManifest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", "Permissions": [], + "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", "Permissions": [], + "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingReconciliation", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingReconciliation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingUsage", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingUsage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", "Permissions": [], + "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingUsageBilled", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/billed", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Beta.Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportSlaAzureAdAuthentication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/sla/azureADAuthentication", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphAzureAdAuthentication", "Permissions": [], + "Uri": "/reports/sla/azureADAuthentication", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportUserInsightDaily", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportUserInsightDaily", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/userInsights/daily", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", "Permissions": [], + "Uri": "/reports/userInsights/daily", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaReportUserInsightMonthly", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaReportUserInsightMonthly", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/userInsights/monthly", - "Module": "Beta.Reports" - }, - { + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", "Permissions": [], + "Uri": "/reports/userInsights/monthly", "ApiReferenceLink": null, + "Module": "Beta.Reports", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRiskDetection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskDetection", "Permissions": [], + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRiskyServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRiskyServicePrincipal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRiskyServicePrincipalHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRiskyUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRiskyUser", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUser", "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRiskyUserHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRiskyUserHistory", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Permissions": [], "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaRoleManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -538560,120 +541098,122 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPc", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaRoleManagement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Permissions": [], + "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPc", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -538716,39 +541256,37 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -538767,105 +541305,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -538908,224 +541448,224 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Permissions": [], + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaRoleManagementDirectory", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgBetaRoleManagementDirectory", - "Method": "PATCH", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -539144,919 +541684,919 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", - "Method": "PATCH", + "Module": "Beta.Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseApp", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStep", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.Identity.Governance", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchange", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaRoleManagementExchange", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Permissions": [], "Uri": "/roleManagement/exchange", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAppScope", + "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomAppScope", + "Permissions": [], "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Permissions": [], + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppScope", + "Permissions": [], "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment" + "ApiReferenceLink": null, + "Module": "Beta.DeviceManagement.Enrollment", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaSchemaExtension", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -540075,22 +542615,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", + "Module": "Beta.SchemaExtensions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSchemaExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "Beta.SchemaExtensions" - }, - { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -540109,22 +542649,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSearchAcronym", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/search/acronyms/{acronym-id}", - "Module": "Beta.Search" - }, - { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -540143,388 +542683,388 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaSearchBookmark", - "Method": "PATCH", + "Module": "Beta.Search", "CommandAlias": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Beta.Search" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Update-MgBetaSearchEntity", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSearchEntity", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "Uri": "/search", - "Module": "Beta.Search" + "ApiReferenceLink": null, + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", + "Command": "Update-MgBetaSearchQna", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSearchQna", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSearchQna", + "Permissions": [], "Uri": "/search/qnas/{qna-id}", - "Module": "Beta.Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", + "Module": "Beta.Search", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", + "Command": "Update-MgBetaSecurityAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAction", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAction", + "Permissions": [], "Uri": "/security/securityActions/{securityAction-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", + "Command": "Update-MgBetaSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAlert", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "Uri": "/security/alerts/{alert-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", + "Command": "Update-MgBetaSecurityAlertMultiple", "Variants": [ "Update1", "UpdateExpanded1" ], - "Command": "Update-MgBetaSecurityAlertMultiple", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "Uri": "/security/alerts/updateAlerts", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Update-MgBetaSecurityAlertV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAlertV2", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Update-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationAutomation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomation", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotification", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPage", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphLoginPage", "Permissions": [], + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Permissions": [], + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationPayload", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphPayload", "Permissions": [], + "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTraining", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationTraining", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTraining", + "Permissions": [], "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Permissions": [], "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAuditLog", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityAuditLog", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/auditLog", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", "Permissions": [], + "Uri": "/security/auditLog", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAuditLogQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAuditLogQuery", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", "Permissions": [], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityAuditLogQueryRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", "Permissions": [], + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCase", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityCase", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "Uri": "/security/cases", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540543,39 +543083,41 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540594,75 +543136,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", - "Update1", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540681,73 +543221,75 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540766,75 +543308,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Update", - "Update1", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540853,22 +543393,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540887,56 +543427,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -540955,1239 +543495,1239 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", - "Method": "PATCH", + "Module": "Beta.Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Permissions": [], + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCollaboration", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityCollaboration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/collaboration", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", "Permissions": [], + "Uri": "/security/collaboration", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", "Permissions": [], + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityDomainSecurityProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Permissions": [], + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityFileSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityFileSecurityProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Permissions": [], + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityHostSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityHostSecurityProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Permissions": [], + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityIdentity", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityIdentity", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Permissions": [], "Uri": "/security/identities", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Command": "Update-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityIdentityHealthIssue", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensor", + "Command": "Update-MgBetaSecurityIdentitySensor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityIdentitySensor", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecuritySensor", + "Permissions": [], "Uri": "/security/identities/sensors/{sensor-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Command": "Update-MgBetaSecurityIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityIncident", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], "Uri": "/security/incidents/{incident-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Command": "Update-MgBetaSecurityInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/informationProtection", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Permissions": [], + "Uri": "/security/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Permissions": [], + "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityIPSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityIPSecurityProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Permissions": [], + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabel", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", "Permissions": [], + "Uri": "/security/labels", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelAuthority", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", "Permissions": [], + "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelCategorySubcategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelCitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelCitation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", "Permissions": [], + "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelDepartment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelDepartment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", "Permissions": [], + "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelFilePlanReference", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "Update-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerSecurity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityPartner", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityPartner", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnerSecurity", + "Permissions": [], "Uri": "/security/partner", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Command": "Update-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityPartnerSecurityAlert", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Permissions": [], "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Command": "Update-MgBetaSecurityProviderTenantSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityProviderTenantSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Permissions": [], + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityRule", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/rules", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityRulesRoot", "Permissions": [], + "Uri": "/security/rules", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityRuleDetectionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityRuleDetectionRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDetectionRule", "Permissions": [], + "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecuritySecureScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecuritySecureScore", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Permissions": [], "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "Update-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecuritySecureScoreControlProfile", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Permissions": [], "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecuritySubjectRightsRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligence", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligence", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", "Permissions": [], + "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHost", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPair", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPort", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostReputation", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubdomain", "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatSubmission", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityThreatSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatSubmission", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", "Permissions": [], + "Uri": "/security/threatSubmission", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Permissions": [], + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Permissions": [], + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Permissions": [], + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Permissions": [], "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Beta.Security" + "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Update-MgBetaSecurityTiIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityTiIndicator", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", + "Command": "Update-MgBetaSecurityTiIndicatorMultiple", "Variants": [ "Update1", "UpdateExpanded1" ], - "Command": "Update-MgBetaSecurityTiIndicatorMultiple", - "Method": "POST", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTiIndicator", + "Permissions": [], "Uri": "/security/tiIndicators/updateTiIndicators", - "Module": "Beta.Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + "Module": "Beta.Security", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Command": "Update-MgBetaSecurityTrigger", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityTrigger", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggers", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Permissions": [], + "Uri": "/security/triggers", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityTriggerRetentionEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityTriggerType", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSecurityTriggerType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggerTypes", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Permissions": [], + "Uri": "/security/triggerTypes", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [], + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSecurityUserSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSecurityUserSecurityProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Permissions": [], + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServiceAnnouncementHealthOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealth", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServiceAnnouncementIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServiceAnnouncementIssue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServiceAnnouncementMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServiceAnnouncementMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Beta.Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Beta.Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaServicePrincipal", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -542214,73 +544754,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalClaimPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalByAppId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphCustomClaimsPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -542299,73 +544839,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphCustomClaimsPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalClaimPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalEndpoint", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalLicenseDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -542392,22 +544932,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "Method": "POST", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -542434,22 +544974,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -542484,298 +545024,287 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "PATCH", + "Module": "Beta.Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Beta.Applications" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Update-MgBetaServicePrincipalRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalRiskDetection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications" + "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", + "Module": "Beta.Applications", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItem", "Variants": [ "Update", "Update1", @@ -542786,17 +545315,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -542807,17 +545336,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Update", "Update1", @@ -542828,17 +545357,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Update", "Update1", @@ -542849,17 +545378,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemField", "Variants": [ "Update", "Update1", @@ -542870,17 +545399,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -542891,17 +545420,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemPermission", "Variants": [ "Update", "Update1", @@ -542912,17 +545441,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemVersion", "Variants": [ "Update", "Update1", @@ -542933,17 +545462,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListItemVersionField", "Variants": [ "Update", "Update1", @@ -542954,183 +545483,194 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaShareListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSharePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSharePermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSite", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/sites/{site-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaSiteColumn", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -543149,22 +545689,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -543183,22 +545723,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -543217,107 +545757,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteGetByPathAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteGetByPathOnenote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteGetByPathTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -543336,22 +545876,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -543370,22 +545910,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -543404,175 +545944,175 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityOld", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -543599,90 +546139,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -543709,485 +546249,474 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaSiteListPermission", - "Method": "PATCH", + "Module": "Beta.Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Command": "Update-MgBetaSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "Update-MgBetaSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenotePageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "Update-MgBetaSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgBetaSiteOnenoteSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOnenoteSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "Update-MgBetaSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageAsSitePageWebPart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites" + "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgBetaSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSitePermission", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", + "Module": "Beta.Sites", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgBetaSiteTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -544198,17 +546727,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -544219,136 +546748,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -544359,17 +546888,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaSiteTermStoreSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -544380,51 +546909,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaSiteTermStoreSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -544435,17 +546964,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -544456,521 +546985,549 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSiteTermStoreSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Beta.Sites", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestore", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphBackupRestoreRoot", "Permissions": [], + "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphDriveProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Permissions": [], "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Permissions": [], "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta", + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta", + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta", + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestorePoint", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestorePoint", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestorePoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestorePoint", "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphProtectionPolicyBase", "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreSession", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Command": "Update-MgBetaSolutionBackupRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphRestoreSessionBase", "Permissions": [], + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta", + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "Module": "Beta.BackupRestore" - }, - { + "OutputType": "IMicrosoftGraphSharePointRestoreSession", "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", "CommandAlias": null, - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.BackupRestore" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.BackupRestore" + "ApiReferenceLink": null, + "Module": "Beta.BackupRestore", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaSolutionBusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -544989,56 +547546,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenario", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphBusinessScenario", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -545057,22 +547614,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -545091,73 +547648,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -545176,90 +547733,90 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [], + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, + "Module": "Beta.BusinessScenario", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSubscribedSku", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Beta.BusinessScenario" - }, - { + "OutputType": "IMicrosoftGraphSubscribedSku", "Permissions": [], + "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSubscribedSku", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", + "Module": "Beta.ChangeNotifications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/subscriptions/{subscription-id}", - "Module": "Beta.ChangeNotifications" - }, - { + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -545294,22 +547851,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -545344,22 +547901,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -545394,90 +547951,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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -545544,22 +548101,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaTeamChannelTab", - "Method": "PATCH", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaTeamInstalledApp", + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -545658,22 +548215,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Command": "Update-MgBetaTeamInstalledApp", - "Method": "POST", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Update-MgBetaTeamMember", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -545708,311 +548265,311 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamOwnerMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamOwnerMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleDayNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamPrimaryChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDayNote", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDayNote", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleDayNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleOpenShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleSchedulingGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -546031,107 +548588,107 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleTimeCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeCard", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleTimeCard", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleTimeOff", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleTimeOffReason", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamScheduleTimeOffRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -546150,1236 +548707,1236 @@ "IsLeastPrivilege": true } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaTeamTag", - "Method": "PATCH", + "Module": "Beta.Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Beta.Teams" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Update-MgBetaTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamTagMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamwork", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamwork", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaTeamwork", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamwork", "Permissions": [], + "Uri": "/teamwork", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedChat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphDeletedTeam", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDevice", "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeviceActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeviceActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeviceConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeviceHealth", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeviceHealth", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", "Permissions": [], + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkDeviceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeviceOperation", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Permissions": [], "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaTeamworkDeviceSoftware", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkDeviceSoftware", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Command": "Update-MgBetaTeamworkTeamAppSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaTeamworkTeamAppSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Permissions": [], "Uri": "/teamwork/teamsAppSettings", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", + "Command": "Update-MgBetaTeamworkTeamTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkTeamTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamTemplate", "Permissions": [], + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "Update-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTeamworkWorkforceIntegration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Beta.Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", + "Module": "Beta.Identity.Partner", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Beta.Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.Partner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "Beta.ManagedTenants" - }, - { + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Permissions": [], "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "Beta.ManagedTenants" + "ApiReferenceLink": null, + "Module": "Beta.ManagedTenants", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", "Permissions": [], + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFramework", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaTrustFramework", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgBetaTrustFramework", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFramework", + "Permissions": [], "Uri": "/trustFramework", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Command": "Update-MgBetaTrustFrameworkKeySet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTrustFrameworkKeySet", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Permissions": [], "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaTrustFrameworkPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaTrustFrameworkPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaUser", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -547454,90 +550011,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUser", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserActivityHistoryItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserActivityStatistics", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserActivityHistoryItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityStatistics", "Permissions": [], + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserActivityStatistics", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Applications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications" - }, - { + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -547556,56 +550113,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserAuthenticationMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserAuthenticationEmailMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserAuthenticationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserAuthenticationMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserAuthenticationOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -547624,60 +550181,49 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaUserAuthenticationPhoneMethod", - "Method": "PATCH", + "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSignInPreferences", + "Command": "Update-MgBetaUserAuthenticationSignInPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserAuthenticationSignInPreference", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSignInPreferences", + "Permissions": [], "Uri": "/users/{user-id}/authentication/signInPreferences", - "Module": "Beta.Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Command": "Update-MgBetaUserCalendarGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserCalendarGroup", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Permissions": [], "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Update-MgBetaUserCalendarPermission", "Variants": [ "Update", "Update1", @@ -547688,2512 +550234,2523 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaUserCalendarPermission", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", + "Module": "Beta.Calendar", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat", + "Command": "Update-MgBetaUserChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChat", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChat", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Beta.Teams" + "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaUserChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatInstalledApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgBetaUserChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatLastMessagePreview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatPinnedMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserChatTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderChildFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderChildFolderContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderContactExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactFolderContactPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserContactPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "Beta.PersonalContacts", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceByDeviceId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceCommand", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceCommand", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphCommand", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [], + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDeviceUsageRights", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDeviceUsageRights", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUsageRight", "Permissions": [], + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, + "Module": "Beta.CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDrive", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserDriveRootVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Beta.Files", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserEventExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserEventInstanceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Calendar", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInferenceClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInferenceClassification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassification", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInferenceClassificationOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInferenceClassificationOverride", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/policy", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.SignIns", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphItemInsights", "Permissions": [], + "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInsightShared", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInsightShared", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrending", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInsightTrending", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInsightTrending", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphTrending", "Permissions": [], + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserInsightUsed", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserInsightUsed", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserLicenseDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderChildFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderChildFolderMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderMessageExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMailFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMailFolderMessageRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "POST" + }, + { + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMessageExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Mail", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMobileAppIntentAndState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMobileAppIntentAndState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [], + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, + "Module": "Beta.Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserNotification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/notifications/{notification-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphNotification", "Permissions": [], + "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnenotePageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Beta.Users.Actions", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "Update-MgBetaUserOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes" + "ApiReferenceLink": null, + "Module": "Beta.Notes", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBetaUserOnlineMeeting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -550212,26 +552769,15 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaUserOnlineMeeting", - "Method": "PATCH", + "Module": "Beta.CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Update", "Update1", @@ -550242,17 +552788,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "Update1", @@ -550263,251 +552809,262 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnlineMeetingRecording", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnlineMeetingRegistration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistration", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOnlineMeetingTranscript", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookMasterCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookMasterCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookCategory", "Permissions": [], + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookTaskFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookTaskFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookTaskFolderTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTask", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookTaskGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookTaskGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Permissions": [], + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Permissions": [], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users" + "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaUserPassword", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Update-MgBetaUserPassword", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/changePassword", - "Module": "Beta.Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + "Module": "Beta.Users.Actions", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "POST" }, { + "Command": "Update-MgBetaUserPlanner", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -550526,56 +553083,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, + "Module": "Beta.Planner", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserPlanner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/planner", - "Module": "Beta.Planner" - }, - { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [], + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, + "Module": "Beta.CloudCommunications", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserPresence", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence", - "Module": "Beta.CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphProfile", "Permissions": [], + "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphUserAccountInformation", "Permissions": [ { "Name": "User.ReadWrite", @@ -550594,22 +553151,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileAddress", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileAccount", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -550628,22 +553185,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphItemAddress", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileAnniversary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileAddress", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Permissions": [ { "Name": "User.ReadWrite", @@ -550662,22 +553219,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileAward", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileAnniversary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -550696,22 +553253,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPersonAward", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileCertification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileAward", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -550730,22 +553287,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileEducationalActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileCertification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -550764,22 +553321,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileEducationalActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -550798,22 +553355,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphItemEmail", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileInterest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileEmail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -550832,22 +553389,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileInterest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphLanguageProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -550866,22 +553423,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileLanguage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonName", "Permissions": [ { "Name": "User.ReadWrite", @@ -550900,22 +553457,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonAnnotation", "Permissions": [ { "Name": "User.Read", @@ -550958,22 +553515,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfilePatent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -550992,22 +553549,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfilePhone", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfilePatent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -551026,22 +553583,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfilePosition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfilePhone", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphWorkPosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -551060,22 +553617,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileProject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfilePosition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphProjectParticipation", "Permissions": [ { "Name": "User.ReadWrite", @@ -551094,22 +553651,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfilePublication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileProject", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphItemPublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -551128,22 +553685,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphItemPublication", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileSkill", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfilePublication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphSkillProficiency", "Permissions": [ { "Name": "User.ReadWrite", @@ -551162,22 +553719,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileWebAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileSkill", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -551196,22 +553753,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserProfileWebsite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileWebAccount", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphPersonWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -551230,124 +553787,124 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, + "Module": "Beta.People", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserScopedRoleMemberOf", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserProfileWebsite", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "Beta.People" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Beta.Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSecurity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserScopedRoleMemberOf", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphSecurity1", "Permissions": [], + "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurity1", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSecurityInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSecurity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/security", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSecurityInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Permissions": [], + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, + "Module": "Beta.Security", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security" - }, - { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.ReadWrite", @@ -551366,73 +553923,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphContactMergeSuggestions", "Permissions": [], + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingContactMergeSuggestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingItemInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", "Permissions": [], + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingShiftPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -551451,141 +554008,141 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingStorage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingShiftPreference", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserStorage", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingStorageQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingStorage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingStorageQuotaService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingStorageQuota", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingWindows", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingStorageQuotaService", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserSettingWindowsInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingWindows", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTeamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserSettingWindowsInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphUserTeamwork", "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTeamwork", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Beta.Teams", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTeamworkAssociatedTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Beta.Teams" - }, - { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551604,39 +554161,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoListExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTodoList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoListTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTodoListExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551655,39 +554212,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTodoListTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphAttachmentSession", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551706,39 +554263,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoListTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTodoListTaskChecklistItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Beta.Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Beta.Users", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaUserTodoListTaskExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Beta.Users" - }, - { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -551757,804 +554314,804 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgBetaUserTodoListTaskLinkedResource", - "Method": "PATCH", + "Module": "Beta.Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Beta.Users" + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Command": "Update-MgBetaVirtualEvent", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventPresenter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Update-MgBetaVirtualEventTownhall", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventTownhall", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventTownhallPresenter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventTownhallSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventTownhallSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Update-MgBetaVirtualEventWebinar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinar", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarPresenter", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarRegistration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings" + "ApiReferenceLink": null, + "Module": "Beta.Bookings", + "CommandAlias": null, + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Command": "Update-MgBetaWindowsUpdatesDeployment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesDeployment", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuDeployment", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuDeployment", + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", - "Method": "POST", - "CommandAlias": "Update-MgBetaWuDeploymentAudience", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuDeploymentAudience", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", - "Method": "POST", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Command": "Update-MgBetaWindowsUpdatesPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicy", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicy", + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicyAudience", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyAudience", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", - "Method": "POST", - "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", + "ApiVersion": "beta", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": null, + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta", - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta", + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", + "ApiVersion": "beta", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Command": "Update-MgBetaWindowsUpdatesProduct", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProduct", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProduct", - "Uri": "/admin/windows/updates/products/{product-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProduct", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductEdition", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductEdition", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductEdition", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductKnownIssue", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductKnownIssue", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductRevision", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductRevision", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductRevision", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", "Permissions": [], + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesResourceConnection", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuResourceConnection", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Module": "Beta.WindowsUpdates" - }, - { + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Permissions": [], + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuResourceConnection", "ApiVersion": "beta", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", - "Method": "PATCH", - "CommandAlias": "Update-MgBetaWuUpdatableAsset", + "OutputType": null, + "Permissions": [], "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates" + "ApiReferenceLink": null, + "Module": "Beta.WindowsUpdates", + "CommandAlias": "Update-MgBetaWuUpdatableAsset", + "ApiVersion": "beta", + "Method": "PATCH" }, { + "Command": "Update-MgBookingBusiness", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphBookingBusiness", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -552573,22 +555130,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingBusinessAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusiness", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -552623,39 +555180,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingBusinessCalendarView", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusinessAppointment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingAppointment", "Permissions": [], + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingBusinessCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusinessCalendarView", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -552690,22 +555247,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingBusinessCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusinessCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -552732,22 +555289,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingBusinessService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusinessCustomQuestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -552766,22 +555323,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphBookingService", + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingBusinessStaffMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusinessService", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Bookings" - }, - { + "OutputType": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -552800,39 +555357,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgBookingCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingBusinessStaffMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphBookingCurrency", "Permissions": [], + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "PATCH" + }, + { + "Command": "Update-MgChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgBookingCurrency", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphChat", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -552859,22 +555416,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgChat", - "Method": "PATCH", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgChatInstalledApp", + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -552965,56 +555522,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Command": "Update-MgChatInstalledApp", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatLastMessagePreview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatMember", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Permissions": [], "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgChatMessage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -553049,90 +555606,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatPinnedMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -553175,22 +555732,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgChatTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -553209,73 +555766,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallContentSharingSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallAudioRoutingGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallContentSharingSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCommsOperation", "Permissions": [], + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallParticipant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphParticipant", "Permissions": [], + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallParticipant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -553294,241 +555851,241 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Method": "POST" + }, + { + "Command": "Update-MgCommunicationCallRecordOrganizerV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallRecordingStatus", - "Method": "POST", - "CommandAlias": null, - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallRecordParticipantV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallRecordOrganizerV2", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsParticipant", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationCallRecordSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallRecordParticipantV2", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecordsSession", "Permissions": [], + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationCallRecordSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationOnlineMeeting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationOnlineMeetingRecording", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH" + }, + { + "Command": "Update-MgCommunicationPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationOnlineMeetingTranscript", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphPresence", + "Permissions": [], + "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgCompliance", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphCompliance", "Permissions": [], + "Uri": "/compliance", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH" + }, + { + "Command": "Update-MgContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgCommunicationPresence", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/communications/presences/{presence-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphOrgContact", "Permissions": [], + "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompliance", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgCompliance", - "Method": "PATCH", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/compliance", - "Module": "Compliance" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", + "Command": "Update-MgContract", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphContract", "Permissions": [], + "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", + "Method": "PATCH" + }, + { + "Command": "Update-MgDataPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgContract", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Permissions": [], + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDataPolicyOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -553555,22 +556112,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553589,37 +556144,39 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagement", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgt", - "Uri": "/deviceAppManagement", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Permissions": [], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553638,22 +556195,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553672,22 +556229,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553706,22 +556263,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553740,22 +556297,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553774,22 +556331,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553808,39 +556365,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Permissions": [], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553859,22 +556416,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553893,22 +556450,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -553927,90 +556484,90 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedAppPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedAppRegistration", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554029,158 +556586,158 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppStatus", "Permissions": [], + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedEBook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedAppStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBook", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedEBook", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceInstallState", "Permissions": [], + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554199,22 +556756,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554233,22 +556790,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -554267,1042 +556824,1042 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileApp", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + ], + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContent", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppContentFile", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Permissions": [], + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppCategory", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppCategory", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Permissions": [], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555321,22 +557878,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555355,22 +557912,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555389,22 +557946,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555423,22 +557980,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtVppToken", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementVppToken", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtVppToken", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555457,22 +558014,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555491,22 +558048,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555525,22 +558082,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555559,56 +558116,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDevice", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceByDeviceId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDeviceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -555651,20 +558206,20 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": null, + "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", - "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgDeviceManagement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555683,37 +558238,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementAuditEvent", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphAuditEvent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementAuditEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555732,22 +558289,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementComplianceManagementPartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -555766,20 +558321,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementDetectedApp", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementConditionalAccessSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -555798,22 +558355,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDetectedApp", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -555832,358 +558389,358 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgDeviceManagementDeviceCategory", - "Method": "PATCH", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" + "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Command": "Update-MgDeviceManagementDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement" + "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" }, { + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556202,22 +558759,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556236,22 +558793,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556270,56 +558827,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementExchangeConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementIoUpdateStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementIoUpdateStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -556338,158 +558895,158 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -556508,22 +559065,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556542,56 +559099,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementNotificationMessageTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556610,22 +559167,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementPartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -556644,22 +559201,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementReport", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementRemoteAssistancePartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -556694,20 +559249,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementResourceOperation", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/reports", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556726,22 +559283,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementResourceOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556760,22 +559317,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556794,22 +559351,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -556828,107 +559385,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementTermAndCondition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditions", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementTermAndCondition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementTermAndConditionAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -556947,22 +559504,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -556981,22 +559538,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557015,22 +559572,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557049,22 +559606,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557083,22 +559640,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557117,22 +559674,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557151,22 +559708,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557185,22 +559742,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557219,37 +559774,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557268,22 +559825,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557302,39 +559859,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Permissions": [], + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557353,22 +559910,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557387,22 +559944,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557421,22 +559978,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557455,22 +560012,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557489,22 +560046,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557523,22 +560080,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557557,22 +560114,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557591,20 +560146,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557623,22 +560180,20 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557657,20 +560212,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557689,22 +560246,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557723,22 +560280,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -557757,209 +560314,209 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Permissions": [], + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, + "Module": "DeviceManagement.Administration", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "Method": "POST", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "Module": "DeviceManagement.Actions" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -557978,22 +560535,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "PATCH" + }, + { + "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDeviceManagementWindowsMalwareInformation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement" - }, - { + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -558012,411 +560569,411 @@ "IsLeastPrivilege": false } ], + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "Method": "PATCH", + "Module": "DeviceManagement", "CommandAlias": null, - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectory", + "Command": "Update-MgDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgDirectory", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectory", + "Permissions": [], "Uri": "/directory", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgDirectoryAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryAdministrativeUnit", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryAdministrativeUnitExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttributeSet", + "Command": "Update-MgDirectoryAttributeSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryAttributeSet", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttributeSet", + "Permissions": [], "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Permissions": [], "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAllowedValue", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAllowedValue", + "Permissions": [], "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Command": "Update-MgDirectoryDeviceLocalCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryDeviceLocalCredential", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", "Permissions": [], + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectoryFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryFederationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Permissions": [], + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectoryObject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryObject", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Permissions": [], "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects" + "ApiReferenceLink": null, + "Module": "DirectoryObjects", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Command": "Update-MgDirectoryOnPremiseSynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryOnPremiseSynchronization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Permissions": [], "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Command": "Update-MgDirectoryRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryRoleByRoleTemplateId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRole", "Permissions": [], + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectoryRoleScopedMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryRoleScopedMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectoryRoleTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectoryRoleTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Permissions": [], + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectorySubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectorySubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphCompanySubscription", "Permissions": [], + "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Permissions": [], "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgDomain", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDomain", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphDomain", + "Method": "PATCH" + }, + { + "Command": "Update-MgDomainFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDomain", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "PATCH" + }, + { + "Command": "Update-MgDomainServiceConfigurationRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDomainFederationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgDomainVerificationDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDomainServiceConfigurationRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Permissions": [], + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDomainVerificationDnsRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDrive", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -558443,226 +561000,226 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -558689,719 +561246,719 @@ "IsLeastPrivilege": false } ], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClass", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgDriveRootVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphEducationClass", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClass", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559420,39 +561977,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationCategory", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentDefault", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559471,39 +562028,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentDefault", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559522,22 +562079,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentRubric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559556,56 +562113,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -559624,56 +562181,56 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentSubmissionResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassModule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -559692,22 +562249,22 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationClassModuleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationClassModule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -559726,156 +562283,156 @@ "IsLeastPrivilege": true } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgEducationClassModuleResource", - "Method": "PATCH", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgEducationMe", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgEducationMe", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationUser", "Permissions": [], + "Uri": "/education/me", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignmentRubric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignmentSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignmentSubmissionResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgEducationMeRubric", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -559894,345 +562451,334 @@ "IsLeastPrivilege": false } ], + "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgEducationMeRubric", - "Method": "PATCH", + "Module": "Education", "CommandAlias": null, - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgEducationMeUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgEducationMeUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/me/user/mailboxSettings", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationRoot", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgEducationRoot", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Permissions": [], "Uri": "/education", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool", + "Command": "Update-MgEducationSchool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationSchool", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Command": "Update-MgEducationSchoolAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationSchoolAdministrativeUnit", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser", + "Command": "Update-MgEducationUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUser", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Permissions": [], "Uri": "/education/users/{educationUser-id}", - "Module": "Education" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment", + "Command": "Update-MgEducationUserAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignment", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignmentRubric", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationRubric", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignmentSubmission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmission", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationOutcome", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignmentSubmissionResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Education" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH" + }, + { + "Command": "Update-MgEducationUserRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEducationUserRubric", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Permissions": [], "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education" + "ApiReferenceLink": null, + "Module": "Education", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage", + "Command": "Update-MgEntitlementManagementAccessPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAccessPackage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApproval", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgEntitlementManagementAssignment", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -560241,51 +562787,51 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAssignment", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgEntitlementManagementAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -560294,68 +562840,68 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementAssignmentRequest", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Command": "Update-MgEntitlementManagementCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementCatalog", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementCatalogResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementCatalogResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Update", "Update1", @@ -560370,17 +562916,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Command": "Update-MgEntitlementManagementCatalogResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Update", "Update1", @@ -560391,17 +562937,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Update", "Update1", @@ -560412,17 +562958,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Update", "Update1", @@ -560433,34 +562979,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Update", "Update1", @@ -560475,17 +563021,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Command": "Update-MgEntitlementManagementCatalogResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Update", "Update1", @@ -560496,17 +563042,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Update", "Update1", @@ -560517,17 +563063,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Update", "Update1", @@ -560538,306 +563084,306 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Command": "Update-MgEntitlementManagementConnectedOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementConnectedOrganization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Command": "Update-MgEntitlementManagementResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalog", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Update", "Update1", @@ -560852,17 +563398,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Update", "Update1", @@ -560873,17 +563419,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Update", "Update1", @@ -560894,17 +563440,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Update", "Update1", @@ -560915,34 +563461,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Update", "Update1", @@ -560957,17 +563503,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Update", "Update1", @@ -560978,17 +563524,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Update", "Update1", @@ -560999,17 +563545,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Update", "Update1", @@ -561020,553 +563566,564 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceScopeResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResource", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Permissions": [], + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Command": "Update-MgEntitlementManagementSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgEntitlementManagementSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Command": "Update-MgExternal", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgExternal", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Permissions": [], "Uri": "/external", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgExternalConnection", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -561585,22 +564142,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH" + }, + { + "Command": "Update-MgExternalConnectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgExternalConnection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -561619,73 +564176,73 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgExternalConnectionGroupMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgExternalConnectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "PATCH" + }, + { + "Command": "Update-MgExternalConnectionItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgExternalConnectionGroupMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgExternalConnectionOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgExternalConnectionItemActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Permissions": [], + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgExternalConnectionSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgExternalConnectionOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -561704,22 +564261,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgExternalConnectionSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -561738,56 +564295,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupCalendarEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupByUniqueName", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -561806,39 +564363,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupCalendarEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphCalendarPermission", "Permissions": [], + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupCalendarPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -561857,1008 +564414,1008 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupConversationThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupConversationThread", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupConversationThreadPostExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDrive", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupDriveRootVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -562877,77 +565434,66 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgGroupEvent", - "Method": "PATCH", + "Module": "Calendar", "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Calendar" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgGroupEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupEventExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupEventInstanceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups" + "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Command": "Update-MgGroupLifecyclePolicy", "Variants": [ "Update", "Update1", @@ -562958,149 +565504,164 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupLifecyclePolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Permissions": [], "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", + "Module": "Groups", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Command": "Update-MgGroupOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgGroupOnenotePageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "Update-MgGroupOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupPlanner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/planner", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerGroup", "Permissions": [], + "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupPlannerPlanDetail", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgGroupSetting", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphGroupSetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -563119,1050 +565680,1035 @@ "IsLeastPrivilege": false } ], + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSetting", - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Command": "Update-MgGroupSetting", - "Method": "PATCH", + "Module": "Groups", "CommandAlias": null, - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphGroupSettingTemplate", "Permissions": [], + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSite", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivity", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteGetByPathAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteGetByPathOnenote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteGetByPathTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteNotebookSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteResource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteResource", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOnenoteSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOnenoteSectionPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSiteOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageAsSitePageWebPart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupSitePermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStore", "Variants": [ "Update", "Update1", @@ -564173,17 +566719,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroup", "Variants": [ "Update", "Update1", @@ -564194,17 +566740,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSet", "Variants": [ "Update", "Update1", @@ -564215,17 +566761,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -564244,17 +566790,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -564273,17 +566819,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "Update1", @@ -564294,17 +566840,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Update", "Update1", @@ -564315,17 +566861,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Update", "Update1", @@ -564336,17 +566882,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -564357,17 +566903,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -564378,17 +566924,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -564399,17 +566945,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSet", "Variants": [ "Update", "Update1", @@ -564420,17 +566966,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -564449,17 +566995,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgGroupSiteTermStoreSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -564478,17 +567024,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgGroupSiteTermStoreSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Update", "Update1", @@ -564499,17 +567045,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "Update1", @@ -564520,17 +567066,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -564549,17 +567095,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -564578,17 +567124,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "Update1", @@ -564599,17 +567145,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "Update1", @@ -564620,17 +567166,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -564641,17 +567187,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -564662,17 +567208,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -564683,17 +567229,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetRelation", "Variants": [ "Update", "Update1", @@ -564704,17 +567250,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetTerm", "Variants": [ "Update", "Update1", @@ -564725,17 +567271,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Update", "Update1", @@ -564746,17 +567292,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -564767,17 +567313,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Update", "Update1", @@ -564788,540 +567334,551 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgGroupSiteTermStoreSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/photo", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamPrimaryChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleOpenShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleSchedulingGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleTimeOff", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleTimeOffReason", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamScheduleTimeOffRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamTag", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [], + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupTeamTagMember", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Permissions": [], "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgGroupThread", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -565340,277 +567897,277 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupThread", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgGroupThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupThreadPostExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Groups", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityApiConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgGroupThreadPostInReplyToExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityAuthenticationEventFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityApiConnector", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityAuthenticationEventFlow", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityAuthenticationEventListener", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityAuthenticationEventListener", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlow", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlowLanguage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Permissions": [], + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -565629,22 +568186,22 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityConditionalAccessNamedLocation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -565671,768 +568228,772 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityCustomAuthenticationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityConditionalAccessPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityCustomAuthenticationExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewStage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphGovernanceInsight", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Permissions": [], + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAppConsentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUserConsentRequest", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Identity.Governance" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Permissions": [], + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccess", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccess", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApproval", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphApprovalStage", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreement", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Update", "Update1", @@ -566443,179 +569004,190 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFile", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Permissions": [], + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance" + "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Command": "Update-MgIdentityProvider", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityProvider", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Permissions": [], "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Command": "Update-MgIdentityUserFlowAttribute", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgIdentityUserFlowAttribute", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Permissions": [], "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInformationProtection", + "Command": "Update-MgInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgInformationProtection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphInformationProtection", "Permissions": [], + "Uri": "/informationProtection", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgInformationProtectionThreatAssessmentRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH" + }, + { + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Permissions": [], + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgInvitationInvitedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgInvitationInvitedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "Uri": "/invitations/invitedUser/mailboxSettings", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgOauth2PermissionGrant", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -566634,22 +569206,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgOauth2PermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -566676,22 +569248,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganization", + "Method": "PATCH" + }, + { + "Command": "Update-MgOrganizationBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgOrganization", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -566710,22 +569282,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "PATCH" + }, + { + "Command": "Update-MgOrganizationBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgOrganizationBranding", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -566744,88 +569316,88 @@ "IsLeastPrivilege": false } ], + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgOrganizationBrandingLocalization", - "Method": "PATCH", + "Module": "Identity.DirectoryManagement", "CommandAlias": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgOrganizationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgOrganizationExtension", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement" + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlace", + "Command": "Update-MgPlace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlace", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlace", + "Permissions": [], "Uri": "/places/{place-id}", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom", + "Command": "Update-MgPlaceAsRoomListRoom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlaceAsRoomListRoom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphRoom", "Permissions": [], + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlanner", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlanner", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPlanner", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPlanner", + "Permissions": [], "Uri": "/planner", - "Module": "Planner" + "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgPlannerBucket", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566852,22 +569424,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerBucket", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566894,22 +569466,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerPlan", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566936,22 +569508,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerPlanDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -566978,22 +569550,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567020,22 +569592,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567062,22 +569634,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567104,22 +569676,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerTaskDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -567146,22 +569718,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567180,37 +569752,37 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", - "Method": "PATCH", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Command": "Update-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyAdminConsentRequestPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Permissions": [], "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgPolicyAppManagementPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567229,69 +569801,69 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgPolicyAppManagementPolicy", - "Method": "PATCH", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Command": "Update-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyAuthenticationFlowPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Permissions": [], "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Command": "Update-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyAuthenticationMethodPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -567310,22 +569882,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyAuthenticationStrengthPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -567344,54 +569916,54 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", - "Method": "POST", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Command": "Update-MgPolicyAuthorizationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyAuthorizationPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Permissions": [], "Uri": "/policies/authorizationPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgPolicyClaimMappingPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567410,114 +569982,112 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgPolicyClaimMappingPolicy", - "Method": "PATCH", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Command": "Update-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyCrossTenantAccessPolicy", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567536,37 +570106,39 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyFeatureRolloutPolicy", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyDefaultAppManagementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyFeatureRolloutPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567585,22 +570157,20 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -567619,122 +570189,124 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyPermissionGrantPolicy", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyPermissionGrantPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyPermissionGrantPolicyExclude", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Permissions": [], + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyRoleManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyPermissionGrantPolicyInclude", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyRoleManagementPolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Permissions": [], + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyRoleManagementPolicyAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [], + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyRoleManagementPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -567753,22 +570325,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyTokenIssuancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyRoleManagementPolicyRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567787,22 +570359,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "PATCH" + }, + { + "Command": "Update-MgPolicyTokenLifetimePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPolicyTokenIssuancePolicy", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -567821,71 +570393,71 @@ "IsLeastPrivilege": false } ], + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgPolicyTokenLifetimePolicy", - "Method": "PATCH", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrint", + "Command": "Update-MgPrint", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgPrint", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrint", + "Permissions": [], "Uri": "/print", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector", + "Command": "Update-MgPrintConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintConnector", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Permissions": [], "Uri": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", + "Command": "Update-MgPrintOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintOperation", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Permissions": [], "Uri": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgPrintPrinter", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPrinter", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -567904,22 +570476,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphPrinter", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintPrinterJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintPrinter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -567946,520 +570518,518 @@ "IsLeastPrivilege": false } ], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgPrintPrinterJob", - "Method": "PATCH", + "Module": "Devices.CloudPrint", "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - { - "Permissions": [], - "ApiReferenceLink": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintPrinterJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintPrinterJobDocument", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintPrinterJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintPrinterJobTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTask", "Permissions": [], + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintPrinterTaskTrigger", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintPrinterTaskTrigger", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Permissions": [], + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintService", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintService", "Permissions": [], + "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintServiceEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintServiceEndpoint", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Permissions": [], "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare", + "Command": "Update-MgPrintShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintShare", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintShareAllowedUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintShareJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintJob", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintShareJobDocument", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint" - }, - { + "OutputType": "IMicrosoftGraphPrintDocument", "Permissions": [], + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrintShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintShareJobTask", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" + "ApiReferenceLink": null, + "Module": "Devices.CloudPrint", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Command": "Update-MgPrintTaskDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintTaskDefinition", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask", + "Command": "Update-MgPrintTaskDefinitionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrintTaskDefinitionTask", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint" + "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" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgPrivacySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrivacySubjectRightsRequest", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Permissions": [], "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Compliance" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", + "Module": "Compliance", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH" + }, + { + "Command": "Update-MgPrivacySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgPrivacySubjectRightsRequestNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Compliance" - }, - { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [], + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Compliance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Permissions": [], + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBilling", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgReportPartnerBilling", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBilling", "Permissions": [], + "Uri": "/reports/partners/billing", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingManifest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgReportPartnerBillingManifest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingManifest", "Permissions": [], + "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgReportPartnerBillingOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingOperation", "Permissions": [], + "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingReconciliation", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgReportPartnerBillingReconciliation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgReportPartnerBillingReconciliationBilled", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingUsage", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgReportPartnerBillingUsage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage", - "Module": "Reports" - }, - { + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", "Permissions": [], + "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingUsageBilled", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgReportPartnerBillingUsageBilled", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/billed", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgReportPartnerBillingUsageUnbilled", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Reports" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, + "Module": "Reports", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "PATCH" + }, + { + "Command": "Update-MgRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRiskDetection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskDetection", "Permissions": [], + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "PATCH" + }, + { + "Command": "Update-MgRiskyServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRiskyServicePrincipal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgRiskyServicePrincipalHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRiskyServicePrincipalHistory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Permissions": [], + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "PATCH" + }, + { + "Command": "Update-MgRiskyUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRiskyUser", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphRiskyUser", "Permissions": [], + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgRiskyUserHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRiskyUserHistory", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Permissions": [], "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgRoleManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -568478,154 +571048,156 @@ "IsLeastPrivilege": false } ], + "Uri": "/roleManagement", "ApiReferenceLink": null, + "Module": "DeviceManagement.Enrollment", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgRoleManagement", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement", - "Module": "DeviceManagement.Enrollment" - }, - { + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/directory", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -568644,309 +571216,309 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Permissions": [], + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgRoleManagementEntitlementManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphRbacApplication", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRbacApplication", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Command": "Update-MgRoleManagementEntitlementManagement", - "Method": "PATCH", + "Module": "Identity.Governance", "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphAppScope", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Permissions": [], + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, + "Module": "Identity.Governance", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgSchemaExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance" - }, - { + "OutputType": "IMicrosoftGraphSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -568965,22 +571537,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "PATCH" + }, + { + "Command": "Update-MgSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSchemaExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions" - }, - { + "OutputType": "IMicrosoftGraphSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -568999,22 +571571,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "PATCH" + }, + { + "Command": "Update-MgSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSearchAcronym", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/search/acronyms/{acronym-id}", - "Module": "Search" - }, - { + "OutputType": "IMicrosoftGraphSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -569033,290 +571605,290 @@ "IsLeastPrivilege": false } ], + "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgSearchBookmark", - "Method": "PATCH", + "Module": "Search", "CommandAlias": null, - "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Search" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchEntity", + "Command": "Update-MgSearchEntity", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSearchEntity", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Permissions": [], "Uri": "/search", - "Module": "Search" + "ApiReferenceLink": null, + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchQna", + "Command": "Update-MgSearchQna", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSearchQna", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSearchQna", + "Permissions": [], "Uri": "/search/qnas/{qna-id}", - "Module": "Search" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", + "Module": "Search", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", + "Command": "Update-MgSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAlert", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAlert", + "Permissions": [], "Uri": "/security/alerts/{alert-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", + "Command": "Update-MgSecurityAlertV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAlertV2", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Permissions": [], "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Command": "Update-MgSecurityAttackSimulationAutomation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationAutomation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomation", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationAutomationRun", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Permissions": [], + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationEndUserNotification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotification", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", "Permissions": [], + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationLandingPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationLandingPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPage", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLandingPageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationLoginPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationLoginPage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphLoginPage", "Permissions": [], + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Permissions": [], + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPayload", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationPayload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationPayload", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphPayload", "Permissions": [], + "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTraining", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationTraining", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationTraining", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphTraining", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", "Permissions": [], + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCase", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSecurityCase", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Permissions": [], "Uri": "/security/cases", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569335,39 +571907,37 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCase", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateViaIdentity" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security" - }, - { + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569386,88 +571956,88 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", - "Method": "POST", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "POST" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityUserSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "Variants": [ + "Update", + "UpdateViaIdentity" + ], + "OutputType": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569486,54 +572056,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Update", - "UpdateViaIdentity" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "Method": "POST", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569552,22 +572124,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569586,56 +572158,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDataSource", "Permissions": [], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -569654,828 +572226,828 @@ "IsLeastPrivilege": false } ], + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", - "Method": "PATCH", + "Module": "Security", "CommandAlias": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Command": "Update-MgSecurityIdentity", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSecurityIdentity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/identities", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", "Permissions": [], + "Uri": "/security/identities", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityIdentityHealthIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityIdentityHealthIssue", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Permissions": [], "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", + "Command": "Update-MgSecurityIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityIncident", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityIncident", + "Permissions": [], "Uri": "/security/incidents/{incident-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Command": "Update-MgSecurityLabel", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSecurityLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", "Permissions": [], + "Uri": "/security/labels", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelAuthority", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", "Permissions": [], + "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelCategorySubcategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelCategorySubcategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", "Permissions": [], + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelCitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelCitation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", "Permissions": [], + "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelDepartment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelDepartment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", "Permissions": [], + "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelFilePlanReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelFilePlanReference", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Permissions": [], "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Command": "Update-MgSecurityLabelRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Permissions": [], + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecuritySecureScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecuritySecureScore", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Permissions": [], "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Security" + "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Command": "Update-MgSecuritySecureScoreControlProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecuritySecureScoreControlProfile", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Permissions": [], "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", + "Module": "Security", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Command": "Update-MgSecuritySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecuritySubjectRightsRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecuritySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecuritySubjectRightsRequestNote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphAuthoredNote", "Permissions": [], + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligence", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSecurityThreatIntelligence", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", "Permissions": [], + "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceArticle", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticle", "Permissions": [], + "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHost", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHost", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostComponent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostCookie", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Permissions": [], + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostPair", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPair", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostPort", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostPort", "Permissions": [], + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostReputation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostReputation", "Permissions": [], + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceHostTracker", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Permissions": [], + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Permissions": [], + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Permissions": [], + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySslCertificate", "Permissions": [], + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceSubdomain", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecuritySubdomain", "Permissions": [], + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceVulnerability", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Permissions": [], + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", "Permissions": [], + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityTrigger", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSecurityTrigger", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggers", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Permissions": [], + "Uri": "/security/triggers", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityTriggerRetentionEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityTriggerRetentionEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Permissions": [], + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityTriggerType", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgSecurityTriggerType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggerTypes", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Permissions": [], + "Uri": "/security/triggerTypes", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "PATCH" + }, + { + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSecurityTriggerTypeRetentionEventType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security" - }, - { + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Permissions": [], + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, + "Module": "Security", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "PATCH" + }, + { + "Command": "Update-MgServiceAnnouncementHealthOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServiceAnnouncementHealthOverview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealth", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH" + }, + { + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH" + }, + { + "Command": "Update-MgServiceAnnouncementIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServiceAnnouncementIssue", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgServiceAnnouncementMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServiceAnnouncementMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement" - }, - { + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Permissions": [], + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PATCH" + }, + { + "Command": "Update-MgServiceAnnouncementMessageAttachment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServiceAnnouncementMessageAttachment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement" + "ApiReferenceLink": null, + "Module": "Devices.ServiceAnnouncement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgServicePrincipal", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -570502,107 +573074,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipal", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalAppRoleAssignedTo", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipal", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalByAppId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphEndpoint", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalEndpoint", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -570629,22 +573201,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -570679,298 +573251,287 @@ "IsLeastPrivilege": false } ], + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "Method": "PATCH", + "Module": "Applications", "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Applications" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Command": "Update-MgServicePrincipalRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalRiskDetection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Permissions": [], + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationJob", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationJob", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationJobSchema", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationTemplate", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications" - }, - { + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Permissions": [], + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItem", "Variants": [ "Update", "Update1", @@ -570981,17 +573542,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -571002,17 +573563,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemDocumentSetVersion", "Variants": [ "Update", "Update1", @@ -571023,17 +573584,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemDocumentSetVersionField", "Variants": [ "Update", "Update1", @@ -571044,17 +573605,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemField", "Variants": [ "Update", "Update1", @@ -571065,17 +573626,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -571086,17 +573647,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemVersion", "Variants": [ "Update", "Update1", @@ -571107,17 +573668,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListItemVersionField", "Variants": [ "Update", "Update1", @@ -571128,166 +573689,177 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgShareListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgSharePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSharePermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgShareSharedDriveItemSharedDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSharedDriveItem", "Permissions": [], + "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH" + }, + { + "Command": "Update-MgSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSite", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSite", "Permissions": [], + "Uri": "/sites/{site-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteAnalyticItemActivityStatActivity", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Permissions": [], "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSiteColumn", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -571306,22 +573878,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -571340,22 +573912,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -571374,107 +573946,107 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteGetByPathAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphOnenote", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteGetByPathOnenote", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphTermStore", "Permissions": [], + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteGetByPathTermStore", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -571493,22 +574065,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -571527,22 +574099,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Manage.All", @@ -571561,638 +574133,627 @@ "IsLeastPrivilege": false } ], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgSiteListContentTypeColumn", - "Method": "PATCH", + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Command": "Update-MgSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemField", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST" + }, + { + "Command": "Update-MgSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenotePageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "Update-MgSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphSectionGroup", "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "POST" + }, + { + "Command": "Update-MgSiteOnenoteSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgSiteOnenoteSectionPageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST" + }, + { + "Command": "Update-MgSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphBaseSitePage", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCanvaLayout", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphCanvasLayout", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphVerticalSection", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageAsSitePageWebPart", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Permissions": [], "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Command": "Update-MgSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSitePermission", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphPermission", + "Permissions": [], "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore", + "Command": "Update-MgSiteTermStore", "Variants": [ "Update", "Update1", @@ -572203,17 +574764,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStore", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStore", + "Permissions": [], "Uri": "/sites/{site-id}/termStore", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Command": "Update-MgSiteTermStoreGroup", "Variants": [ "Update", "Update1", @@ -572224,17 +574785,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSet", "Variants": [ "Update", "Update1", @@ -572245,17 +574806,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -572274,17 +574835,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgSiteTermStoreGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -572303,17 +574864,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgSiteTermStoreGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "Update1", @@ -572324,17 +574885,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetRelation", "Variants": [ "Update", "Update1", @@ -572345,17 +574906,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetTerm", "Variants": [ "Update", "Update1", @@ -572366,17 +574927,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -572387,17 +574948,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -572408,17 +574969,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -572429,17 +574990,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreGroupSetTermRelation", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Command": "Update-MgSiteTermStoreSet", "Variants": [ "Update", "Update1", @@ -572450,17 +575011,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSet", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -572479,17 +575040,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgSiteTermStoreSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -572508,17 +575069,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgSiteTermStoreSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroup", "Variants": [ "Update", "Update1", @@ -572529,17 +575090,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreGroup", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "Update1", @@ -572550,17 +575111,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSet", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreSet", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -572579,17 +575140,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -572608,17 +575169,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "Update1", @@ -572629,17 +575190,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "Update1", @@ -572650,17 +575211,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites" - }, - { + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -572671,17 +575232,38 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -572692,17 +575274,38 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSiteTermStoreSetRelation", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphTermStoreRelation", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetTerm", "Variants": [ "Update", "Update1", @@ -572713,17 +575316,38 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Permissions": [], + "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, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSiteTermStoreSetTermChild", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "OutputType": "IMicrosoftGraphTermStoreTerm", "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, + "Module": "Sites", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -572734,17 +575358,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetRelation", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Command": "Update-MgSiteTermStoreSetTermRelation", "Variants": [ "Update", "Update1", @@ -572755,110 +575379,413 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgSiteTermStoreSetTerm", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Permissions": [], + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Module": "Sites", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSolutionBackupRestore", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "OutputType": "IMicrosoftGraphBackupRestoreRoot", "Permissions": [], + "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteTermStoreSetTermChild", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSolutionBackupRestoreDriveProtectionUnit", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDriveProtectionUnit", "Permissions": [], + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteTermStoreSetTermChildRelation", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0", + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSession", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Permissions": [], + "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" }, { + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" + "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSiteTermStoreSetTermRelation", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreMailboxInclusionRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgSolutionBackupRestoreMailboxProtectionUnit", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", "Permissions": [], + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSubscribedSku", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0", + "Module": "BackupRestore", "CommandAlias": null, - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement" + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Permissions": [], + "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" }, { + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestorePoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgSubscription", - "Method": "PATCH", + "OutputType": "IMicrosoftGraphRestorePoint", + "Permissions": [], + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreProtectionPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreServiceApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphServiceApp", + "Permissions": [], + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreSession", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Permissions": [], + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreSharePointProtectionPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Permissions": [], + "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" + }, + { + "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSession", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Permissions": [], + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreSiteInclusionRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSolutionBackupRestoreSiteProtectionUnit", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Permissions": [], + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "ApiReferenceLink": null, + "Module": "BackupRestore", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSubscribedSku", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSubscribedSku", + "Permissions": [], + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" + }, + { + "Command": "Update-MgSubscription", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphSubscription", + "Permissions": [], "Uri": "/subscriptions/{subscription-id}", - "Module": "ChangeNotifications" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "Module": "ChangeNotifications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgTeam", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -572893,22 +575820,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphTeam", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -572943,22 +575870,22 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -572993,90 +575920,90 @@ "IsLeastPrivilege": false } ], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0", + "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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -573143,22 +576070,22 @@ "IsLeastPrivilege": false } ], + "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", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgTeamChannelTab", - "Method": "PATCH", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgTeamInstalledApp", + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], + "OutputType": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -573257,22 +576184,22 @@ "IsLeastPrivilege": false } ], + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Command": "Update-MgTeamInstalledApp", - "Method": "POST", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Update-MgTeamMember", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -573307,345 +576234,345 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Permissions": [], + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/photo", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamPrimaryChannelTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleOfferShiftRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShift", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleOpenShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSchedulingGroup", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleSchedulingGroup", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphShift", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleShift", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOff", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleTimeOff", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffReason", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleTimeOffReason", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTimeOffRequest", "Permissions": [], + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamScheduleTimeOffRequest", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -573664,405 +576591,405 @@ "IsLeastPrivilege": true } ], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgTeamTag", - "Method": "PATCH", + "Module": "Teams", "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Command": "Update-MgTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamTagMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Permissions": [], + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamwork", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamwork", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgTeamwork", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamwork", "Permissions": [], + "Uri": "/teamwork", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedChat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphDeletedTeam", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChannel", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Permissions": [], + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkDeletedTeamChannelTab", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Command": "Update-MgTeamworkTeamAppSetting", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgTeamworkTeamAppSetting", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Permissions": [], "Uri": "/teamwork/teamsAppSettings", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Command": "Update-MgTeamworkWorkforceIntegration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTeamworkWorkforceIntegration", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Permissions": [], "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Teams" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "PATCH" + }, + { + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner" - }, - { + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", "Permissions": [], + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "PATCH" + }, + { + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Permissions": [], "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner" + "ApiReferenceLink": null, + "Module": "Identity.Partner", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Command": "Update-MgTenantRelationshipMultiTenantOrganization", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgTenantRelationshipMultiTenantOrganization", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Update", "UpdateExpanded" ], - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Permissions": [], "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns" + "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgUser", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -574137,73 +577064,73 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgUser", - "Method": "PATCH", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", + "Command": "Update-MgUserActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserActivity", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphUserActivity", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserActivityHistoryItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserActivityHistoryItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "CrossDeviceExperiences" - }, - { + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Permissions": [], + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, + "Module": "CrossDeviceExperiences", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserAppRoleAssignment", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Permissions": [], "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications" + "ApiReferenceLink": null, + "Module": "Applications", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgUserAuthenticationEmailMethod", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -574222,56 +577149,56 @@ "IsLeastPrivilege": false } ], + "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", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserAuthenticationMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserAuthenticationEmailMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserAuthenticationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserAuthenticationMethod", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Identity.SignIns", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserAuthenticationPhoneMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserAuthenticationOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns" - }, - { + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -574290,43 +577217,32 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgUserAuthenticationPhoneMethod", - "Method": "PATCH", + "Module": "Identity.SignIns", "CommandAlias": null, - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup", + "Command": "Update-MgUserCalendarGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserCalendarGroup", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Permissions": [], "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Calendar" + "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", + "Command": "Update-MgUserCalendarPermission", "Variants": [ "Update", "Update1", @@ -574337,1951 +577253,1962 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Command": "Update-MgUserCalendarPermission", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Permissions": [], "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", + "Module": "Calendar", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", + "Command": "Update-MgUserChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChat", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChat", + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Teams" + "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgUserChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Command": "Update-MgUserChatInstalledApp", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Command": "Update-MgUserChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatLastMessagePreview", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatMember", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphConversationMember", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatMessageHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatMessageReply", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessage", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatMessageReplyHostedContent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatPermissionGrant", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatPinnedMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserChatTab", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTeamsTab", "Permissions": [], + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderChildFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContactFolder", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderChildFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderChildFolderContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderChildFolderContactExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderChildFolderContactPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderContact", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphContact", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderContactExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactFolderContactPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserContactPhoto", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts" - }, - { + "OutputType": "IMicrosoftGraphProfilePhoto", "Permissions": [], + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, + "Module": "PersonalContacts", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Permissions": [], + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDrive", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDrive", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphList", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListContentType", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphContentType", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListContentTypeColumn", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListContentTypeColumnLink", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphColumnLink", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListOperation", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveListSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRoot", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootAnalytic", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemAnalytics", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemActivityStat", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItem", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphListItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootListItemVersionField", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootPermission", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphPermission", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootRetentionLabel", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphItemRetentionLabel", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootSubscription", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphSubscription", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootThumbnail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphThumbnailSet", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserDriveRootVersion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files" - }, - { + "OutputType": "IMicrosoftGraphDriveItemVersion", "Permissions": [], + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, + "Module": "Files", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Calendar" - }, - { + "OutputType": "IMicrosoftGraphEvent", "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserEventExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserEventInstanceExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Calendar", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserInferenceClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserInferenceClassification", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassification", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserInferenceClassificationOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserInferenceClassificationOverride", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Permissions": [], + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphItemInsights", "Permissions": [], + "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserInsightShared", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserInsightShared", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphSharedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrending", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserInsightTrending", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserInsightTrending", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphTrending", "Permissions": [], + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserInsightUsed", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserInsightUsed", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUsedInsight", "Permissions": [], + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserLicenseDetail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphLicenseDetails", "Permissions": [], + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailboxSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphMailboxSettings", "Permissions": [], + "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderChildFolder", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMailFolder", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderChildFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderChildFolderMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderChildFolderMessageExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderChildFolderMessageRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderMessageExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMailFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMailFolderMessageRule", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessageRule", "Permissions": [], + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDevice", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphManagedDevice", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceCategory", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCategory", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceCompliancePolicyState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceConfigurationState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceLogCollectionResponse", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement" + "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "Users.Actions" + "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" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Command": "Update-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceWindowsProtectionState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement" - }, - { + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Permissions": [], + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, + "Module": "Devices.CorporateManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMessage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Mail" - }, - { + "OutputType": "IMicrosoftGraphMessage", "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserMessageExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Mail", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnenoteNotebook", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphNotebook", "Permissions": [], + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnenotePage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenotePage", "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Command": "Update-MgUserOnenotePageContent", - "Method": "POST", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Users.Actions" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, + "Module": "Users.Actions", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST" + }, + { + "Command": "Update-MgUserOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnenoteSection", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes" - }, - { + "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [], + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnenoteSectionGroup", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Permissions": [], "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes" + "ApiReferenceLink": null, + "Module": "Notes", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { + "Command": "Update-MgUserOnlineMeeting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -576300,124 +579227,124 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgUserOnlineMeeting", - "Method": "PATCH", + "Module": "CloudCommunications", "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Command": "Update-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnlineMeetingAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphAttendanceRecord", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnlineMeetingRecording", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallRecording", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOnlineMeetingTranscript", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphCallTranscript", "Permissions": [], + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserOutlookMasterCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserOutlookMasterCategory", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Permissions": [], "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Users" + "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": null, + "Command": "Update-MgUserPassword", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Command": "Update-MgUserPassword", - "Method": "POST", - "CommandAlias": null, + "OutputType": null, + "Permissions": [], "Uri": "/users/{user-id}/changePassword", - "Module": "Users.Actions" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", + "Module": "Users.Actions", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "POST" }, { + "Command": "Update-MgUserPlanner", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "OutputType": "IMicrosoftGraphPlannerUser", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576436,56 +579363,56 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, + "Module": "Planner", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserPlanner", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/planner", - "Module": "Planner" - }, - { + "OutputType": "IMicrosoftGraphPresence", "Permissions": [], + "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, + "Module": "CloudCommunications", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserScopedRoleMemberOf", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserPresence", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/presence", - "Module": "CloudCommunications" - }, - { + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Permissions": [], + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, + "Module": "Identity.DirectoryManagement", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserScopedRoleMemberOf", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement" - }, - { + "OutputType": "IMicrosoftGraphUserSettings", "Permissions": [ { "Name": "User.ReadWrite", @@ -576504,39 +579431,39 @@ "IsLeastPrivilege": false } ], + "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSetting", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Permissions": [], + "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", - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingShiftPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingItemInsight", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphShiftPreferences", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -576555,141 +579482,141 @@ "IsLeastPrivilege": true } ], + "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", - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingStorage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingShiftPreference", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserStorage", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingStorageQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingStorage", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingStorageQuotaService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingStorageQuota", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Permissions": [], + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingWindows", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingStorageQuotaService", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSetting", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserSettingWindowsInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingWindows", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphWindowsSettingInstance", "Permissions": [], + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTeamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserSettingWindowsInstance", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphUserTeamwork", "Permissions": [], + "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTeamworkAssociatedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTeamwork", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Permissions": [], + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, + "Module": "Teams", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTeamworkAssociatedTeam", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams" - }, - { + "OutputType": "IMicrosoftGraphTodoTaskList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576708,39 +579635,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoListExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTodoList", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoListTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTodoListExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphTodoTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576759,39 +579686,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoListTaskAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTodoListTask", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphAttachmentSession", "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoListTaskChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTodoListTaskAttachmentSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576810,39 +579737,39 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoListTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTodoListTaskChecklistItem", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Users" - }, - { + "OutputType": null, "Permissions": [], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, + "Module": "Users", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": null, + "Method": "PATCH" + }, + { + "Command": "Update-MgUserTodoListTaskLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgUserTodoListTaskExtension", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Users" - }, - { + "OutputType": "IMicrosoftGraphLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -576861,359 +579788,351 @@ "IsLeastPrivilege": true } ], + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Command": "Update-MgUserTodoListTaskLinkedResource", - "Method": "PATCH", + "Module": "Users", "CommandAlias": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Users" + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEvent", + "Command": "Update-MgVirtualEvent", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEvent", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEvent", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventPresenter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventSessionAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Command": "Update-MgVirtualEventTownhall", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventTownhall", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgVirtualEventTownhallPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventTownhallPresenter", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventPresenter", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventTownhallSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventTownhallSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Command": "Update-MgVirtualEventWebinar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinar", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0", - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Command": "Update-MgVirtualEventWebinarPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarPresenter", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings" + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0", + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" }, { - "Permissions": [], - "ApiReferenceLink": null, - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Command": "Update-MgVirtualEventWebinarRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarRegistration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarSession", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphVirtualEventSession", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", - "Method": "PATCH", - "CommandAlias": null, - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings" - }, - { + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Permissions": [], + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH" + }, + { + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "Method": "PATCH", - "CommandAlias": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Permissions": [], "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings" + "ApiReferenceLink": null, + "Module": "Bookings", + "CommandAlias": null, + "ApiVersion": "v1.0", + "Method": "PATCH" } ]